> I still don't get my Tick function called... > (my timer seems to be ok, it returns correct value for > GetInterval and IsRunning.) > Strange, I have no problems with it. But I'll try to ask some silly questions which may help you: I what part of program timer should work? All events work when the program is in main loop (e.g. initialization is ended). Do you have multithread program (corutine)? Events has to be processed in `main' thread.
> Is your experience from Linux or Windows or some other platform? I compiled/tested my project ( http://psview.sf.net/ ) under Linux (gcc) and Windows (mingw or VC++) in both cases timer works fine. Best regards Piotr Strzelczyk -- Piotr Strzelczyk Sopot, Poland e-mail: [EMAIL PROTECTED]; skype: piotrstrz ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ wxlua-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wxlua-users
