List Management window - keeping open

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

List Management window - keeping open

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

TheQwerty
Posts: 4373
Joined: 03 Aug 2007 22:30

Re: List Management window - keeping open

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

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Re: List Management window - keeping open

Post 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

Post Reply