Search found 5 matches

by rohcro
Sat Dec 10, 2011 11:42 am
Forum: Enhancement Suggestions
Topic: [Done] Is a Right-Click Menu for System Tray Icon Possible?
Replies: 7
Views: 22460

Rain wrote:Menu for System Tray Icon is now possible with version 13.
Example

Let>Items=Open;Close;About;Exit

GetCursorPos>X,Y

PopupMenu>X,Y,Items,res

MessageModal>You selected item: %res%
How do you use it so the menu appears only when you click on the System Tray Icon?
by rohcro
Sat Dec 03, 2011 7:56 am
Forum: General Discussion
Topic: v13 Portable Installer
Replies: 11
Views: 21757

v13 Portable Installer

Will there be an update for the Portable Installer so it will work with v13?
by rohcro
Mon May 09, 2011 3:07 am
Forum: Technical / Scripting
Topic: Operations on multiple folders using a list of paths
Replies: 2
Views: 3808

This should work:

Code: Select all

GetClipBoard>folderpaths
Separate>folderpaths,CRLF,path
Let>n=0
Repeat>n
    Let>n=n+1
    Let>p=path_%n%
    RunProgram>cmd /c attrib +R "%p%"
Until>n=path_count
by rohcro
Wed May 04, 2011 1:55 pm
Forum: Technical / Scripting
Topic: script encryption
Replies: 5
Views: 6178

mtettmar wrote:This issue is now fixed...
Awesome, works perfectly now.
by rohcro
Sun May 01, 2011 5:01 am
Forum: Technical / Scripting
Topic: script encryption
Replies: 5
Views: 6178

I'm also having this problem. When I try to encrypt a macro, I get a pop-up message saying: " Cannot create file. The process cannot access the file because it is being used by another process " But when I return to the main control window, there IS a lock symbol next to the macro that I just tried ...
Sign up to our newsletter for free automation tips, tricks & discounts