Re: [Sikuli-driver] [Question #681578]: Trouble recognizing "and" function

2019-06-25 Thread Daniel Ramirez
Question #681578 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681578

Status: Needs information => Solved

Daniel Ramirez confirmed that the question is solved:
It looks like it is a non-issue.  I don't know if I changed something in
what I had created but, even though the "and" is no longer in blue it is
still functioning properly.  Thanks for the help.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #681578]: Trouble recognizing "and" function

2019-06-25 Thread masuo
Question #681578 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681578

Status: Open => Needs information

masuo requested more information:
What do you want to be?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #681578]: Trouble recognizing "and" function

2019-06-25 Thread Daniel Ramirez
Question #681578 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681578

Status: Answered => Open

Daniel Ramirez is still having a problem:
No good, so far.  I find it odd that it will work when I initially type
it in but then if I modify the line at all I lose the function.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #681578]: Trouble recognizing "and" function

2019-06-25 Thread masuo
Question #681578 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681578

masuo proposed the following answer:
if there is no space between 'and' and 'y', 'andy' is recognized one of 
variables.
if there is space between 'and' and 'y', 'and' is recognized one of reserved 
words.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #681578]: Trouble recognizing "and" function

2019-06-25 Thread masuo
Question #681578 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681578

masuo proposed the following answer:
if there is no space between 'and' and 'y', 'andy' is recognized one of 
veriables.
if there is space between 'and' and 'y', 'and' is recognized one of reserved 
words.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #681578]: Trouble recognizing "and" function

2019-06-24 Thread masuo
Question #681578 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681578

Status: Open => Answered

masuo proposed the following answer:
there is ')' before 'and'.
If you add '(' after 'and', you will find blue.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [Question #681578]: Trouble recognizing "and" function

2019-06-24 Thread Daniel Ramirez
New question #681578 on Sikuli:
https://answers.launchpad.net/sikuli/+question/681578

I am having trouble with having the and function recognized.  I can write our 
the statement and it will show in blue as being recognized and works just fine. 
 However, when I try to adjust the line like backspacing prior to the work and 
it stops being recognized and the script becomes black.

If X == (" ") and y == (" "):  

Also, if I move the line after and to the following line and then backspace so 
that it moves back up it becomes recognized again.

Any help would be appreciated.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp