Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ Jscript
➜ I doubt this is possible, but....
|
I doubt this is possible, but....
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
| Posted by
| Shaun Biggs
USA (644 posts) Bio
|
| Date
| Wed 06 Jun 2001 08:34 PM (UTC) |
| Message
| | I've been trying to teach myself Jscript so I can make scripts to organize my mudding a bit more. Recently, I got an idea to have a free floating window that I could pass all my tells to, and click on them to reply. Is there any way to have a window not be in the MUSHclient's main window? Acutally, is ther any way to do this at all using MUSHclient? |
It is much easier to fight for one's ideals than to live up to them. | | Top |
|
| Posted by
| Nick Gammon
Australia (23,165 posts) Bio
Forum Administrator |
| Date
| Reply #1 on Wed 06 Jun 2001 10:14 PM (UTC) |
| Message
| You can send all tells to another window easily enough, just with a trigger. However to make them "click to reply to" is a bigger job.
I don't know enough about Jscript to know how to go about that. Maybe someone else does? :) |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | | Top |
|
| Posted by
| Epona
Denmark (28 posts) Bio
|
| Date
| Reply #2 on Fri 01 Feb 2002 08:03 AM (UTC) |
| Message
| It depends if there is a command to send text to the command line window, without sending it to the world ???
|
Epona
Goddess of Love
Founder of The Realms of Darkness MUD
(not open to the public yet) | | Top |
|
| Posted by
| Epona
Denmark (28 posts) Bio
|
| Date
| Reply #3 on Fri 01 Feb 2002 08:07 AM (UTC) |
| Message
| Though if that is not possible, there is another aproach too, though that will take, that you make a vb program, and make it open up the window, storing the tells in a listbox, then when you double click on one of the entries in the listbox (eg you tells received), it will popup a box where it asks what you would like to reply, and then send the whole to the world. :)
Though i am sure there is a easier way to do this.
|
Epona
Goddess of Love
Founder of The Realms of Darkness MUD
(not open to the public yet) | | Top |
|
| Posted by
| Shadowfyr
USA (1,791 posts) Bio
|
| Date
| Reply #4 on Fri 01 Feb 2002 07:22 PM (UTC) |
| Message
| Depends on what you mean by easier... The VB program idea would technically be a COM server object to be able to communicate both directions with Mushclient. The advantage being it uses its own memory space, so a bug crashing it shouldn't effect Mush (but on windoze....). The other way is to inline a COM object in a script (basically the same window declarations, etc.). The disadvantage being that it runs within Mushclient and if something goes wrong it kills both. Not sure there is any better way though.
Have a similar problem with an idea I had. The idea was added to Gammon's list as a possible future addition, but in the mean time I know generally how it should work as a COM object, but no clue how to actually write it. lol And most online examples assume you are creating it for web use, which tends to be a different animal all together. :p | | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
18,852 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top