script editor window on drugs
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
script editor window on drugs
My script editor window opens too high, not allowing me access to the top menu buttons. Is there any way to set the loc of the script editor window?
Nope... you have to buy a new computer now ;-)
But you might also try to execute this from the messagebox:
set the top of stack "revNewScriptEditor #" to 100
where # is a number. You will find the correct name and the number of your instance of the script editor in the application browser, if you select Revolution UI Elements In Lists in the View menu.
Best,
Mark
But you might also try to execute this from the messagebox:
set the top of stack "revNewScriptEditor #" to 100
where # is a number. You will find the correct name and the number of your instance of the script editor in the application browser, if you select Revolution UI Elements In Lists in the View menu.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Which came first? Script to make a script editor or the SE?
Thanks, Mark.
Yes, to clarify, it's the number of the card of the stack.
As an alternative, there is a tangerine iMac on Craigslist available.
Max
Yes, to clarify, it's the number of the card of the stack.
As an alternative, there is a tangerine iMac on Craigslist available.
Max
Hi Max,
It isn't the number of the card. It is the number of the script editor stack, which is part of the name of the stack.
Best,
Mark
It isn't the number of the card. It is the number of the script editor stack, which is part of the name of the stack.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Hi Max,
You can also try this...
Open up the Messagebox. Make sure your mouse is hovering over the script editor and execute these 2 lines in the Messagebox:
Of course, you can use any height you want, just make sure it is less than your monitor height.
Hope this work for you.
(Mousestack and Mousecontrol are my new best friends. Learned them from a Trevor DeVore video. So useful!!!)
You can also try this...
Open up the Messagebox. Make sure your mouse is hovering over the script editor and execute these 2 lines in the Messagebox:
Code: Select all
set the height of the mousestack to 200
set the loc of the mousestack to the screenloc
Hope this work for you.
(Mousestack and Mousecontrol are my new best friends. Learned them from a Trevor DeVore video. So useful!!!)
- John
set the top of stack "revNewScriptEditor 1" to 100
set the top of stack "revNewScriptEditor 1" to 100
I need to type this into the msg box every time the script editor opens.
Is there a place I can put this to call it automatically whenever the script editor opens?
I need to type this into the msg box every time the script editor opens.
Is there a place I can put this to call it automatically whenever the script editor opens?
Going nuts
OK, I've been forced to type this into the message box: "set the top of stack "revNewScriptEditor 1" to 100 " every time I need to edit a script.
I figured moving up to Rev 4.0 would fix the problem. No, it didn't. Even using a different computer. The "Compile" button is always hidden under the tool bar.
I've been using Rev for years without having this problem. Am I cursed?
Is there any consultant witch doctor who can shake some rattles at my computer? I'd gladly pay with beans.
Max
I figured moving up to Rev 4.0 would fix the problem. No, it didn't. Even using a different computer. The "Compile" button is always hidden under the tool bar.
I've been using Rev for years without having this problem. Am I cursed?
Is there any consultant witch doctor who can shake some rattles at my computer? I'd gladly pay with beans.
Max
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
Try throwing away your preferences file. You can find it:
HTH,
Jan Schenkel.
- on Windows: in C:\Documents and Settings\<UserName>\Application Data\Runtime Revolution\Revolution <Edition>\revpreferences.rev
- on MacOSX: inside your home directory ~/Library/Preferences/Runtime Revolution/Revolution <Edition>/revpreferences.rev
HTH,
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com