Hi Peter,
works like a charm. Thank you very much.
rgds
Search found 82 matches
- 07 Dec 16, 21:33
- Forum: Macro Programming
- Topic: include string if not empty SOLVED
- Replies: 2
- Views: 1951
- 07 Dec 16, 17:03
- Forum: Macro Programming
- Topic: include string if not empty SOLVED
- Replies: 2
- Views: 1951
include string if not empty SOLVED
Hi,
I would like to add a simple text input field and if this field is empty then the phrase should output nothing,
if it is not empty it should prefix it: Excecution time: (now the value in the text box)
Just can´t wrap my head around it.
Any suggestions ?
I would like to add a simple text input field and if this field is empty then the phrase should output nothing,
if it is not empty it should prefix it: Excecution time: (now the value in the text box)
Just can´t wrap my head around it.
Any suggestions ?
- 06 Dec 16, 18:54
- Forum: Macro Programming
- Topic: Copying of comments
- Replies: 0
- Views: 1369
Copying of comments
Hi,
I use comments (*something*) quite often and have noticed that if I copy a phrase these are ommitted. Is there any reason for this as I would like them to stay.
Looked through the settings but can`t find something .
rgds
I use comments (*something*) quite often and have noticed that if I copy a phrase these are ommitted. Is there any reason for this as I would like them to stay.
Looked through the settings but can`t find something .
rgds
- 26 Oct 16, 17:49
- Forum: Macro Programming
- Topic: Remove leading zeros SOLVED
- Replies: 1
- Views: 2325
Remove leading zeros SOLVED
Hi all, anybody know how I can remove the leading zeros from a value I just copied to the clipboard ? Trim will not help i think. {#focus Remote8 | Cons}{#TAB}{#END}{#CTRL -chars A}{#CTRL -chars C} This is the line where the text is selected and copied. Now I need to change 00012345 to 12345 any tak...
- 15 Feb 16, 16:42
- Forum: Macro Programming
- Topic: Multiple variables use and combine SOLVED
- Replies: 2
- Views: 2757
Re: Multiple variables use and combine SOLVED
Hi Peter,
apologies for the late reply, works beautifully. Thank you for this.
apologies for the late reply, works beautifully. Thank you for this.
- 24 Jan 16, 01:46
- Forum: Macro Programming
- Topic: Multiple variables use and combine SOLVED
- Replies: 2
- Views: 2757
Multiple variables use and combine SOLVED
Hi all, I'm stuck and need some help. I'm wanting to use variables to fill a form but just can't get it going. We have a form that contains a starting time, the date, and ending time and the date, all in separate textboxes one tab apart. So I was wanting to create three variables (Stime, Etime and i...
- 01 Aug 15, 17:45
- Forum: Macro Programming
- Topic: Align Checkboxes horizontally?
- Replies: 1
- Views: 906
Align Checkboxes horizontally?
Can one have the check boxes in the Phrases form next to each other rather than under one another ?
- 05 Jul 15, 04:31
- Forum: Macro Programming
- Topic: Looping SOLVED
- Replies: 5
- Views: 3630
Re: Looping SOLVED
hi Peter,
that is an amazing way of doing it. much appreciated.
that is an amazing way of doing it. much appreciated.
- 04 Jul 15, 00:47
- Forum: Macro Programming
- Topic: Looping SOLVED
- Replies: 5
- Views: 3630
Re: Looping SOLVED
Hi again, figured the C: out. is there an example how one can load a file and process it line by line ie in the text file will be: william Mary Kate The phrase should now copy "william", use it in the phrase and run through it, at the end of the loop it should take "Mary" and use it etc etc. for thi...
- 03 Jul 15, 22:32
- Forum: Macro Programming
- Topic: Looping SOLVED
- Replies: 5
- Views: 3630
Re: Looping SOLVED
Hi, the detection of the c: is exactly where my problem lies. the python script that is executed is not changeable, nobody knows how, so I´m trying to build something around it with phrases using the loop function. I´m stuck at the point of detecting when the script is finished and returns to c: (it...
- 30 Jun 15, 19:06
- Forum: Macro Programming
- Topic: Looping SOLVED
- Replies: 5
- Views: 3630
Looping SOLVED
Hi all, I have a phrase that opens a command prompt (dos), a pop-up window comes up and I enter a string, then phrases types a whole bunch of things also including the pasted string, then a python script executes and more things happen (times vary) and once the process is complete it returns to the ...
- 28 Jul 14, 14:37
- Forum: Macro Programming
- Topic: relative mouseposition SOLVED
- Replies: 4
- Views: 2961
Re: relative mouseposition SOLVED
Nope. Not getting it to work. I tried testing it simply in EXCEl. {#TAB -count 7}{#mouseposition -x 7 -y 0 -rel}{#leftmousebutton} Starting in Col A, tabb across 7 and then telling it to click 7cm to the right. It goes to the right, but also down as can be seen in the image. https://imagizer.imagesh...
- 11 Jul 14, 15:54
- Forum: Macro Programming
- Topic: relative mouseposition SOLVED
- Replies: 4
- Views: 2961
relative mouseposition SOLVED
Hi all, i need help with this feature please.
I have a form that gets filled in and jump all over it using the tabs. At a specific point i need the mouse to click about 6cm to the left of where the cursor is.
I have NO idea how to achieve this. Any help appreciated.
rgds
I have a form that gets filled in and jump all over it using the tabs. At a specific point i need the mouse to click about 6cm to the left of where the cursor is.
I have NO idea how to achieve this. Any help appreciated.
rgds
- 18 Jun 14, 16:27
- Forum: Macro Programming
- Topic: Public holidays SOLVED
- Replies: 1
- Views: 1832
Public holidays SOLVED
Is it possible to add a file somewhere for Phrases that it knows of public holidays?
I use the workday function quite a lot
but it obviously does not know of public holidays. Would be nice if there was a function like that.
I use the workday function quite a lot
Code: Select all
{#datetime -f dd'/'mm'/'yyyy -s 1w}
- 17 Jun 14, 20:07
- Forum: Macro Programming
- Topic: PAUSE... max time ? SOLVED
- Replies: 3
- Views: 2657
Re: PAUSE... max time ? SOLVED
Ahhhh, the loop function. Tx very much, great thinking on that one.
- 16 Jun 14, 21:04
- Forum: Macro Programming
- Topic: Simple suggestions/wishlist
- Replies: 1
- Views: 1076
Re: Simple suggestions/wishlist
sencond these. Nice..
- 16 Jun 14, 21:02
- Forum: Macro Programming
- Topic: PAUSE... max time ? SOLVED
- Replies: 3
- Views: 2657
PAUSE... max time ? SOLVED
Hi, I need a phrase that pauses for close to a minute and a second pause for almost 2 minutes. No problem I thought, after al there is the {#Sleep xx} function. Off I went working out what a minute is in milliseconds and put it in instead of the "xx"... No Cigar, it literally paused for 3 seconds an...
- 16 May 14, 13:18
- Forum: Macro Programming
- Topic: Feature request - Comments SOLVED
- Replies: 3
- Views: 3019
Re: Feature request - Comments SOLVED
BRILLIANT !!!!!
pitty this is not documented, at least I have not seen it, but none the less... BRILLIANT.. thank you
pitty this is not documented, at least I have not seen it, but none the less... BRILLIANT.. thank you
- 15 May 14, 20:49
- Forum: Macro Programming
- Topic: Feature request - Comments SOLVED
- Replies: 3
- Views: 3019
Feature request - Comments SOLVED
Not sure if this is the correct place for this, but here goes.. Been creating some pretty long phrases and find the program becomes unresponsive when trying to edit long phrases which leads to impatience and random clicking on my part and.. errors.. hence it would be nice if there would be a "commen...
- 15 May 14, 15:49
- Forum: Macro Programming
- Topic: Change focur not working SOLVED
- Replies: 1
- Views: 1953
Change focur not working SOLVED
I have an application that uses forms and sub forms (i call them windows). The sub-form can be found in the "Switch program focus" window of Phrases but if i use this, the "focus" is not set correctly, ie the focus is changed, the window is called to the front but the window does not become "active"...