Re: [Sikuli-driver] [Question #678017]: App class - check for installed app without running it --- will not be implemented

2023-11-27 Thread James William
Question #678017 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/678017

James William posted a new comment:
When the application chief is given with an outright way, the presence is 
checked and in the event that a mistake message is made.
However, you may essentially attempt app. open(), it either works or doesn't. 
It very well may be useful, what precisely you would anticipate from such an 
element. as you can read here: https://bestcapcutapk.com/capcut-vs-vn/

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

___
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 #699014]: How to spawn find/mouse action/lkeyboard action menu in GUI?

2021-10-08 Thread John James
Question #699014 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699014

Status: Answered => Open

John James is still having a problem:
Haha no worries thanks. Any idea why my 1.1.3 build stalls in the
"Sikulix-IDE is starting" state? I've got a working copy not sure why it
won't run on this box

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

___
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 #699014]: How to spawn find/mouse action/lkeyboard action menu in GUI?

2021-10-08 Thread John James
Question #699014 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699014

Status: Answered => Open

John James is still having a problem:
Thank you! How would I get access to older builds that still have this
feature? I have an older 1.13 build but I couldn't get it to run for
some reason. New version runs but doesn't have the features I need.

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

___
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 #699014]: How to spawn find/mouse action/lkeyboard action menu in GUI?

2021-10-07 Thread John James
New question #699014 on SikuliX:
https://answers.launchpad.net/sikuli/+question/699014

On my old system I was running sikulix IDE 1.1.3 and it had sections on the 
left hand side of the screen for "Settings" "Find" "Mouse Actions" and 
"Keyboard Actions".  After installing the newest build 2.0.5 I'm not seeing 
these options? How do I enable them?

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

___
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 #695562]: Build 2.0.5. Expected Release Date? --- March 1st 2021

2021-02-16 Thread William James
Question #695562 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/695562

William James posted a new comment:
I read https://bestshotgunmic.com/best-shotgun-mic-for-film/;>
best mic for film  thoroughly but didn't find the solution.

-- 
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 #693680]: [error] Env.getClipboard: cannot open system clipboard

2020-10-29 Thread James Panteleone
Question #693680 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/693680

Status: Needs information => Open

James Panteleone gave more information on the question:
what would be the most stable way to clear the clipboard contents?

-- 
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 #693680]: [error] Env.getClipboard: cannot open system clipboard

2020-10-28 Thread James Panteleone
Question #693680 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/693680

Status: Needs information => Open

James Panteleone gave more information on the question:
--- clipboard.setContents(StringSelection(""), None)   , sets the
clipboard to a null state so i assure i dont carry the previous variable
to the next variable.

[error] Env.getClipboard: cannot open system clipboard   - is the error.
I slowed down the copy and move clipboard data to a variable with
sleep(1) on either side, before and after each and it still happens.

This has worked for 8+ months on this computer.  I tested the same
program on my laptop and it works without error.  Running it routinely
on the laptop is not possible.

-- 
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 #693680]: [error] Env.getClipboard: cannot open system clipboard

2020-10-27 Thread James Panteleone
New question #693680 on Sikuli:
https://answers.launchpad.net/sikuli/+question/693680

I have used these programs for many years and in the past few days i have been 
troubled with errors while accessing the system clipboard.

It's not on every use in my program.  I collect data off the screen from a 
special spreadsheet.  I used to be able to collect hundreds of lines but as of 
a couple of days ago, i get this error on the third or fourth line (copying ~15 
elements).

clipboard.setContents(StringSelection(""), None)
sleep(1)
type("c", KEY_CTRL)
DOB = Env.getClipboard().strip()

Maybe i'm using some old methods.

SikuliXIDE-2.0.4
JRE 8
Windows 10

-- 
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 #689166]: SikulixIDE-2.0.3 won't type in Oracle VirtualBox VM

2020-04-21 Thread taylor james
Question #689166 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/689166

taylor james posted a new comment:
Can any one set the problem by registration of the site 

  https://thaiharempants.net/ 
I have the issue of buying thai pants.

-- 
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 #685003]: Text recognition not working, Troubleshooting my manual Install PLEASE

2019-10-29 Thread James Rundle
Question #685003 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/685003

James Rundle posted a new comment:
Hi, thanks for the reply. I look at the sikuliversion.txt file contained
in the Settings folder of my sikuli jar and this is what im seeing

>>

sikulixvmaj=1
sikulixvmin=1
sikulixvsub=4
sikulixbuild=2019-04-20_14:08
sikulixbuildnumber=288
sikulixvused=1.1.4-SNAPSHOT
sikulixvproject=1.1.4-SNAPSHOT
sikulixvjython=2.7.1
sikulixvjruby=9.2.0.0

Looks like its still ok for me to be running tess 3?

-- 
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 #685003]: Text recognition not working, Troubleshooting my manual Install PLEASE

2019-10-11 Thread James Rundle
New question #685003 on Sikuli:
https://answers.launchpad.net/sikuli/+question/685003

Hi there, I'm on an enterprise network and thus have to install sikuli 
manually.  

when trying to extract text out of a region with Region.text() I get the 
following error:
[error] script [ textTest ] stopped with error in line 2
[error] java.lang.UnsatisfiedLinkError ( java.lang.UnsatisfiedLinkError: Error 
looking up function 'TessPDFRendererCreateTextonly': 
/data1/home/b3031907/SikuliX/libs/libtesseract.so: undefined symbol: 
TessPDFRendererCreateTextonly )

Im going to go through the steps I took to install and was hoping maybe someone 
could point out what Im doing wrong.

Linux Setup
Create workspace 
1. Create folder /home/rundleja/SikuliX 
2. Create folder /home/rundleja/SikuliX/libs 
3. Create folder /home/rundleja/SikuliX/local 
4. Copy sikulix-1.1.4.jar to /home/rundleja/SikuliX 
5. Copy jython-standalone-2.7.1.jar to /home/rundleja/SikuliX 
6. Copy the sources folder to /home/rundleja/SikuliX 
**sources contains tesseract-3.04.01.tar.gz 
,leptonica-1.78.0.tar.gz,opencv-3.4.7.zip  

Compile OpenCV 
1. Extract opencv-3.4.7.zip to /home/rundleja/SikuliX/sources/opencv-3.4.7 
2. cd into opencv-3.4.7 
3. mkdir build 
4. cd build 
5. run: cmake .. 
6. Edit CMakeCache.txt and modify the variable CMAKE_INSTALL_PREFIX. Set it to  
/home/rundleja/SikuliX/sources/opencv-3.4.7_install 
7. run: make install 
8. cd /home/rundleja/SikuliX/libs 
9. run: ln -s 
../sources/opencv-3.4.7-install/share/OpenCV/java/libopencv_java347.so 
libopencv_java.so 

Compile Leptonica: 
1. Extract leptonica-1.78.0.tar.gz to 
/home/rundleja/SikuliX/sources/leptonica-1.78.0 or something 
2. cd leptonica-1.78.0 
3. run: ./configure --prefix=/home/rundleja/SikuliX/local 
4. run: make 
5. run: make install 

Compile Tesseract: 
1. Extract tesseract-3.04.01.tar.gz to 
/home/rundleja/SikuliX/sources/tesseract-3.04.01 or something 
2. cd tesseract-3.04.01 
3. run: ./autogen.sh 
4. export PKG_CONFIG_PATH=/home/rundleja/SikuliX/local/lib/pkgconfig
5. export LIBLEPT_HEADERSDIR=/home/rundleja/SikuliX/local/include/leptonica
6. run ./configure  -prefix=/home/rundleja/SikuliX/local/ --enable-debug 
--with-extra-includes=/data1/home/b3031907/SikuliX/local/include/leptonica 
7. export LDFLAGS="-L/home/rundleja/SikuliX/local/lib" 
8. export CFLAGS="-I/home/rundleja/SikuliX/local/include" 
9. make
10. make install
** At this point I tried to run the find text part and it came up with the 
message that it couldnt find the libtesseract.so. So then I did the 
following**
11.run: ln -s 
/home/rundleja/SikuliX/sources/tesseract-3.04.01/api/.libs/libtesseract.so 
/home/rundleja/SikuliX/libs (where i have libopencv_java.so)


Run
1. Open terminal 
2. Run: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/rundleja/SikuliX/libs 
3. Then run: java -jar sikulix-1.1.4.jar

At a loss for whats going on. The text recognition so far seems to be the only 
factor not working!

Thanks so much for taking the time to look at this.


-- 
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 #685003]: Text recognition not working, Troubleshooting my manual Install PLEASE

2019-10-11 Thread James Rundle
Question #685003 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/685003

Description changed to:
Hi there, I'm on an enterprise network and thus have to install sikuli
manually.

when trying to extract text out of a region with Region.text() I get the 
following error:
[error] script [ textTest ] stopped with error in line 2
[error] java.lang.UnsatisfiedLinkError ( java.lang.UnsatisfiedLinkError: Error 
looking up function 'TessPDFRendererCreateTextonly': 
/home/rundleja/SikuliX/libs/libtesseract.so: undefined symbol: 
TessPDFRendererCreateTextonly )

Im going to go through the steps I took to install and was hoping maybe
someone could point out what Im doing wrong.

Linux Setup
Create workspace 
1. Create folder /home/rundleja/SikuliX 
2. Create folder /home/rundleja/SikuliX/libs 
3. Create folder /home/rundleja/SikuliX/local 
4. Copy sikulix-1.1.4.jar to /home/rundleja/SikuliX 
5. Copy jython-standalone-2.7.1.jar to /home/rundleja/SikuliX 
6. Copy the sources folder to /home/rundleja/SikuliX 
**sources contains tesseract-3.04.01.tar.gz 
,leptonica-1.78.0.tar.gz,opencv-3.4.7.zip  

Compile OpenCV 
1. Extract opencv-3.4.7.zip to /home/rundleja/SikuliX/sources/opencv-3.4.7 
2. cd into opencv-3.4.7 
3. mkdir build 
4. cd build 
5. run: cmake .. 
6. Edit CMakeCache.txt and modify the variable CMAKE_INSTALL_PREFIX. Set it to  
/home/rundleja/SikuliX/sources/opencv-3.4.7_install 
7. run: make install 
8. cd /home/rundleja/SikuliX/libs 
9. run: ln -s 
../sources/opencv-3.4.7-install/share/OpenCV/java/libopencv_java347.so 
libopencv_java.so 

Compile Leptonica: 
1. Extract leptonica-1.78.0.tar.gz to 
/home/rundleja/SikuliX/sources/leptonica-1.78.0 or something 
2. cd leptonica-1.78.0 
3. run: ./configure --prefix=/home/rundleja/SikuliX/local 
4. run: make 
5. run: make install 

Compile Tesseract: 
1. Extract tesseract-3.04.01.tar.gz to 
/home/rundleja/SikuliX/sources/tesseract-3.04.01 or something 
2. cd tesseract-3.04.01 
3. run: ./autogen.sh 
4. export PKG_CONFIG_PATH=/home/rundleja/SikuliX/local/lib/pkgconfig
5. export LIBLEPT_HEADERSDIR=/home/rundleja/SikuliX/local/include/leptonica
6. run ./configure  -prefix=/home/rundleja/SikuliX/local/ --enable-debug 
--with-extra-includes=/home/rundleja/SikuliX/local/include/leptonica 
7. export LDFLAGS="-L/home/rundleja/SikuliX/local/lib" 
8. export CFLAGS="-I/home/rundleja/SikuliX/local/include" 
9. make
10. make install
** At this point I tried to run the find text part and it came up with the 
message that it couldnt find the libtesseract.so. So then I did the 
following**
11.run: ln -s 
/home/rundleja/SikuliX/sources/tesseract-3.04.01/api/.libs/libtesseract.so 
/home/rundleja/SikuliX/libs (where i have libopencv_java.so)


Run
1. Open terminal 
2. Run: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/rundleja/SikuliX/libs 
3. Then run: java -jar sikulix-1.1.4.jar

At a loss for whats going on. The text recognition so far seems to be
the only factor not working!

Thanks so much for taking the time to look at this.

-- 
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 #680568]: [1.1.1] Pattern("test.png").similar(Similarity) is reverted to Pattern("test.png")

2019-05-02 Thread James Simmons
Question #680568 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/680568

Status: Answered => Solved

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

-- 
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 #680568]: SikulixIDE 1.1.1 does not recognize f.find(Pattern("test.png").similar(Similarity))

2019-04-30 Thread James Simmons
New question #680568 on Sikuli:
https://answers.launchpad.net/sikuli/+question/680568

I edited a script in Notepad++ to use  
f.find(Pattern("test.png").similar(Similarity)) function but when I open it in 
the IDE, the line reverts to find("test.png")

-- 
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 #677021]: Click the text on screen in Java

2018-12-25 Thread James Sawyer
New question #677021 on Sikuli:
https://answers.launchpad.net/sikuli/+question/677021

I have a Maven project in IntelliJ that utilizes sikulix v. 1.1.3.

I can extract the text from a certain region:

  Settings.OcrTextSearch = true;
  Settings.OcrTextRead = true;
  Region r = Region.create(0,0,500,500);
  r.text();

But I cannot use findText or existsText in any way - calling these methods 
results in exceptions:

  r.findText("Test"); // FindFailed even though "Test" is a part of what text() 
returns

The result is the same for findWord() in sikulix v. 1.1.4:

  r.findWord("Test"); // Gives the NullPointerException

My task is to check whether some certain text exists on screen and, if so, 
click it. Whereas I can do the verification by checking whether the returned 
text (text()) contains some word, I have no idea how to find the location of 
this word on the screen. Can you please point me in the right direction here? A 
code snippet for Java would help a lot.

Thank you.

-- 
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 #668742]: Find a image, do a action.

2018-05-08 Thread James Karlsson
New question #668742 on Sikuli:
https://answers.launchpad.net/sikuli/+question/668742

Hi. Im very bad at scripting, thats why im here writing. Im trying to make a 
script find a image, when that image is found it should perform a rightclick 
action and wait 0.5sec. Then perform a rightclick action again and loop. So, 
find image - rightclick - wait 0.5s - rightclick - loop. Ive been looking all 
over here but still dont understand. As i said im bad at this. Thanks for the 
help in advance.

-- 
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 #663236]: Just a question for a beginner

2018-01-19 Thread James
Question #663236 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663236

Status: Answered => Open

James is still having a problem:
and last question is why i m getting this weird error from this line 
while True:
if exists(image, 0):
click()
wait(2.5)
else:
randomClick(imageMap)
wait(Pattern("image.png").similar(0.82), 5) - this line
click(Pattern("image.png").similar(0.83))

-- 
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 #663236]: Just a question for a beginner

2018-01-19 Thread James
Question #663236 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/663236

James gave more information on the question:
EDIT: i fixed now the problem is that when the image appears it reacts
so slow that sometimes i fly through it and sikuli dont recognize box
how to make react faster

-- 
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 #663236]: Just a question for a beginner

2018-01-18 Thread James
New question #663236 on Sikuli:
https://answers.launchpad.net/sikuli/+question/663236

So hello im new with coding, sikuli and i created a bot which is flying but one 
need is missing that when my ship fly and image appears i need to click on it 
quick but in my script its just flying and pass image like its nothing so all i 
want to do is to do click on image when it appears instantly when flying(moving)

additional information if u dont understand so i want to create a bot which 
will collect boxes which will appear randomly when flying  so when theres no 
box in the screen it just randomly clicks on minimap and flying and the problem 
is when i fly my ship just passes box without noticing it so i need bot to 
react to box and click on it thats all

-- 
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 #660009]: WORKING DEMO - YouTube

2017-10-26 Thread james Smith
New question #660009 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660009

https://jetsfansunited.com/forum/main-lounge/jets-global-draft-central/draft-center/150940-free-watch-grey-s-anatomy-s14e05-full-online-streaming


-- 
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 #660003]: 3D CAD model into VR

2017-10-26 Thread james Smith
New question #660003 on Sikuli:
https://answers.launchpad.net/sikuli/+question/660003

https://jetsfansunited.com/forum/main-lounge/jets-global-draft-central/draft-center/150937-free-watch-supernatural-s13e03-full-online-streaming


-- 
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 #660000]: VR MANAGEMENT 258 TE

2017-10-26 Thread james Smith
New question #66 on Sikuli:
https://answers.launchpad.net/sikuli/+question/66

https://jetsfansunited.com/forum/main-lounge/jets-global-draft-central/draft-center/150936-free-watch-the-flash-s04e03-full-online-streaming


-- 
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 #659998]: [ 3D 360 VR ] VR Model

2017-10-26 Thread james Smith
New question #659998 on Sikuli:
https://answers.launchpad.net/sikuli/+question/659998

https://jetsfansunited.com/forum/main-lounge/jets-global-draft-central/draft-center/150935-free-watch-arrow-s06e03-full-online-streaming


-- 
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 #659996]: VR Model Announced - IGN

2017-10-26 Thread james Smith
New question #659996 on Sikuli:
https://answers.launchpad.net/sikuli/+question/659996

https://jetsfansunited.com/forum/main-lounge/jets-global-draft-central/draft-center/150934-free-watch-criminal-minds-s13e05-full-online-streaming


-- 
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 #659994]: Updated PlayStation with CoSpaces

2017-10-26 Thread james Smith
New question #659994 on Sikuli:
https://answers.launchpad.net/sikuli/+question/659994

https://jetsfansunited.com/forum/main-lounge/jets-global-draft-central/draft-center/150933-free-watch-ghost-wars-s01e04-full-online-streaming


-- 
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 #643827]: Win10 doesn’t render RDP sessions when local screen locked

2017-06-15 Thread James
Question #643827 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/643827

James confirmed that the question is solved:
Thanks masuo, that solved my question.

-- 
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 #643827]: Win10 doesn’t render RDP sessions when local screen locked

2017-06-15 Thread James
Question #643827 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/643827

Status: Answered => Solved

James confirmed that the question is solved:
masuo, you are the man.  The registry key
RemoteDesktop_SuppressWhenMinimized solved my problem.  Not only can I
run scripts through a minimized RDP session, but I can also lock the
local client now.

Thank you!

-- 
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 #643827]: Win10 doesn’t render RDP sessions when local screen locked

2017-06-14 Thread James
New question #643827 on Sikuli:
https://answers.launchpad.net/sikuli/+question/643827

With Windows 7 I was able to RDP into a test machine running Server 2012, kick 
off a sikuli script, and then lock my local Win7  client’s screen.  Windows 
would continue to render the RDP session (with the screen locked) and sikuli 
would be able to see images without issue.
Now that my local machine is Win10, however, it will no longer continue to 
render the RDP session when the screen is locked so all Sikuli image searches 
fail.  Does anybody know if there a workaround to get this to work with Win10?  
Display settings and video card settings have had no effect.


-- 
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 #633614]: NameError: 'click' not defined running python script

2017-05-22 Thread James Rackliffe
New question #633614 on Sikuli:
https://answers.launchpad.net/sikuli/+question/633614

I am running a Python Script that does a lot of server tasks. I would like to 
import a SikuliX script into to handle the UI side of things I have a line that 
calls a .Bat file that returns an error:

NameError"click" is not defined 

When the script runs.

I have a from sikuli import* at the start of the script but it still returns 
this error. Do these scripts need to be housed in like directories to work? 
Currently they are installed into an Automation folder but I am obviously 
missing something.

Please 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 #630620]: JIntellitype Problem

2017-05-02 Thread James Rackliffe
Question #630620 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/630620

Status: Needs information => Open

James Rackliffe gave more information on the question:
Yes

On Tue, May 2, 2017 at 3:47 AM RaiMan <question630...@answers.launchpad.net>
wrote:

> Your question #630620 on Sikuli changed:
> https://answers.launchpad.net/sikuli/+question/630620
>
> Status: Open => Needs information
>
> RaiMan requested more information:
> using latest SikuliX 1.1.1?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/sikuli/+question/630620
>
> You received this question notification because you asked the question.
>

-- 
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 #630620]: JIntellitype Problem

2017-05-01 Thread James Rackliffe
New question #630620 on Sikuli:
https://answers.launchpad.net/sikuli/+question/630620

Upon several fresh installations on Java 32/64 current version 8 and several 
fresh installs of Sikulix I cannot run the IDE as it always errors out with 
WindowsHotkeyManager: JIntellitype problem: Could not load JIntellitype.dll 
from local file system or inside JAR.

I see the .dll in the libs folder so I don't know what gives but this is gating 
what used to be a working program. How can I resolve this error?



-- 
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 #529334]: UAC Prompt Options

2017-03-06 Thread James
New question #529334 on Sikuli:
https://answers.launchpad.net/sikuli/+question/529334

It has been a few years since this was asked so seeing if there is a new answer 
or work around for this.

Is there a way to get Sikuli or via another python script to handle the UAC pop 
up during installation processes?

Currently my scripts while not click through or operate keyboard functions 
during UAC pop ups.

-- 
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 #401580]: Modify Vision.cpp?

2016-09-21 Thread James
Question #401580 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/401580

Status: Answered => Solved

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

-- 
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 #401580]: Modify Vision.cpp?

2016-09-20 Thread James
New question #401580 on Sikuli:
https://answers.launchpad.net/sikuli/+question/401580

I've been using Sikuli for a school project recently and am very impressed with 
the program.  The issue I've been running into though is that the current 
vision algorithms are insufficient when either 1) background changes 2) 
transparency is enabled. There are of course easier ways to solve this problem 
( increase training set), but being a student I prefer to get my hands dirty so 
to speak. So I've been digging into SikuliX and found that the vision 
algorithms are called using JNI to OpenCV and to vision.h. 

