Re: [Sikuli-driver] [Question #268754]: What are the exit() parameters?

2015-07-01 Thread eduardobedoya
Question #268754 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268754

Description changed to:
Hi all, Im using this code...

try:
reg.click(Image)
except
App.setClipboard(image not found)
exit()

I would like to write in the Sikuli IDE log image not found + somevariable
Currently Im using
Debug.log(image not found %, xyz)
where xyz = somevariable
How can I put a variable value in a SIkuli IDE log

and please I would like to know what are exit() parameters??
I've tried to read about that from here with no clue 
http://doc.sikuli.org/globals.html
it seems that are numbers? like 1??
Thanks Advanced.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #268754]: What are the exit() parameters?

2015-07-01 Thread eduardobedoya
Question #268754 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268754

Description changed to:
Hi all, Im using this code...

try:
reg.click(Image)
except
App.setClipboard(image not found)
exit()

I would like to write in the Sikuli IDE log image not found + somevariable
Currently Im using
Debug.log(image not found %, xyz)
where xyz = somevariable
but when I run it I get this error
[error] java.util.FormatFlagsConversionMismatchException ( 
java.util.FormatFlagsConversionMismatchException: Conversion = e, Flags = )
How can I put a variable value in a SIkuli IDE log Thanks Advanced

and please I would like to know what are exit() parameters??
I've tried to read about that from here with no clue 
http://doc.sikuli.org/globals.html
it seems that are numbers? like 1??

Thanks Advanced.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #268754]: What are the exit() parameters?

2015-07-01 Thread eduardobedoya
Question #268754 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268754

Description changed to:
Hi all, Im using this code...

try:
reg.click(Image)
except
App.setClipboard(image not found)
exit()

I would like to write in the Sikuli IDE log image not found + somevariable
Currently Im using
Debug.log(image not found %, xyz)
where xyz = somevariable
but when I run it I get this error
[error] java.util.FormatFlagsConversionMismatchException ( 
java.util.FormatFlagsConversionMismatchException: Conversion = e, Flags = )
How can I put a variable value (or the clipboard content instead) in a SIkuli 
IDE log Thanks Advanced

and please I would like to know what are exit() parameters??
I've tried to read about that from here with no clue 
http://doc.sikuli.org/globals.html
it seems that are numbers? like 1??

Thanks Advanced.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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 #268754]: What are the exit() parameters?

2015-07-01 Thread eduardobedoya
New question #268754 on Sikuli:
https://answers.launchpad.net/sikuli/+question/268754

Hi all, Im using this code...

try:
reg.click(Image)
except
App.setClipboard(image not found)
exit()

I would like to write in the log image not found and please I would like to 
know what are exit() parameters??
I've tried to read about that from here with no clue 
http://doc.sikuli.org/globals.html
it seems that are numbers? like 1??
Thanks Advanced.



-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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