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 ➜ Plugins ➜ smooth analog/digital tick timer

smooth analog/digital tick timer

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


Posted by Aard-Spartacus   (2 posts)  Bio
Date Thu 09 Jun 2011 04:23 PM (UTC)
Message
Alright, first post here, but I've been lurking a while. No offense to anyone, but I got tired of my tick timer being in the status bar and overwriting stuff that was there every 2s, so I decided to move it out to a miniwin... and since I was doing that, I figured I'd give it a nice analog face... :)

Anyhow, what I have is IMHO a functional and nice looking tick timer. Y'all enjoy...

https://code.google.com/p/aardspart/source/browse/trunk/Mushclient/worlds/plugins/smoothTick.xml

PS - if you submit issues through the google project, I will try to address them

Spartacus
Top

Posted by Nick Gammon   Australia  (23,133 posts)  Bio   Forum Administrator
Date Reply #1 on Thu 09 Jun 2011 11:57 PM (UTC)

Amended on Fri 10 Jun 2011 12:13 AM (UTC) by Nick Gammon

Message
Pretty cool, thanks for sharing!



Ah and I just discovered you can click on the triangle to bring up a menu which lets you change fonts, colours etc.

- Nick Gammon

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

Posted by Aard-Spartacus   (2 posts)  Bio
Date Reply #2 on Fri 10 Jun 2011 03:37 AM (UTC)
Message
and it got several updates today and looks a lot better thanks to all the people telling me what was wrong with it! :)
Top

Posted by Pez   (6 posts)  Bio
Date Reply #3 on Thu 08 Sep 2011 06:55 PM (UTC)
Message
I would like to use this analog timer, but quite frankly I am not a good enough programmer to be able to modify it for my needs. Specifically, I don't want a tick timer, I simply am looking for an analog dial that shows how much time left until a mushclient timer fires. Any help would be appreciated.

Thanks,
Pez
Top

Posted by Fiendish   USA  (2,534 posts)  Bio   Global Moderator
Date Reply #4 on Thu 08 Sep 2011 08:24 PM (UTC)

Amended on Thu 08 Sep 2011 08:25 PM (UTC) by Fiendish

Message
First replace all instances of 30 with the duration of your timer in seconds.

Then replace

function OnPluginTelnetOption (option)
   if option == string.char (101,1) then
      -- last_tick = os.time()
      last_tick = os.clock()
      -- SetStatus ("Time to tick: " .. (last_tick + 30) - os.time ())
   end -- if
end -- function

with something like

function MyTimerHasFired()
   last_tick = os.clock()
end

and have your timer call that function when it fires.

I think that ought to be all you need.

https://github.com/fiendish/aardwolfclientpackage
Top

Posted by Nick Gammon   Australia  (23,133 posts)  Bio   Forum Administrator
Date Reply #5 on Thu 08 Sep 2011 09:31 PM (UTC)
Message
Call GetTimerInfo (13) to find how long until a timer fires.

Template:function=GetTimerInfo GetTimerInfo

The documentation for the GetTimerInfo script function is available online. It is also in the MUSHclient help file.


- Nick Gammon

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

Posted by Pez   (6 posts)  Bio
Date Reply #6 on Fri 09 Sep 2011 08:12 PM (UTC)
Message
Thanks for the help. I will try to figure out how to make the changes based on this info.

Pez
Top

Posted by Pez   (6 posts)  Bio
Date Reply #7 on Sun 11 Sep 2011 11:57 AM (UTC)
Message
I got it working using the tips from Fiendish. That gave me exactly the timer I needed, and I am loading/enabling/disabling the timer from my vbscript. I realize there is probably a more efficient way to do it, but that was the easiest for me and is working perfectly. Thanks for the help!

Pez
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.


26,849 views.

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.