Is it possible to modify the vision.cpp implementation to include simple sobel 
edge detection to improve the detection process?
If so then do I build the sikuli libraries again with the make files located in 
StuffContainer/LibsBuild/build/windows/TheBuildProcess/11_Vision/ ?

-- 
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 #300873]: Remote Execution via API

2016-07-22 Thread James Owens
New question #300873 on Sikuli:
https://answers.launchpad.net/sikuli/+question/300873

Hello Sikuli community.

I realize there have been many questions asked about remote execution/VNC 
connections.  I have read through many of them in hopes to gain an 
understanding of the capabilities and limitations of the Sikuli API/Sikuli IDE.

My question is regarding the execution of Sikuli scripts (either locally stored 
or remotely stored) from a test machine to a system under test via a VNC (or 
even another type of) connection.

An example would be: 
A Java application that utilizes the Sikuli Java API to execute a script via 
the Runner class on a VNCScreen object.

As far as I can tell, this is not possible.  

So far, the only thing that seemed as a remotely viable option (as provided in 
the API) was to set the primary screen's region to the VNCScreen's region.  
However, this did nothing as far as I can tell.

I am able to successfully execute the script on the local heads and I am able 
to execute individually coded actions on the VNC-connected machine.  What I am 
currently unable to do is execute the script on the VNC-connected machine.

