Hi, Since you are not doing a multithread, that print will never happen. Even if the timer overlap, the next one will have to wait because timers are event based, so while you are inside your loop a new timer call will not be triggered. Maybe if you call iup.Flush from inside the loop then a new callback can be trigged from inside that one.
Best, Scuri > -----Original Message----- > From: Karagy [mailto:[email protected]] > Sent: sexta-feira, 18 de outubro de 2013 12:43 > To: [email protected] > Subject: [Iup-users] timer's cb overlap question > > Hi! > > I try to catch for iup.timer action_cb() overlap. > But fail (example in attach). > It's can overlap for same timer? ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
