Hi Graham
Glad it worked.
Getting the decorations and dragability back is just a matter of getting the
stack rect within the rect of the screen.
LiveCode IDE parts sometimes get a mind of their own and set out a wanderin’ —
who knows why. Setting their loc to the screenloc will put them right
Stone the crows, it worked!! Even the decorations came back, and the ability to
drag the window - neither of which are obviously related to the rect or height
of the stack, as far as I can see.
Thanks so much Martin. I wonder how just the Script Editor got so out of whack
- but it’s just a theo
Hi Craig
The script editor is a stack just like any other so what you can do to a stack
you can do to it.
To find the name of it you can type the following into the Message Box:
put the openstacks
That will show a list in the message box of all the stacks open including the
stack you are work
Hi Graham
Try this in the message box
set the rect of stack "revNewScriptEditor 1" to the screenrect; set the height
of stack "revNewScriptEditor 1" to 750
Regards,
Martin Koob
> On Apr 29, 2020, at 9:11 AM, Graham Samuel via use-livecode
> wrote:
>
> Since yesterday, running either
Can you explicitly set the rect of the SE? I do this all the time because I
have it located on a large vertically oriented monitor adjacent to my main
screen, and the loc needs to be refreshed now and then depending on other stuff
I use them for.
Craig
-Original Message-
From: Graham S