Search found 132 matches

by nodochau
Fri Jan 03, 2020 8:56 pm
Forum: Beginners
Topic: IF KEY IS PRESSED
Replies: 2
Views: 2357

Re: IF KEY IS PRESSED

Thank you.
I got it.
by nodochau
Fri Jan 03, 2020 2:30 pm
Forum: Beginners
Topic: IF KEY IS PRESSED
Replies: 2
Views: 2357

IF KEY IS PRESSED

Hello All,
Are we able to write code to do this:
If this key is pressed then do this. If that key is pressed then do that.
Thank you
by nodochau
Mon Dec 23, 2019 2:32 pm
Forum: General Discussion
Topic: Getting new data in Edit box (Dialog)
Replies: 3
Views: 4966

Re: Getting new data in Edit box (Dialog)

I got it Marcus :)
Just set time delay for it.
Thanks again. Merry Christmas!
by nodochau
Mon Dec 23, 2019 2:07 pm
Forum: General Discussion
Topic: Getting new data in Edit box (Dialog)
Replies: 3
Views: 4966

Re: Getting new data in Edit box (Dialog)

Hi Marcus, Thank you for your help. I added a handler method onChange and I understood how it worked. It is very interested. But as soon as the first number is entered then the change is captured at no time. How to let it waits until the completed number is entered? For Ex: I set Edit box 1 at 501 A...
by nodochau
Wed Dec 18, 2019 1:47 pm
Forum: General Discussion
Topic: Getting new data in Edit box (Dialog)
Replies: 3
Views: 4966

Getting new data in Edit box (Dialog)

Hello all, I am trying to make a dialog with 2 Edit Boxes and set them up as X1 and X2. Then show the dialog and wait until the operator input a new data in Edit box 1 then box 2. There are some problems I need your help: 1. How to create a loop so that it will look at the data in the boxes and if i...
by nodochau
Thu Sep 19, 2019 7:19 pm
Forum: Beginners
Topic: total noob needs help with loop and image search
Replies: 4
Views: 3821

Re: total noob needs help with loop and image search

If you know exactly that wen k=29 then you have to create two or three loops depending on how many pictures do you have.
loop 1. k=1 to 29
Click arrow1....4
loop 2 k=30 to k=....
by nodochau
Fri Sep 13, 2019 4:39 pm
Forum: Beginners
Topic: total noob needs help with loop and image search
Replies: 4
Views: 3821

Re: total noob needs help with loop and image search

save your images as image_1.bmp, image_2.bmp....image_8.bmp in your folder
Let>k=0
Repeat>k
Add>k,1
.......C:\your folder\image_%k%.bmp,SCREEN,0.7,1,XArr,YArr,NumFound,CCOEFF
If>NumFound>0
MouseMove>XArr_0,YArr_0
LClick
Endif
Until>k=8
by nodochau
Fri Jun 28, 2019 3:40 pm
Forum: General Discussion
Topic: Onevent or Waitkeyboard
Replies: 4
Views: 6169

Re: Onevent or Waitkeyboard

Yeah, good idea.
I will try it. There is no mouse in my place. :)
Thanks
by nodochau
Fri Jun 28, 2019 10:20 am
Forum: General Discussion
Topic: Onevent or Waitkeyboard
Replies: 4
Views: 6169

Re: Onevent or Waitkeyboard

Thanks a lot JRL. This code for WaitKeyDown. Do you have any idea of touching on the screen instead of using the keyboard? :)
I greatly appreciate your help.
by nodochau
Thu Jun 27, 2019 1:12 pm
Forum: Beginners
Topic: ENTRY PASSWORD IN DIALOG
Replies: 1
Views: 2266

ENTRY PASSWORD IN DIALOG

Hello All,
I am creating a Dialog to ask users entry their password to go to the next step. When users type their PW in the box how can we change it to asterisk symbol only?
For ex: Instead of showing 12345 PW on screen, I want this ***** is shown when user types the PW.
Thanks
by nodochau
Wed Jun 26, 2019 12:31 pm
Forum: General Discussion
Topic: Onevent or Waitkeyboard
Replies: 4
Views: 6169

Onevent or Waitkeyboard

Hello All,
I have a touch screen and I want to touch the screen (at anywhere on screen) and it will activate my program.
Do you have any ideas?
Thanks a lot
by nodochau
Wed May 15, 2019 3:45 pm
Forum: General Discussion
Topic: Position of spaces
Replies: 14
Views: 17140

Re: Position of spaces

Thanks a lot hagchr.
It worked. Now I learn new stuff.
by nodochau
Mon May 13, 2019 12:58 pm
Forum: General Discussion
Topic: Position of spaces
Replies: 14
Views: 17140

Re: Position of spaces

Thanks a lot Dorian. It worked for me and I have another problem to solve. I would like to separate lower case, uppercase and number. Example abcdEFGH03-25-2019. Here is my code: Let>text=abcdEFGH03-15-2019 Let>pattern=[^\d/-] Regex>pattern,text,0,matches,num,1,,text1 MDL>text1 Let>pattern=[^a-z ] R...
by nodochau
Fri May 10, 2019 10:16 am
Forum: General Discussion
Topic: Position of spaces
Replies: 14
Views: 17140

Re: Position of spaces

Is it this?
I have text=abcdEFGH1234
can I set a pattern=(^a-z) to retrieve the EFGH1234 only? that what I've learned from regex101.com
Regex>pattern,text,0,matches,num,1,,text
?
by nodochau
Thu May 09, 2019 3:18 pm
Forum: General Discussion
Topic: Position of spaces
Replies: 14
Views: 17140

Re: Position of spaces

Hi JRL,
I appreciate your help.
It worked great for me.
Regex is the one that I need to learn how to use it. Can you please explain more about it? The help in MS does not help me much.
Thanks
Sign up to our newsletter for free automation tips, tricks & discounts