If anyone has any ideas on how to achieve this, please let me know!


-- 
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 #296057]: VNC: password-protected VNC Connections should be supported

2016-07-07 Thread James Owens
Question #296057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/296057

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

-- 
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 #296057]: VNC: password-protected VNC Connections should be supported

2016-07-07 Thread James Owens
Question #296057 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/296057

Status: Answered => Solved

James Owens confirmed that the question is solved:
Roger, thanks RaiMan.

-- 
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 #296057]: VNC Sikuli Support

2016-07-06 Thread James Owens
New question #296057 on Sikuli:
https://answers.launchpad.net/sikuli/+question/296057

Will Sikuli support password-protected VNC Connections?

-- 
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 #261014]: How to enable a hotkey to cancel execution, using java API?

2015-01-21 Thread James
Question #261014 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/261014

James posted a new comment:
Sikuli 1.1.0 java APi

-- 
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 #261014]: How to enable a hotkey to cancel execution, using java API?

2015-01-20 Thread James
New question #261014 on Sikuli:
https://answers.launchpad.net/sikuli/+question/261014

I have tried using KeyListeners in the event thread of my java application as 
well as adding my own KeyEventDispatcher to the KeyboardFocusManager but these 
don't seem to work.

Any ideas ?

-- 
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 #247114]: Change source of screen captures?

