
Under which circumstance(s) that button isn't greyed out?
Also, I want to assign a KS to prompt for emptying of Recycle Bin. How can I do that? Thank you


assign ks to this script:ivan wrote:Also, I want to assign a KS to prompt for emptying of Recycle Bin. How can I do that? Thank you
Code: Select all
msg "Empty recycle bin?", 1;
//ID for empty recycle bin
#642;
//Status message
status Recycle bin is now empty!, ready;

Never. Yep, might be an idea to remove it.ivan wrote:It seems I have found a button that's completely redundant within a XY window. Here's a screen:
Under which circumstance(s) that button isn't greyed out?![]()
Use CKS. Where's the problem?ivan wrote:Also, I want to assign a KS to prompt for emptying of Recycle Bin. How can I do that? Thank you
ivan wrote:Thanks serendepity. A little hiccup: using your script and assigning it to KS adds an extra step of asking to empty the Recycle Bin. How can we shorten it so it goes straight for #642?
I don't get why you use scripting for this.serendipity wrote:Yep, like eurytos said a simple #642 would do. But I thought you needed a "prompt" before the delete which is why I included the first line.
Actually this is what confused me at first, I thought Ivan needed something different from the CKS.admin wrote:I don't get why you use scripting for this.serendipity wrote:Yep, like eurytos said a simple #642 would do. But I thought you needed a "prompt" before the delete which is why I included the first line.Why not simply use CKS?
