Page 1 of 1
Toolbar obscures window title
Posted: Sat Aug 31, 2013 8:41 am
by tobias
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.
Re: Toolbar obscures window title
Posted: Sat Aug 31, 2013 11:58 am
by Klaus
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
Re: Toolbar obscures window title
Posted: Tue Sep 03, 2013 8:32 am
by tobias
That worked, thanks. LiveCode is live, who would have thought.
Re: Toolbar obscures window title
Posted: Tue Sep 03, 2013 11:34 am
by Klaus
tobias wrote:That worked, thanks. LiveCode is live, who would have thought.
Maybe you would have smelled it otherwise!