2014-04-16 Thread James Connolly
New question #247114 on Sikuli:
https://answers.launchpad.net/sikuli/+question/247114

I have been messing around with Sikuli and it is awesome!

Hoping to use Sikuli to observe an external video source for counting the 
appearance of certain 2D (presumably) identifiable images.

How difficult would it be to modify Sikuli to use some other ScreenGrab 
method that provides a grab from this external video source? I'm just looking 
for recognition of images, not clicking on them or anything like that of course.

I've downloaded the source and am researching this on my own, but I thought I 
would throw this question out there.

Apologies if this question is too broad for this forum.

Thanks a lot!.

-- 
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 #237460]: [Howto] Running multiple Sikuli scripts using a batch file

2013-10-17 Thread James Garcellano
Question #237460 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/237460

Status: Answered = Solved

James Garcellano confirmed that the question is solved:
Hello RaiMan,

If only the first script is used, the script would execute and once
finished there would be a command prompt window with the command prompt
waiting for input.

I tried using the start /i cmd /K ... command on both scripts and when
the batch file was executed, both scripts started at the same time.

Just out of curiosity, I changed from using start ... to call ...
and that seemed to run each sikuli script in the way that I was looking
to do.

I think I am all set.  Thank you.

-- 
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 #237460]: Running multiple Sikuli scripts using a batch file

