> > On 26 Feb 2012, at 03:21, Larry Finger wrote: > > > I am having a problem with my program on OS X 10.4 on a PowerBook G4 = > Titanium. > > Hmm, maybe one for Manolo? He's good at OSX related stuff... > > (My last G4 is still in storage from the move (and yes, that was about 2 = > years ago... the building work is slow...) > > Which actual version of 1.3? (Just in case that matters?) Do you know = > the svn rev number or etc.?
I just downloaded the tar ball and built FLTK. It is the "stable" one on the download page. I'm still trying to get svn built on that Mac. > > Is there some way to get the drag events from the OS X window manager? > > > Um, don't think so. Could maybe derive your own outermost window class = > and then try to hook into resize() or position() from there to see if = > you can see the window getting moved. Or... in the derived draw() method = > you could record the window x,y origin positions on each draw and check = > for changes, see what happens there...? Actually, I already get the resize events. Thanks for the suggestion to get the position(). . _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

