Search found 9 matches
- Fri Jan 06, 2017 3:50 pm
- Forum: General Discussion
- Topic: Using Macro Scheduler with Citrix Receiver
- Replies: 7
- Views: 14719
Re: Using Macro Scheduler with Citrix Receiver
Hackish but you can position cursor,select text,copy to clipboard and Un select text
- Fri Jan 06, 2017 11:53 am
- Forum: Technical / Scripting
- Topic: Subrountine String literals
- Replies: 2
- Views: 3846
Re: Subrountine String literals
Thank you, and yes it does work.
- Fri Jan 06, 2017 11:49 am
- Forum: General Discussion
- Topic: Timer Question
- Replies: 2
- Views: 4620
Re: Timer Question
Worked perfect thanks.
- Fri Jan 06, 2017 2:54 am
- Forum: General Discussion
- Topic: Timer Question
- Replies: 2
- Views: 4620
Timer Question
Why would the conditional nver be true below? Looks like it should via outout the lower Message Let>PollingTime=3 Timer>PriorTime Label>Loop Timer>CurrentTime Let>ElapsedTime={(%CurrentTime%-%PriorTime%)/1000} If>ElapsedTime>=PollingTime MessageModal>Why does this never fire? Endif wait>0.05 Message...
- Mon Dec 26, 2016 7:50 pm
- Forum: Technical / Scripting
- Topic: Subrountine String literals
- Replies: 2
- Views: 3846
Subrountine String literals
I was trying to write a subroutine that handles file initialization, and some default values for INI filename and path if not passed. Here's an excerpt showing my trouble. Let>Modules=a,b,c,d Gosub>WriteINIFile,,Settings,modules,%modules% SRT>WriteINIFile Let>INIFile=%WriteINIFile_VAR_1% Let>INISect...
- Sun Nov 26, 2006 4:58 am
- Forum: Beginners
- Topic: Moving the cursor
- Replies: 7
- Views: 9609
...
I'll use wordpad, but I am not married to using that program, nor any particular format (RTF would be preferable to TXT though). The description above is pretty accurate for what I wish to do. To be clear after I reach/clear a tabstop marker "[]", I will manually enter text, and then hotkey to the n...
- Sun Nov 26, 2006 2:44 am
- Forum: Beginners
- Topic: Moving the cursor
- Replies: 7
- Views: 9609
Ongoing...
I am using notepad (or something similar) that would include a basic template with [] marking tabstops. I would like to sequentially hotkey to the tabstop positions deleting them and allowing for variable text input. I will look into the vbreplace function, but as you said that wouldn't move the cur...
- Sun Nov 26, 2006 1:20 am
- Forum: Technical / Scripting
- Topic: Enabling Scrollwheel in Unfreindly program
- Replies: 0
- Views: 3197
Enabling Scrollwheel in Unfreindly program
How can I trap the scrollwheel roll-up and scrollwheel roll-down event in order to send UPARROW and DOWNARROW Commands?
- Sun Nov 26, 2006 12:53 am
- Forum: Beginners
- Topic: Moving the cursor
- Replies: 7
- Views: 9609
Moving the cursor
I wanted a little bit of guidance how I would most cleanly do the following. Within notepad move to the next occurrence of "[]" (a tabstop) and delete it leaving the cursor at that position. I know I can use the menus/CTRL-R for replace but I would rather not deal with the flashing up of the find/re...