Re: [Sikuli-driver] [Question #270082]: Calling a data from TXT file

2015-08-11 Thread Anurag
Question #270082 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270082

Status: Solved = Open

Anurag is still having a problem:
please ignore the last comment and helped me in my
query...

-- 
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 #270082]: Calling a data from TXT file

2015-08-11 Thread Anurag
Question #270082 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270082

Status: Open = Solved

Anurag confirmed that the question is solved:
Thanks RaiMan, that solved my question.

-- 
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 #270186]: Linux highlight

2015-08-11 Thread Eugene Maslov
Question #270186 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270186

Eugene Maslov proposed the following answer:
Hi,
I use under Linux the following function.
Also it often helps to avoid problems under Windows,  because highlight() 
always kills extended menus under Windows.

def showByMouse(reg):
hover(reg.getTopLeft())
hover(reg.getTopRight())
hover(reg.getBottomRight())
hover(reg.getBottomLeft())
hover(reg.getTopLeft())

showByMouse(Region(10,10,100,100))

-- 
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 #270183]: App hang observed while running the app from sikuli using eclipse on Ubuntu

2015-08-11 Thread raghu
Question #270183 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270183

raghu posted a new comment:
Could someone please help in this regard?

-- 
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 #270230]: Will it work for browser apps written in C#?

2015-08-11 Thread Jim
New question #270230 on Sikuli:
https://answers.launchpad.net/sikuli/+question/270230

Want to test the GUI for an older app written in ASP.Net Version 1.1 with C# 
backend.

-- 
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 #270173]: Any method to send mouse event(like win32gui.SendMessage) without mouse action

2015-08-11 Thread rob barlow
Question #270173 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270173

rob barlow posted a new comment:
reg = selectRegion()
#
while True:
reg.mouseDown(Button.LEFT)
mouseUp()
wait(3)

I tried doing the same but it only clicks in the region if the mouse was
in reg. Otherwise it click where the mouse pointer was.

-- 
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 #270173]: Any method to send mouse event(like win32gui.SendMessage) without mouse action

2015-08-11 Thread Spade
Question #270173 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/270173

Spade posted a new comment:
Thank you, Rob.

Is there any way to click on the target without mouse moving?
the scenario is I want to do my work on main screen.
And the Sikuli script will be run on the other screen and not influence my 
mouse.

-- 
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 #269954]: [1.1.0] Problems with accentuated characters using nightlly build 2015-07-16

2015-08-11 Thread Edmundo V. Neto
Question #269954 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269954

Status: Answered = Solved

Edmundo V. Neto confirmed that the question is solved:
Nevermind, as I don't work as a software developer, seems I stopped in
time, I was reading a book from No Starch Press called Automate the
Boring Stuff with Python: Practical Programming for Total Beginners, at
some point the book suggests people to read at least this:

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know 
About Unicode and Character Sets (No Excuses!)
http://www.joelonsoftware.com/articles/Unicode.html

Pragmatic Unicode
http://nedbatchelder.com/text/unipain.html

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