|
dazed-n-confused999 Wanderer
Joined: 03 Aug 2004 Posts: 79
|
Posted: Sat Jul 05, 2008 6:43 pm
child window help |
I've read the help and it wasn't very helpful. I simply want a small window to pop-up in an out of the way spot on my screen when I check defences.
I want to display variables like: @cold, @physical, ect.
Is there a way to determine its size, length of time until it vanishes, and its position on the screen? |
|
|
|
wrym Magician
Joined: 06 Jul 2007 Posts: 349 Location: The big palace, My own lil world
|
Posted: Sat Jul 05, 2008 6:55 pm |
I usualy put such information in a status window and leave it docked to the left side of my mud window. However if you want to use a separate window you would use the #makewindow command, the help file is fairly complete. If you wanted to automaticaly hide it you would have to add an alarm to auto hide it after xx seconds.
|
|
_________________ "To the engineer, all matter in the universe can be placed into one of two categories: (1) things that need to be fixed, and (2) things that will need to be fixed after you've had a few minutes to play with them" - Scott Adams, The Dilbert Principle |
|
|
|
dazed-n-confused999 Wanderer
Joined: 03 Aug 2004 Posts: 79
|
Posted: Sat Jul 05, 2008 7:18 pm |
is there an editor for the status window, or does it have to be done at the prompt?
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sat Jul 05, 2008 8:49 pm |
Yes, there's an editor for the status window. Click on the giant button on the top of the screen that says "Settings". In there, there should be a smaller button called New... with menu arrow next to it. Click on that and select either Status Window or Status Line (they are both the same setting, so it really doesn't matter which you choose.) This brings up the editor window to the right with two boxes to put stuff in. First on is a one-liner with the label "Line:" next to it. This equates to the status bar at the bottom of the window next to the commandline, so don't put anything here. The big multiline box should have a label called Window, and this equates to the status window.
This is where you put all your stuff. It has to be %commands or raw text using variables. |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
|
|