When I open a stack I downloaded in the IDE, the window is so high up the screen that its title is hidden by the toolbar. How do I move the window?
I didn't find a way to hide the toolbar. Giving another app focus makes it disappear, but I still can't grab the window.
Toolbar obscures window title
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Toolbar obscures window title
Hi Tobias,
1. welcom to the forum!
2. get used to use the "Message box" (which is the "command line tool" in Livecode)
You can enter a command and hit ENTER:
...
set the LOC of stack "the one with the title bar obscured by the menubar" to the screenloc
...
## Or:
set the TOP of stack "the one with the title bar obscured by the menubar" to 100
## WIll also make the window title bar "grab-able"
...
Best
Klaus
1. welcom to the forum!

2. get used to use the "Message box" (which is the "command line tool" in Livecode)

You can enter a command and hit ENTER:
...
set the LOC of stack "the one with the title bar obscured by the menubar" to the screenloc
...
## Or:
set the TOP of stack "the one with the title bar obscured by the menubar" to 100
## WIll also make the window title bar "grab-able"

...
Best
Klaus
Re: Toolbar obscures window title
That worked, thanks. LiveCode is live, who would have thought.
Re: Toolbar obscures window title
Maybe you would have smelled it otherwise!tobias wrote:That worked, thanks. LiveCode is live, who would have thought.

