|
Firey Wanderer
Joined: 30 Dec 2003 Posts: 61 Location: Norway
|
Posted: Sat Jan 08, 2005 6:33 pm
Buttons |
All my buttons seems connected somehow that when I change size on one, the others will also change.
They are on different panels, and on different places of the screen (some on the buttom and some on the top).
Anyone knows how to change this? |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sun Jan 09, 2005 12:09 am |
Don't use Auto Size.
|
|
_________________ LightBulb
Senior member
Most scripts in this forum are written for Command Line entry.
Don't even open the Settings Editor unless its use is specified or obvious. |
|
|
|
Firey Wanderer
Joined: 30 Dec 2003 Posts: 61 Location: Norway
|
Posted: Sun Jan 09, 2005 1:42 am |
Thanks! It was a kinda newbie question, but there's stuff like that that I can't figure out. :D
|
|
|
|
Broksonic Novice
Joined: 16 Mar 2001 Posts: 38 Location: USA
|
Posted: Sun Jan 09, 2005 11:25 pm |
Along the line of button questions.. is the a way to "float" your buttons? I know you can move them (top bottom and side to side) but i would like to have a seperate "window" just to hold my buttons. Ideas anyone?
|
|
|
|
Pega Magician
Joined: 08 Jan 2001 Posts: 341 Location: Singapore
|
Posted: Mon Jan 10, 2005 1:21 am |
This may work for you.
Create a new window using #win and script buttons into it. Save the script into a settings file with the same name as the window name into your zMUD directory. This should be the default when saving child windows.
Whenever you want to use the script editor on a child window, you should make sure that the focus is on the child window before opening the script editor. Child windows will always load any existing script file with the same name as itself. You can save the layout to make child windows load up every time.
If you want to access commands within other windows, you can simply set the focus for each command that is meant for another window. In this way you can set up a floating window with buttons in it. Variables can be exchanged by focusing commands.
Here is how to set your focus:
http://forums.zuggsoft.com/mx/modules/mx_kb/kb.php?mode=article&k=112
Does anybody have another method?
EDITED to improve readability. |
|
|
|
|
|