Addition to Aliases/Timers/Triggers screen

Posted by Worstje on Sat 07 Feb 2009 04:30 PM — 2 posts, 7,225 views.

Netherlands #0
Add a column called 'Enabled' with a checkbox in it. That way, it can become easier for people who prefer to use the GUI to write their scripts to adjust things on the go.

The basic idea resembles a Checklistbox, although you probably use another control (given the columns and all). An example of a CheckListBox: http://www.codeproject.com/KB/combobox/CheckListBox/CheckListBox_demo.jpg

(I've been recently helping someone out who has a relatively large scriptfile, and found I very often need to enable/disable a number of specific triggers while debugging. Continuously going 'Edit->(Un)select Enable, OK' becomes a real chore after a while. :))
Australia Forum Administrator #1
I don't suppose he could group them, and then disable the group?

If not, you could make an alias that scripts to work its way through a list (eg. a table of trigger names) and enable/disable all in the list.