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
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
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,
>>
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
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
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