2013-10-16 Thread James Garcellano
New question #237460 on Sikuli:
https://answers.launchpad.net/sikuli/+question/237460

Hello all,

I have a similar issue with wanting to run multiple Sikuli scripts from a batch 
file.

I have found this question 
https://answers.launchpad.net/sikuli/+question/237151 which I tried to 
implement, however, it does not seem to be successful.

Here is my batch file:

@echo off
echo Installing software ...
echo.
echo.
start /i /b /wait c:\SikuliX\runScript.cmd -r c:\SikuliX\testprogram1.sikuli
start /i /b /wait c:\SikuliX\runScript.cmd -r c:\SikuliX\testprogram2.sikuli
echo.
echo.
pause
echo Done.

The issue that I am experiencing is that testprogram1.sikuli would run, but 
when finished, the command prompt window would still be open sitting at the 
command prompt waiting of input.
If I type 'exit' at the command prompt, the batch script would continue and 
rung testprogram2.sikuli.

Any suggestions would be greatly appreciated.

Thanks!

-- 
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] [Bug 1235424] [NEW] runIDE.cmd and runScript.cmd script error

2013-10-04 Thread James McIntosh
Public bug reported:

Both scripts have the line:

if not defined %PROGRAMS32% goto JAVANO32

it should be:

if not defined PROGRAMS32 goto JAVANO32

