On Jun 21, 2007, at 1:55 PM, Maarten de Boer wrote: > I have been away from this list for a long time (some of you > may remember me). So, as this is a first post, greetings to you > all to start with.
Hi Maarten. We remember you. Welcome back! ;-) > We have an application that does visualization of data that is > constantly changing. We use idle and/or timeout callbacks for this. > > Everything works fine, until we initiate drag&drop (with Fl::dnd()) > or when we pull down the system menu (Fl_Sys_Menu_Bar) or when we > move any of the application's windows around the screen. At that > point, > it seems that fltk does not get any more events. > > Is this a known problem? Has this particular issue been looked > into by the MacOSX fltk developers? Any suggestions towards a > possible solution? This is likely related to a limitation of the current OS X implementation which still uses Carbon for event handling and window management. This should go away when we move the sources to Aqua - eventually. Matthias ---- http://robowerk.com/ _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
