On Nov 22, 2007, at 3:52 PM, Boris Mayer-St-Onge wrote: >>> If we run the tile program within the test folder, the CPU on a >>> Windows >>> XP computer will reach 100% if we move the center to the right >> >> Thank for finding this. I can repeat the bug and I will put it in the >> database. > > Great. By the way, this problem append in one of my application in > which > I use 1.1.7 with several homemade modification. Since I'm very close > to > deliver the software to the client (few hours I hope), I don't plan to > move to 1.1.x snapshot nor 1.1.8. Can it be possible to send a patch > file or at least let me know when the bug will be fix? Thanks again.
I suggest you add your eMail to the notification list of the STR that I filed and you will receive an eMail if the status changes and when the bug gets fixed, including a diff. As to *when* this will be fixed, I can't make any promises. It is likely that this is a MSWindows bug that occurs when windows become invisible (0 pixels wide). Keeping your window from getting smaller that 1x1 pixels would be a workaround if you truly wish to deliver in a few hours. Or you could override the "resize(x, y, w, h)" function of your Fl_Window (the one that is linked as a child) and hide() the window when it becomes too small (but you would not receive any events then either in this window). In fact, that may be the correct fix?! ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

