[Gambas-user] Receiving events on an array of process objects
Phil Underhill
pjbonovox at gmail.com
Fri May 25 08:43:11 CEST 2018
Hi all.
Given the following example code...
#####
Public myProcesses As New Object[]
Public Sub Button1_Click()
Dim myProcess As Process
myProcess = Exec ["/usr/bin/glxgears"] As "myProcess"
myProcesses.Push(myProcess)
End
#####
...is it possible for me receive events from this array of Process objects?
Any pointers much appreciated.
Phil.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20180524/4462c04d/attachment.html>
More information about the User
mailing list