Re: [Sikuli-driver] [Bug 1173112] Re: [request]I want a longclick method

2013-07-08 Thread jinlong.chu
I installed the jdk-64bit it can work but , there is some warning At 2013-07-06 23:27:40,RaiMan wrote: >what are the symptoms? > >already tried > >sikuli-ide.cmd d:3 -c > >??? > >paste output > >-- >You received this bug notification because you are subscribed to the bug >report. >https://bu

Re: [Sikuli-driver] [Bug 1173112] Re: [request]I want a longclick method

2013-07-06 Thread jinlong.chu
sikuli-ide on win7 64bit can't start please help me thanks 发自我的小米手机 RaiMan 编写: >The final version SikuliX-1.0.0 will be available latest tomorrow >http://www.sikuli.org/download.html > >But the "long click" is planned for version 1.1 during 2nd half of 2013, >but might already come with the

Re: [Sikuli-driver] [Bug 1173112] Re: [request]I want a longclick method

2013-05-21 Thread jinlong.chu
Release time for next version is ? At 2013-05-15 00:46:45,RaiMan wrote: >--1. when adding vital comments to existing bugs or questions, you >should subscribe to the bug or question. I have done it for you here ;-) > >--2. thanks for suggestion. As you might have noticed: I have it on the list

Re: [Sikuli-driver] [Bug 1173112] Re: I want a longclick method

2013-04-26 Thread jinlong.chu
thanks 发自我的小米手机 RaiMan 编写: >use >mouseMove(some_image) # optional to get at the click point >mouseDown(Button.LEFT) >wait(any_time_you_want_in_seconds) >mouseUp() > >put it in a > >def longClick(time = 1, img = None): >if img: mouseMove(img) >mouseDown(Button.LEFT) >wait(time) >

[Sikuli-driver] [Bug 1173112] [NEW] I want a longclick method

2013-04-26 Thread jinlong.chu
Public bug reported: I want a longclick method for IOS app test thanks ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1173112 T

Re: [Sikuli-driver] [Bug 1168598] Re: 希望添加一个鼠标右键双击api

2013-04-14 Thread jinlong.chu
like this def double_rightClick(loc): myreg.rightClick(loc) time.sleep(0.5) myreg.rightClick(loc) thanks; At 2013-04-15 10:54:57,"楚金龙" wrote: sorry I'm chinese! my english is poor I want a double rightClick API At 2013-04-13 16:40:31,RaiMan wrote: >what is it??? > >**

Re: [Sikuli-driver] [Bug 1168598] Re: 希望添加一个鼠标右键双击api

2013-04-14 Thread jinlong.chu
sorry I'm chinese! my english is poor I want a double rightClick API At 2013-04-13 16:40:31,RaiMan wrote: >what is it??? > >** Changed in: sikuli > Status: New => Invalid > >-- >You received this bug notification because you are subscribed to the bug >report. >https://bugs.launchpad.n

[Sikuli-driver] [Bug 1168598] [NEW] 希望添加一个鼠标右键双击api

2013-04-12 Thread jinlong.chu
Public bug reported: 希望添加一个鼠标右键双击api 这样可以在使用vnc做手机上的测试的时候,方便对手机进行操作! ** Affects: sikuli Importance: Undecided Status: New -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1168598 Title