On Wed, Jun 4, 2008 at 12:18 AM, Piotr Strzelczyk <[EMAIL PROTECTED]> wrote:

> Maybe this fragments of code will be useful for you:
>
> gstimer = wx.wxTimer(frame)
> frame:Connect(wx.wxEVT_TIMER, TimerTick)
>
> gstimer:Start(20)
>

Thanks,

Your code wasn't much different from my experiment,
and I changed my version to match yours.

I still don't get my Tick function called...
(my timer seems to be ok, it returns correct value for
GetInterval and IsRunning.)

Is your experience from Linux or Windows or some other platform?

I am trying this on Windows (XP).


   Eero

-------------------------------------------------------------------------
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
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to