|
DeReP Adept
Joined: 14 Jun 2003 Posts: 222 Location: Chile
|
Posted: Wed Mar 23, 2005 2:31 am
Sending Commands from child window |
Hi there, I did a search around the forums for this but I couldnt come up with a straight solution to this little problem.
I have a bunch of windows for comm, inventory, affects and equipment and I was wondering how to make speedmenu work from the inventory child window. This window does not have a command line and it seems that neither #SEND or just a plain command sent from its speedmenu will go to the actual mud. I was wondering if anyone had this problem, and hopefully a solution to it.
Thanks in advance,
DeReP |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Wed Mar 23, 2005 2:48 am |
Preface your command with the windowname handle like so:
Window:command -- for sending focus to Window
:Window:command -- for keeping focus on current window
Alternatively, you could use #WINDOW as well:
#WINDOW windowname {command} |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
DeReP Adept
Joined: 14 Jun 2003 Posts: 222 Location: Chile
|
Posted: Wed Mar 23, 2005 3:00 am |
hehehe, so simple it didnt even come to mind :D
Is there a keyword for main mud window? I dont have a name for it, It just shows the ip of the MUD. Better yet, is there any way to change the main window name? |
|
|
|
DeReP Adept
Joined: 14 Jun 2003 Posts: 222 Location: Chile
|
Posted: Wed Mar 23, 2005 3:33 am |
nm the last question, I just found out.
|
|
|
|
|
|