joe at strout dot net schrieb dereinst (am 28.06.2007 21:45 Uhr) via
joe at strout dot net:
> I have one project where, every time I click the pop-up widget for the
> Method Name combo box after adding a new method, the project window
> itself moves down into the lower-right corner of my screen. The pop-up
> menu remains in the correct (old) position, now of course quite
> divorced from the window. It's bizarre.
We are experiencing a similar (?) problem, resizing a window leaves several
controls in place instead of re-moving them, allthough all "Lock..."
properties are set correctly. It is not reproducible in a simple test app
and, as you stated, highly bizarre.
> Other projects don't do this, however, and this isn't a project I can
> attach to a bug report. Has anyone else seen this? Any insight as to
> what triggers it, so I can tell RS how to reproduce it?
No idea what it triggers, a simple (and badly hackish) fix seems to be to
"tickle" the windows resize event again by e.g. putting "self.Width =
self.Width+1" in the action event of your control and "self.Width =
self.Width-1" in the resized event of your window.
Cheers,
Knut
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|