Register forum user name Search FAQ

Gammon Forum

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 ➜ Miniwindows ➜ Planned improvements in the next version of MUSHclient

Planned improvements in the next version of MUSHclient

It is now over 60 days since the last post. This thread is closed.     Refresh page


Pages: 1  2 3  

Posted by Nick Gammon   Australia  (23,140 posts)  Bio   Forum Administrator
Date Reply #15 on Wed 27 Aug 2008 09:31 PM (UTC)
Message
I think that with a support script you could have a scrolling text window right now. It would take a bit of work to get the scrollbar right, but once done, it would be something you could just call whenever you wanted. Effectively, it would be added, but purely script-side.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Darwin   USA  (125 posts)  Bio
Date Reply #16 on Wed 27 Aug 2008 10:07 PM (UTC)
Message
Creating a scripted scrolling text window is something that I'm working on. Displaying a set of text lines isn't difficult to do, but adding the scroll bar has been a bit difficult. Actually, I keep getting sidetracked on other things while trying to make a functional scroll bar, so it might actually be easier than I think. I just haven't done much work on it.
Top

Posted by Yergo   Poland  (20 posts)  Bio
Date Reply #17 on Thu 28 Aug 2008 11:16 AM (UTC)
Message
Maybe some tips, how to make scrolling so I'll try?

I'm requesting for making scrolled minitextwindows mainly because it work noticeable faster when coded as a part of MUSHclient than when scripted externarly in (eg.) PHP. Hmm.. To be honest, I'm lazy too ;)

I love my scripts look simple and work fast so I'm wondering of plans that minitextwindows will be added/text mechanism simplified/notepad integrated with worldwindow etc :> I just don't know what to do now: stay a little longer on old scripts waiting for new versions of mushclient or start to transfer my c# (sic!) toolbars to miniwindows.

I'm doing my best with English... Sorry ;)
Scripting: php (currently rewriting things to Lua)
Top

Posted by Worstje   Netherlands  (899 posts)  Bio
Date Reply #18 on Thu 28 Aug 2008 03:43 PM (UTC)

Amended on Thu 28 Aug 2008 03:44 PM (UTC) by Worstje

Message
Slightly offtopic, but I was wondering whether 4.36 would come out before the weekend? I have some scripting intentions and it would be lovely to have the ability to get the output-windowsize and such, to name one.
Top

Posted by Nick Gammon   Australia  (23,140 posts)  Bio   Forum Administrator
Date Reply #19 on Thu 28 Aug 2008 10:36 PM (UTC)
Message
I think it is about ready - it should be released about 5 hours from the date/time of this message.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Worstje   Netherlands  (899 posts)  Bio
Date Reply #20 on Thu 28 Aug 2008 11:23 PM (UTC)
Message
I'm in love. Again. =)
Top

Posted by Yergo   Poland  (20 posts)  Bio
Date Reply #21 on Fri 29 Aug 2008 07:42 PM (UTC)

Amended on Fri 29 Aug 2008 08:44 PM (UTC) by Yergo

Message
Is there a chance that it will be added an ability to get mouse x&y position on the screen (soon)? eg. in getinfo func. It's simple to code and will be very, very useful, even (or aspecially) with MouseDown and CancelMouseDown hotspot actions when coding window resizing/movement/scrolling.

Please? :)

I'm doing my best with English... Sorry ;)
Scripting: php (currently rewriting things to Lua)
Top

Posted by Nick Gammon   Australia  (23,140 posts)  Bio   Forum Administrator
Date Reply #22 on Sat 30 Aug 2008 01:33 AM (UTC)
Message
I will respond to your similar query in another thread.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by WillFa   USA  (525 posts)  Bio
Date Reply #23 on Sun 31 Aug 2008 12:34 AM (UTC)
Message
Could it be possible to add a "WindowDestroy" function?

I may be anal. Having to loop over (in WindowList()) a temporary window that was used once to create an image and will never be used again irks me. My momma taught me to clean up after myself. :)

I can see some hesitation if plugin authors arbitrarily destroy any window (I made a bunch, I only need to keep this one, so let's destroy everything but that one!.... baaad).
Top

Posted by WillFa   USA  (525 posts)  Bio
Date Reply #24 on Sun 31 Aug 2008 01:28 AM (UTC)

Amended on Sun 31 Aug 2008 01:29 AM (UTC) by WillFa

Message
And add GetInfo(280) = Border Colour?

GetInfo 272-279 retrieve 8 of the 9 values TextRectangle expects.
Top

Posted by Nick Gammon   Australia  (23,140 posts)  Bio   Forum Administrator
Date Reply #25 on Sun 31 Aug 2008 03:13 AM (UTC)
Message
OK I'll look into those.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Nick Gammon   Australia  (23,140 posts)  Bio   Forum Administrator
Date Reply #26 on Tue 02 Sep 2008 03:31 AM (UTC)
Message
Added WindowDelete, and GetInfo 282 to version 4.37.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Hoax   (14 posts)  Bio
Date Reply #27 on Tue 25 Nov 2008 10:22 AM (UTC)
Message
Hi Nick,

I wonder, is it possible to configure the main world border yet with Mushclient 4.37? I've seen some screenshots, with the main window is not taking the whole space, but can't find any documentation about it.

I was first think if it's possible to set the "Text offset from edge" to bigger than 20 pixels. I'm just used to having a map on the left hand side of the screen, and navigating my way by looking at the map, rather than reading exits word.

For now, I simply create a trigger to capture every single line, then send it back with some spaces appended in front of each line. It's a bit messy though. :)

Thanks!
Top

Posted by Hoax   (14 posts)  Bio
Date Reply #28 on Tue 25 Nov 2008 10:26 AM (UTC)
Message
Just when I gave it up searching, it shows up! The function is TextRectangle for anyone who wonder about the same thing.

Cheers. :)
Top

Posted by Worstje   Netherlands  (899 posts)  Bio
Date Reply #29 on Tue 25 Nov 2008 12:32 PM (UTC)
Message
Actually, TextRectangle is different. TextRectangle sets a rectangle in which the text is placed. The Text Offset applies even within that rectangle. You can see this best if you configure a coloured border around the textrectangle.
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.


91,041 views.

This is page 2, subject is 3 pages long:  [Previous page]  1  2 3  [Next page]

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.