simultaneous run [message #2419] |
Mon, 04 July 1994 23:52  |
victor
Messages: 9 Registered: May 1994
|
Junior Member |
|
|
Could someone please explain to me how is it possible to run to
procedure simultaneously if htey have the same parent base?
For example:
a=widget_base()
b=widget_base(a, event_pro='x')
c=widget_base(a,event_pro='y')
How can one run x and y simulataneously?
And if iyt impossible, then what would you do in order to make 2 programs run simulataneously with XMANAGER, because xmanager, 'x',b and xmanager,'y',c does not work
Thanks!!!!!!!!!!!
|
|
|
|
Re: SIMULTANEOUS RUN [message #2491 is a reply to message #2419] |
Fri, 08 July 1994 08:37  |
caron
Messages: 16 Registered: May 1994
|
Junior Member |
|
|
As long as the widgets have a common base, they can
run at the same time. If no common base, then you
apparently must ry=un different processes.
|
|
|