[Home] [Downloads] [Search] [Help/forum]

Log on
Register forum user name Search FAQ

Gammon Forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  General
. . -> [Subject]  scroll position sometimes not at bottom during OnPluginDrawOutputWindow?

scroll position sometimes not at bottom during OnPluginDrawOutputWindow?

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


Posted by Fiendish   USA  (2,315 posts)  [Biography] bio   Global Moderator
Date Sun 12 May 2019 12:22 AM (UTC)

Amended on Sun 12 May 2019 02:04 PM (UTC) by Fiendish

Message
During rapid output from the server, checking if the main output is scrolled all the way to the end sometimes returns false inside the OnPluginDrawOutputWindow callback.

The code I'm using to check if the scroll position is at the end is:

function at_bottom()
   cur_scroll_position = GetInfo(296)
   text_rectangle_height = GetInfo(293) - GetInfo(291)
   font_height = GetInfo(212)
   total_output_lines = GetInfo(224)
   max_scroll_position = ((total_output_lines-1) * font_height) - text_rectangle_height

   return cur_scroll_position >= max_scroll_position
end


Is there a better way to check whether scrolling is currently locked to the bottom that doesn't sometimes fail inside OnPluginDrawOutputWindow when new output is coming in?

https://github.com/fiendish/aardwolfclientpackage
[Go to top] top

Posted by Fiendish   USA  (2,315 posts)  [Biography] bio   Global Moderator
Date Reply #1 on Sun 12 May 2019 02:39 PM (UTC)
Message
I think it might work if I combine that with a check for whether pause is active or not.

https://github.com/fiendish/aardwolfclientpackage
[Go to top] top

Posted by Nick Gammon   Australia  (22,556 posts)  [Biography] bio   Forum Administrator
Date Reply #2 on Sun 12 May 2019 09:58 PM (UTC)
Message
The pause check should be pretty reliable.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] 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.


2,204 views.

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

Go to topic:           Search the forum


[Go to top] top

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

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

[Home]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at FutureQuest]