From: Kevin A. <al...@se...> - 2002-01-01 01:57:46
|
> > Hmm, they work under Windows 2000 and Windows 98 and I haven't really > > It works for me under Win2000 as well. > Actually, I noticed that they didn't work in 0.53 (under Linux) > either, but > I didn't report it as I knew you were releasing a new version. Argh. > > changed the algorithms that much. Do you get any errors in the console > when > > the resourceEditor starts up? If so, failed initialization > could screw up > > everything else. Open the Message Watcher window and see if any messages > are > > firing. > > > > There are no errors upon startup. The message watcher shows mouse events > for entering, leaving, and mousedown in bottomRight, but when it receives > the mouseDown event, it causes the control points to disappear as if the > control is no longer selected. The resizing handles are supposed to disappear until the mouse is released. As the mouse is dragged the control is supposed to resize. This could very well be a GTK issue, but nobody else has reported it. Then again, nobody reported the addresses sample startup problem either. So, is everyone running Linux seeing the same problem? I don't run Linux, so the only way I'll ever know about problems is if people report them (thanks Cliff). The resizing handles work the way they do partly because I was trying to get around a problem Rowland mentioned a long time ago with the experimental resizing code in the widgets sample. If you open that up, you can hold down the control key when you mouseDown on a widget and depending on where you mouseDown inside the control you can move or resize it. Works fine under Windows, but it never worked right under Linux. ka |