Re: [Gambas-user] gb3: how to check if event is pending execution before it triggers

2012-03-17 Thread Kevin Fishburne
On 03/17/2012 04:37 AM, Benoît Minisini wrote: > Le 17/03/2012 08:46, Kevin Fishburne a écrit : >> On 03/17/2012 03:05 AM, Bruce Bruen wrote: >>> On Sat, 2012-03-17 at 02:04 -0400, Kevin Fishburne wrote: Is there a way to check if an event is going to trigger in advance? >>> Not in the known u

Re: [Gambas-user] gb3: how to check if event is pending execution before it triggers

2012-03-17 Thread nando
ct: Re: [Gambas-user] gb3: how to check if event is pending execution before it triggers > Le 17/03/2012 08:46, Kevin Fishburne a écrit : > > On 03/17/2012 03:05 AM, Bruce Bruen wrote: > >> On Sat, 2012-03-17 at 02:04 -0400, Kevin Fishburne wrote: > >>> Is there a wa

Re: [Gambas-user] gb3: how to check if event is pending execution before it triggers

2012-03-17 Thread Benoît Minisini
Le 17/03/2012 08:46, Kevin Fishburne a écrit : > On 03/17/2012 03:05 AM, Bruce Bruen wrote: >> On Sat, 2012-03-17 at 02:04 -0400, Kevin Fishburne wrote: >>> Is there a way to check if an event is going to trigger in advance? >> Not in the known universe. It would be nice though, Lotto numbers, >>

Re: [Gambas-user] gb3: how to check if event is pending execution before it triggers

2012-03-17 Thread Kevin Fishburne
On 03/17/2012 03:05 AM, Bruce Bruen wrote: > On Sat, 2012-03-17 at 02:04 -0400, Kevin Fishburne wrote: >> Is there a way to check if an event is going to trigger in advance? > Not in the known universe. It would be nice though, Lotto numbers, > stock price changes etc etc :-) > >> My startup proce

Re: [Gambas-user] gb3: how to check if event is pending execution before it triggers

2012-03-17 Thread Bruce Bruen
On Sat, 2012-03-17 at 02:04 -0400, Kevin Fishburne wrote: > Is there a way to check if an event is going to trigger in advance? Not in the known universe. It would be nice though, Lotto numbers, stock price changes etc etc :-) > My startup procedure (GUI.Main) allows two event procedures to trig

[Gambas-user] gb3: how to check if event is pending execution before it triggers

2012-03-16 Thread Kevin Fishburne
Is there a way to check if an event is going to trigger in advance? My startup procedure (GUI.Main) allows two event procedures to trigger, Render.Screen_Draw (SDL) and Network.UDP_Read (UDP socket). When Screen_Draw triggers I need to know if there are pending UDP packets so I can avoid render