[Gambas-user] How to send data to another .gambas apps
Jussi Lahtinen
jussi.lahtinen at ...626...
Wed Nov 14 16:28:22 CET 2012
There is kind of multi-threading in Gambas 3.3.
http://www.gambasdoc.org/help/comp/gb/task?v3&en
But you can also use following method:
hProcess = Exec ["gbr3", "KindOfYourOtherThread.gambas", CStr(vInput)] For
Input As "Process"
Then catch output of thread with:
Public Sub Process_Read()
...
Jussi
On Wed, Nov 14, 2012 at 9:36 AM, abbat <abbat.81 at ...787...> wrote:
>
> Hello,
> As I got we have not multi-threading.
> So, I 've found next:
> > You can write two separated gambas applications that communicate to each
> > other.
> > That way you can have two threads.
>
> And I'd like to know how to send some data between "threads"(gambas apps)
>
> Thanks,
> Peter
> --
> View this message in context:
> http://old.nabble.com/How-to-send-data-to-another-.gambas-apps-tp34677342p34677342.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
>
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
More information about the User
mailing list