Hi Folks ! I am using a method like:
This should resize the window, but not move it.
Has anyone observed a similar problem ?
Karl
Important Note: This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Yes, on Ubuntu (3 different versions so far, both with gnome and KDE)
each time I open the image the transcript window appears about 20 / 30 pixels lower than when it was saved. If I save the image in that state and open it again the offset is now 40, and so on HTH, Andrés BREITH Karl-Albert FDWN5-G (AREVA NP GmbH) escribió: > Hi Folks ! > > I am using a method like: > builder window displayBox: (builder window displayBox origin extent: newExtent) > > This should resize the window, but not move it. > BUT each time the method is executed, the window moves down (vertically) by around 20 pixels. > I am using VW7.6 on a Linux redHat4 box. > > Has anyone observed a similar problem ? > Any solution ? > > Karl > __________________________________________________________ > Karl Breith > AREVA NP GmbH > FDWN-G > > Postfach 1109 > 91001 Erlangen > Phone: +49 (0) 9131 900 95544 > Fax: +49 (0) 9131 900 94081 > mail to: [hidden email] > An AREVA and Siemens company > > Vorsitzender des Aufsichtsrats: Olivier Wantz - Geschäftsführer: Ulrich Gräber, Rüdiger Steuerlein > Sitz der Gesellschaft: Erlangen - Registergericht: Fürth, HRB 7817 - www.areva-np.com - Umsatzsteuer-ID: DE 206407096 > Supervisory Board Chairman: Olivier Wantz - Managing Directors: Ulrich Gräber, Rüdiger Steuerlein > Company Seat: Erlangen - Commercial Registries Fürth, HRB 7817 - www.areva-np.com - VAT ID code: DE 206407096 > Wichtiger Hinweis: Diese E-Mail kann Betriebs- oder Geschäftsgeheimnisse bzw. sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail irrtümlich erhalten haben, ist Ihnen eine Kenntnisnahme des Inhalts, eine Vervielfältigung oder Weitergabe der E-Mail ausdrücklich untersagt. Bitte benachrichtigen Sie uns und vernichten Sie die empfangene E-Mail. Vielen Dank. > Important Note: This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation. > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Interesting. I don't observe either of those symptoms under
Ubuntu 9.
I do, however get the rather odd symptom that if I inspect the launcher window and run | x | x := self displayBox copy. x corner: (x corner + (100@100)). self displayBox x. Then it does what I expect the first time visually, but the launcher's origin has been set to 5@24, which in this case is the upper left corner of the screen, excluding the menu bar. So if you run that twice, the launcher goes to the upper left corner. I'm not quite sure what's going on there, but I'm suspciious that displayBox: is not really the ideal API to be using, and since it's implemented in terms of window operations like moveTo:resize:, it might be better to use those directly. But I don't know why you're seeing either of these behaviours. Do you see them with a clean image? At 07:54 AM 2009-12-10, andres wrote: Yes, on Ubuntu (3 different versions so far, both with gnome and KDE) --
Alan Knight [|], Engineering Manager, Cincom Smalltalk
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |