Weird... I just replied to the message, as I always did... I'll copy my previous email below.
To fix your problem, simply use -1 or wxID_ANY as the first parameter until the next snapshot.
Thanks! I'll try this tomorrow, if have time.
ps. using Idle events w/ RequestMore() like this is pretty ugly, try to see if you can find a better way to implement this...
Sure! In my "real code" I'm using idle events to resume the execution of a coroutine that does some tasks "in the background", and I just RequestMore() as long as these tasks are not completed. In practice, I just get a limited number of idle events, not a continuous and inifinite stream as in this example. So, perhaps my use of idle events isn't exactly beautiful, but at least is not *that* ugly (or so I think) ;-) And thank you once more! LMB On 5/25/06, John Labenski <[EMAIL PROTECTED]> wrote:
On 5/24/06, Leandro Motta Barros <[EMAIL PROTECTED]> wrote: > I cannot read this, It's encoded somehow? -John Labenski ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ Wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
