*Steps to reproduce:*
1. Open a fresh image
2. Load Configuration : World > Tools > Configuration Browser > sQuick_new
3. Do It "IndexInterface open" in playground
The box (ImageMorph) is aligned to the left in its window, I would like it
to be center aligned.
/Kindly look into the issue on gith
Hi Stephan
I got your point, I think.
I tried searching for the such methods which would help me make a separate
frame for 'box' so as to re-position 'box' within 'boxWindow' but in vain.
Any pointers pls ?
Thanks
Jigyasa
--
View this message in context:
http://forum.world.st/System-Windows-not
On 08/08/15 20:43, Jigyasa Grover wrote:
Oh
Thank You Ben.
It was indeed a very nice explanation. :)
I was able to resolve my issue perfectly.
But changing the code snippet to:
*---
#initialize
. . .
boxWindow := box openIn
Oh
Thank You Ben.
It was indeed a very nice explanation. :)
I was able to resolve my issue perfectly.
But changing the code snippet to:
*---
#initialize
. . .
boxWindow := box openInWindow.
boxWindow setLabel: 'searchQuick -
Hi
I am using *SystemWindow* to open a Morph in my application *searchQuick*.
( https://github.com/jig08/sQuick_new )
On clicking a button, a new screen opens up but the prev window fails to
close, though I have tried using #close methods.
The code snippets are as:
*--