Page 1 of 1

List Management window - keeping open

Posted: 04 May 2011 15:29
by aurumdigitus
Is there - or could there be - a way to keep the List Management list open? My work style is to tidy the lists up about once a week and is is annoying and time consuming to have to reopen to get to each one.

A CTB has been devoted to this and it is beneficial but it would be even better if there were an option to return to List Management automatically.

Re: List Management window - keeping open

Posted: 04 May 2011 16:12
by TheQwerty
You could use a script such as the following to keep prompting; you could even eliminate the confirm but this seemed the safest/easiest way:

Code: Select all

#610;while(confirm("Keep it going?")){#610;}
Or as a snippet:

Code: Select all

Snip: CTB 1
  XYplorer 9.90.0900, 04.05.2011 09:59:10
Action
  NewUserButton
Name
  List Management
Icon
  :lstmgmt
ScriptL
  #610;while(confirm("Keep it going?")){#610;}
ScriptR
 
FireClick
  0
Otherwise, I'm siding with zer0 that there should be a List Management dialog that has a dropbox of the available lists instead. This whole loading the same dialog differently for each list dance that we currently do is super annoying.

Re: List Management window - keeping open

Posted: 04 May 2011 16:58
by aurumdigitus
Thank you TheQwerty!

Your code does exactly and precisely what was wanted and excels by virtue of its brevity.

The XY community is an unbelievable coterie of devotees. :D