** 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/1235424

Title:
  runIDE.cmd and runScript.cmd script error

Status in Sikuli:
  New

Bug description:
  Both scripts have the line:

  if not defined %PROGRAMS32% goto JAVANO32

  it should be:

  if not defined PROGRAMS32 goto JAVANO32

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1235424/+subscriptions

___
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 #234435]: After launching the application how do I swipe right/left on an android emulator?

2013-08-22 Thread James Robert
Question #234435 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/234435

James Robert posted a new comment:
Hi Vinay,

I am sorry to say this, this is the draw back of the Sikuli tool. We
cann't perform swipe operation if header remains same in all the
screen/pages.


Regards,
Robert

-- 
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 #211529]: Running selenium+sikuli scripts through Jenkins - Library not loaded: /usr/local/lib/libopencv_core.2.2.dylib

2013-02-08 Thread James Lloyd
Question #211529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211529

James Lloyd proposed the following answer:
Thanks Raiman!

For those not using Sikuli-IDE, perhaps on a automated test node,
another simple workaround is to copy the needed set of files including
ibopencv_core.2.2.dylib into /usr/local/lib.

-- 
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 #214110]: Linking To Postgres

2012-11-14 Thread James
Question #214110 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214110

Status: Answered = Solved

James confirmed that the question is solved:
Hi RaiMan,

