Re: [Sikuli-driver] [Question #269185]: OnAppear and OnVanish on the same region

2019-12-20 Thread panadol007
Question #269185 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269185

panadol007 proposed the following answer:
Noted. TQVM

-- 
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 #269185]: OnAppear and OnVanish on the same region

2019-12-12 Thread panadol007
Question #269185 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269185

panadol007 proposed the following answer:
@Raiman,

Thanks for the quick respond, I'm currently using SikulixIDE 2.0.1 
Remote Desktop into Windows 7

-- 
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 #269185]: OnAppear and OnVanish on the same region

2019-12-11 Thread panadol007
Question #269185 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269185

Status: Open => Answered

panadol007 proposed the following answer:
Thanks for the good tool RaiMan, I run into the same problem too.
setInactive / setActive not functioning, event.repeat() will trigger the
event handler continuously.

Are there any fix for this yet?

-- 
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 #204153]: How to provide user input to sikuli script from a file

2017-10-13 Thread panadol007
Question #204153 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/204153

panadol007 posted a new comment:
None of above solutions help in my MAC. 
But the simple solution is to give the config file a full path, then it works:

#inside application: 
import ConfigParser

config = ConfigParser.ConfigParser()
config.read('/Users/markkhor/Desktop/Development/Sikuli/Testing/SimpleTest/config.ini')
username1 = config.get('user1','user')

print username1


#inside config.ini
[user1]
user = Guido Van Rossum
ip = 192.168.0.1
machineName= Guido's Machine
system = Ubuntu

-- 
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