[squeak-dev] [Bug][M7632] String Holder class>>openLabel: returns the Class rather than the instance.

Ken G. Brown kbrown at mac.com
Fri May 6 09:10:13 UTC 2011


At 1:02 AM -0700 5/6/11, Jerome Peace wrote:
>Hi Ken,
>
>This is a response to Ken G Browns query in:
>http://lists.squeakfoundation.org/pipermail/squeak-dev/2011-May/159651.html
>Controlling size and location of a Workspace instance?
>
>I looked into it and reported what I found here:
>
>http://bugs.squeak.org/view.php?id=7632
>String Holder class>>openLabel: returns the Class rather than the instance.
>
>Short answer. Until someone fixes the bug in trunk use the form
>
>mine := Workspace new openLabel: 'This works'.

In Sq 4.3 11380 this returns a PluggableSystemWindow.

>mine topView

mine topView. is not understood.
but:
 mine topLeft: 10 at 10; height: 480; width: 640.
does the job nicely.

Thx!
Ken

>
>should give you the system window object that can be positioned and resized.
>
>Yours in curiosity and service, --Jerome Peace, fearless (but lazy) bugtracker




More information about the Squeak-dev mailing list