Found Guide here. I dont know if its one you helped with previously.

http://www.codingourweb.com/read-and-write-to-a-mysql-database-from-
sikuli/

Followed the guide had to paste in an extra file msvcr100.dll (Search on hard 
drive find it and just paste into jbdc)
 
commands run in dos box

C:\JBDCjar xf mysql-connector-java-5.1.18-bin.jar (I didnt know how to
extract a jar untill I went and looked it up)

C:\JBDCjar uf sikuli-script.jar com

C:\JBDCjar uf sikuli-script.jar org

Rename the correct sikuli-script.jar in c:\program files\sikuli x\ and paste in 
the new one. One connection to the data base and was able to read it. Very 
excited now.
 
Other links used
http://docs.oracle.com/javase/tutorial/deployment/jar/unpack.html

To get round windows 7 issues I cheated.
 Installed virtual box(open source) - installed xp on it using my old key. 
(Virtual machines believe require licenses to run, if you dont have one check a 
version of linux that is known to work with sikuli).

Xamp - Installs apache web server  mysql for you. 
http://www.apachefriends.org/en/xampp.html (Open source product)
 
As you can tell from this I am not a programmer but was able to muddle through. 
I am not sure what damage I have done to sikuli in doing this I will await the 
shouting. Dont think I broke any laws in the process of this.

Thank you for you help am still giving this a try out but thought I cant
be the only one looking at things like this.

-- 
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 #214200]: Class Paths

2012-11-14 Thread James
New question #214200 on Sikuli:
https://answers.launchpad.net/sikuli/+question/214200

I am having trouble setting a class path to import. Relates to previous 
question. https://answers.launchpad.net/sikuli/+question/214110

Now having had a play around I have tried putting the folder JBDC into the .ini 
for sikuli , path variable in windows and even appending it to the paths in use.

Tried working through
http://doc.sikuli.org/globals.html#load

But doesnt seem to be working always says im missing the driver. Doesnt fail to 
load or import but always on attempt to load driver.

Line failing on.
con = zxJDBC.connect(jdbc:mysql://localhost/your-db-name-here, root, None, 
com.mysql.jdbc.Driver)

Sorry this is probably a really boring question for most of you. I can the 
folder c:\jbdc in the sys path when I print it out.

Thanks for any help you are able to provide.



-- 
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 #214110]: Linking To Postgres

2012-11-13 Thread James
New question #214110 on Sikuli:
https://answers.launchpad.net/sikuli/+question/214110

The theory behind this one is to push and pull data in and out of Postgres. 

So connect retrieve next test step expected result  perform action  connect 
back to Postgres  update fields (time actual result test performed etc) - not 
in that exact order but you get the idea.

