Timers and Tree View

Posted by Rumble on Sun 15 Sep 2013 11:19 PM — 8 posts, 28,621 views.

#0
I've been searching for a solution to this but can't find one.

This has only been occurring to one profile in particular and I can't figure out why. In my Timers screen, the view is automatically set to Tree View. If I de-select the box and re-enter the Timers screen it's back in Tree View.

I've checked my global settings and Tree View shouldn't be happening.

How can I fix this?!

Thanks!
Australia Forum Administrator #1
Template:version
Please help us by advising the version of MUSHclient you are using. Use the Help menu -> About MUSHclient.


Uncheck Tree View and force the document to be saved. See if that helps.
#2
Thanks for the reply.

I had tried this already to no avail. I also tried deleting the world and re-creating it, and the problem came back with it.

This is the only saved world I am having this problem with.
Australia Forum Administrator #3
You have found a bug. The timer tree view checkbox will be set randomly for all worlds. Fix committed here:

https://github.com/nickgammon/mushclient/commit/4349853fc

I'm not sure when the next version will be uploaded but this correction will be in it.
Australia Forum Administrator #4
As a work-around, due to the nature of the bug, the timer tree-view box will mirror the alias tree-view box.

Thus, to stop the timers showing a tree view, uncheck the alias tree-view checkbox.

So it isn't random, it is just using the wrong value.
Australia Forum Administrator #5
This is what happens when you copy and paste code, by the way. Sometimes you get distracted and forget to change a variable name. :)
#6
Nick Gammon said:

This is what happens when you copy and paste code, by the way. Sometimes you get distracted and forget to change a variable name. :)


Awwww yeah, that fixed the problem! How'd I get so lucky as to find a bug?!

Interesting thing is that I wasn't copy pasting code. It was simply a timer to fire every 6 seconds, and I hadn't yet touched aliases in this world. Maybe I just have fat fingers!
Australia Forum Administrator #7
Rumble said:

Interesting thing is that I wasn't copy pasting code.


I was referring to myself. I copied and pasted the code for the tree view checkbox and forgot to change one variable name.