Having dug around the reading documents only 2 modules exist that could do 
this. A jpthon one and a Java driver. I tried downloading these and just 
dropping them into the sikuli x program folder and importing them. Allows the 
import with a little fiddling but have been unable to make use of the actual 
drivers to contact a database. Was trying zxjbdc

Does anyone have any guides or documents for doing this?

Possible work around is to use something else to push it into spread sheets 
update the spread sheet and push it back afterwards but is allot of work using 
third party or custom parts to do this.

A little help if you could please.



-- 
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 #214110]: Linking To Postgres

2012-11-13 Thread James
Question #214110 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/214110

James posted a new comment:
Hi RaiMan,

Am having a look into
http://www.tutorialspoint.com/python/python_dictionary.htm as looked at
cocumber and it is not going to be suitable for the interfaces I need to
link to.

Sorry windows 7 machine has point blank refused a sikuli install so far
but hoping to get away without any extra modules being needed for a
Python dictionary?

Thanks for a quick answer.

-- 
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 #190550]: Hiding the command list permanently?

2012-03-13 Thread James Bedfird
New question #190550 on Sikuli:
https://answers.launchpad.net/sikuli/+question/190550

Hi,

Thanks for making Sikuli! I'm totally loving it!

I was wondering if there was a way that you could hide the command list so that 
you don't have to hide it every time you start the app? I think it would be 
better if the command list visibility was saved in settings, so that when you 
re-launch the app it was as it was when you left it.

Is there a setting I could set using the terminal that could do this?

Thanks again!

James

-- 
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 #190550]: Hiding the command list permanently?

2012-03-13 Thread James Bedfird
Question #190550 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190550

Status: Answered = Open

James Bedfird is still having a problem:
Ah ok cool!

Haha Sikuli itself is always the solution! :)

-- 
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 #190550]: Hiding the command list permanently?

2012-03-13 Thread James Bedfird
Question #190550 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/190550

Status: Open = Solved

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


[Sikuli-driver] [Bug 945240] [NEW] Typo (teh rather than the) on Hello World Windows page

2012-03-02 Thread Phil James
Public bug reported:

http://sikuli.org/docx/tutorials/helloworld/helloworld-win.html page has
teh rather than the on it.

** 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/945240

Title:
  Typo (teh rather than the) on Hello World Windows page

Status in Sikuli:
  New

Bug description:
  http://sikuli.org/docx/tutorials/helloworld/helloworld-win.html page
  has teh rather than the on it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/945240/+subscriptions

___
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 #149794]: Sikuli Accurately Locates Positions in Target App Using Images, But Target Application does not receive Mouse, Text, or Paste Input from Script

2011-03-20 Thread James Mazzanti
New question #149794 on Sikuli:
https://answers.launchpad.net/sikuli/+question/149794

[Given]
- Windows 7 (64-bit)
- Java Version 6 Update 24
- Sikuli Version X-1.0rc2
- Target Application: Java application that uses Javaw.exe (32-bit) -- It is a 
3rd Party Application.

[Problem]
I am able to use Sikuli to locate regions of my program like Textboxes, 
Buttons,  Tabs (on Tab Controls).
HOWEVER, I cannot send text to textboxes, click buttons, or click tabs on 
tab-controls.
When I playback in SlowMotion the red-circle is drawn in the right location, 
but NOTHING happens!

[What I've Tried]
I have tried every trick that I could find posted on various Sikuli Posts 
from other users.

Including:

1) Setting Focus On Application

myApp = App(My App Title Here)
myApp.focus()

OR

switchApp(My App Title Here)

Note: Setting Focus does activate the Title Bar of my app, so I know that part 
works. (using either method)


2)  Locating Button By Image and MouseDown/MouseUp  (including a nice pause 
between the mouse down/up)

mouseMove(ImageHereOfButton)
mouseDown(Button.LEFT)
wait(5)
mouseUp(Button.RIGHT)

3) Clicking Button

click(ImageHereOfButton)

4) Double-Clicking Button

doubleClick(ImageHereOfButton)

5) Using the Highlight Feature and Focus Before Clicking etc...

find(ImageHereOfTab).highlight(2)
click(ImageHereOfTab


[ Other Notable Facts ]
I tried writing a .NET Application that got the window handle of my Java Apps, 
set focus and tried pressing [ENTER] key using SendKeys (that didn't work)


Without knowing how Sikuli accesses a window and interacts with it (must happen 
at low-level). I'm at a loss and not sure what to do?

I think the program is AMAZING in concept, and realize that it is not ready for 
Production just yet, but I have an urgent need and would appreciate getting to 
the bottom of this.

Thanks in advance.

- James














 

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