[Sikuli-driver] [Bug 1462243] [NEW] MAC Shift Tab

2015-06-05 Thread Jeff_Vallis
Public bug reported:

IMAC Intel OS X Yosemite version 10.10.3
Processor Name: Intel Core 2 Duo
Processor Speed:3.06 GHz

SikulixIDE 1.1.0
Build 2015-05-25_01:00nightly


Bug report

type(Key.TAB + KeyModifier.SHIFT)
Result
error] TypeError ( cannot concatenate 'unicode' and 'int' objects )

type(Key.TAB | KeyModifier.SHIFT)
Result
[error] TypeError ( unsupported operand type(s) for |: 'unicode' and 'int' )

source
http://doc.sikuli.org/keys.html

The modifier constants can be combined to the modifier parameter by
either using “+” or “|”, if more than one key modifier is needed.

type(Key.ESC, KeyModifier.CTRL + KeyModifier.ALT)
# or equivalent
type(Key.ESC, KeyModifier.CTRL | KeyModifier.ALT)
They should only be used in the modifiers parameter with functions like type(), 
rightClick(), etc.

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

Title:
  MAC Shift Tab

Status in Sikuli:
  New

Bug description:
  IMAC Intel OS X Yosemite version 10.10.3
  Processor Name:   Intel Core 2 Duo
  Processor Speed:  3.06 GHz

  SikulixIDE 1.1.0
  Build 2015-05-25_01:00nightly

  
  Bug report

  type(Key.TAB + KeyModifier.SHIFT)
  Result
  error] TypeError ( cannot concatenate 'unicode' and 'int' objects )

  type(Key.TAB | KeyModifier.SHIFT)
  Result
  [error] TypeError ( unsupported operand type(s) for |: 'unicode' and 'int' )

  source
  http://doc.sikuli.org/keys.html

  The modifier constants can be combined to the modifier parameter by
  either using “+” or “|”, if more than one key modifier is needed.

  type(Key.ESC, KeyModifier.CTRL + KeyModifier.ALT)
  # or equivalent
  type(Key.ESC, KeyModifier.CTRL | KeyModifier.ALT)
  They should only be used in the modifiers parameter with functions like 
type(), rightClick(), etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1462243/+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] [Bug 1462243] Re: MAC Shift Tab

2015-06-05 Thread RaiMan
wrong usage

** Changed in: sikuli
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/sikuli/+question/267799

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1462243

Title:
  MAC Shift Tab

Status in Sikuli:
  Invalid

Bug description:
  IMAC Intel OS X Yosemite version 10.10.3
  Processor Name:   Intel Core 2 Duo
  Processor Speed:  3.06 GHz

  SikulixIDE 1.1.0
  Build 2015-05-25_01:00nightly

  
  Bug report

  type(Key.TAB + KeyModifier.SHIFT)
  Result
  error] TypeError ( cannot concatenate 'unicode' and 'int' objects )

  type(Key.TAB | KeyModifier.SHIFT)
  Result
  [error] TypeError ( unsupported operand type(s) for |: 'unicode' and 'int' )

  source
  http://doc.sikuli.org/keys.html

  The modifier constants can be combined to the modifier parameter by
  either using “+” or “|”, if more than one key modifier is needed.

  type(Key.ESC, KeyModifier.CTRL + KeyModifier.ALT)
  # or equivalent
  type(Key.ESC, KeyModifier.CTRL | KeyModifier.ALT)
  They should only be used in the modifiers parameter with functions like 
type(), rightClick(), etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1462243/+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] [Bug 1462243] Re: MAC Shift Tab

2015-06-05 Thread Jeff_Vallis
Also tried
type(Key.TAB, KeyModifier.SHIFT)
Result
[log] ( ⇧ ) TYPE #TAB.
but did not backtab to previous field

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1462243

Title:
  MAC Shift Tab

Status in Sikuli:
  New

Bug description:
  IMAC Intel OS X Yosemite version 10.10.3
  Processor Name:   Intel Core 2 Duo
  Processor Speed:  3.06 GHz

  SikulixIDE 1.1.0
  Build 2015-05-25_01:00nightly

  
  Bug report

  type(Key.TAB + KeyModifier.SHIFT)
  Result
  error] TypeError ( cannot concatenate 'unicode' and 'int' objects )

  type(Key.TAB | KeyModifier.SHIFT)
  Result
  [error] TypeError ( unsupported operand type(s) for |: 'unicode' and 'int' )

  source
  http://doc.sikuli.org/keys.html

  The modifier constants can be combined to the modifier parameter by
  either using “+” or “|”, if more than one key modifier is needed.

  type(Key.ESC, KeyModifier.CTRL + KeyModifier.ALT)
  # or equivalent
  type(Key.ESC, KeyModifier.CTRL | KeyModifier.ALT)
  They should only be used in the modifiers parameter with functions like 
type(), rightClick(), etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1462243/+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 #267799]: MAC Shift Tab

2015-06-05 Thread RaiMan
Question #267799 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267799

RaiMan posted a new comment:
wrong usage

-- 
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 #267799]: MAC Shift Tab

2015-06-05 Thread Jeff_Vallis
New question #267799 on Sikuli:
https://answers.launchpad.net/sikuli/+question/267799

IMAC Intel OS X Yosemite version 10.10.3
Processor Name: Intel Core 2 Duo
Processor Speed:3.06 GHz

SikulixIDE 1.1.0
Build 2015-05-25_01:00nightly


Bug report

type(Key.TAB + KeyModifier.SHIFT)
Result
error] TypeError ( cannot concatenate 'unicode' and 'int' objects )

type(Key.TAB | KeyModifier.SHIFT)
Result
[error] TypeError ( unsupported operand type(s) for |: 'unicode' and 'int' )

source
http://doc.sikuli.org/keys.html

The modifier constants can be combined to the modifier parameter by either 
using “+” or “|”, if more than one key modifier is needed.

type(Key.ESC, KeyModifier.CTRL + KeyModifier.ALT)
# or equivalent
type(Key.ESC, KeyModifier.CTRL | KeyModifier.ALT)
They should only be used in the modifiers parameter with functions like type(), 
rightClick(), etc.

-- 
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 #267799]: MAC Shift Tab

2015-06-05 Thread RaiMan
Question #267799 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267799

Status: Open = Answered

RaiMan proposed the following answer:
the docs clearly says:

type(Key.TAB, Key.SHIFT)

or

type(Key.TAB, KeyModifier.SHIFT)

-- 
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 1459131] Re: [1.0.1] multiMonitors jython dont find/click/... in screen --- fixed in 1.1.0

2015-06-05 Thread RaiMan
ok, thanks.

... and what is the text file content with your monitor setup?

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1459131

Title:
  [1.0.1] multiMonitors jython dont find/click/... in screen --- fixed
  in 1.1.0

Status in Sikuli:
  Fix Committed

Bug description:
  update: works with sikulix-1.1.0-20150524.231037-84 (update at
  15-05-27_09-56)

  hi all :) hug :)

  i work with 4 monitors with different resulutions.
  all works in java not in Jython.

  may is should try beta version is available: SikuliX-1.0.1 ?
  is use Sikuli 1.0.1

  highlight() draw red border for each monitor correct but shows only
  the default monitor inside.

  n = getNumberScreens()
  for ScreenId in range(n):
     reg.highlight(4) #  red frame around for seconds

  i tested with one image.
  my image was not found and clicked at monitor 1,2,3, was found only monitor 1.

  the java version works for me but the Jython version not. i would use
  the Jython version for webinar.

  some additional informations:

  ('- ScreenId = ', 0)
  ('reg: x, y, w, h = ', 0, 0, 1600, 900)
  ('reg: x, y, w, h = ', 0, 0, 1600, 900)
  [log] highlight S(0)[0,0 1600x900] E:Y, T:3,0 for 4.0 secs

  ('- ScreenId = ', 1)
  ('reg: x, y, w, h = ', 320, -720, 1280, 720)
  ('reg: x, y, w, h = ', 320, -720, 1280, 720)
  [log] highlight S(1)[320,-720 1280x720] E:Y, T:3,0 for 4.0 secs

  ('- ScreenId = ', 2)
  ('reg: x, y, w, h = ', 1600, -1080, 1920, 1080)
  ('reg: x, y, w, h = ', 1600, -1080, 1920, 1080)
  [log] highlight S(2)[1600,-1080 1920x1080] E:Y, T:3,0 for 4.0 secs

  ('- ScreenId = ', 3)
  ('reg: x, y, w, h = ', 1600, 0, 1366, 768)
  ('reg: x, y, w, h = ', 1600, 0, 1366, 768)
  [log] highlight S(3)[1600,0 1366x768] E:Y, T:3,0 for 4.0 secs

  print (Env.getSikuliVersion() )
  n = getNumberScreens()
  for ScreenId in range(n):
  print(- ScreenId = , ScreenId)
  reg = Screen(ScreenId)
  print(reg: x, y, w, h = , reg.x , reg.y, reg.w, reg.h)
  x = reg.x
  y = reg.y
  topLeft = Location(x, y) # equivalent to
  topLeft = reg.getTopLeft()
  botRight = reg.getBottomRight()
  h = botRight.y - y
  w = botRight.x - x

  #reg.h = theWidth # equivalent to
  #reg.setH(h)
  #print( x, y, w, h = , x, y, w , h)
  reg.setH(h)
  reg.setY(y)
  #print()
  print(reg: x, y, w, h = , reg.x , reg.y, reg.w, reg.h)
  #reg.setAsScreen()
     # if ScreenId != 1:
  #continue
  reg.highlight(4) # dud red frame around for seconds
  #reg.hover(3)

     # reg.selectRegion(middle of region)

  # SCREEN = reg
  #Screen(0).setROI(reg)
  # setROI(reg)
  #mouse = new DesktopMouse()
     # reg.setAutoWaitTimeout(10)

  if reg.exists(1432671701727.png):
  print(found at ScreenId =  , ScreenId)
  reg.hover(1432671701727.png)
  sleep(1000)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1459131/+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] [Bug 1459131] Re: [1.0.1] multiMonitors jython dont find/click/... in screen --- fixed in 1.1.0

2015-06-05 Thread SL5
here you gut working versioin in Autohotkey 
https://gist.github.com/sl5net/d837ca8ef18fbf05e8cc
it generates a txt file.
and if you want the video of the creating process: http://youtu.be/u0h0CydO03k
the video is may interesting for Autohotkey users. and the gist interesting if 
you want generate monitor text file.
hope that helps devoloping.
thanks  best regards
Se

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1459131

Title:
  [1.0.1] multiMonitors jython dont find/click/... in screen --- fixed
  in 1.1.0

Status in Sikuli:
  Fix Committed

Bug description:
  update: works with sikulix-1.1.0-20150524.231037-84 (update at
  15-05-27_09-56)

  hi all :) hug :)

  i work with 4 monitors with different resulutions.
  all works in java not in Jython.

  may is should try beta version is available: SikuliX-1.0.1 ?
  is use Sikuli 1.0.1

  highlight() draw red border for each monitor correct but shows only
  the default monitor inside.

  n = getNumberScreens()
  for ScreenId in range(n):
     reg.highlight(4) #  red frame around for seconds

  i tested with one image.
  my image was not found and clicked at monitor 1,2,3, was found only monitor 1.

  the java version works for me but the Jython version not. i would use
  the Jython version for webinar.

  some additional informations:

  ('- ScreenId = ', 0)
  ('reg: x, y, w, h = ', 0, 0, 1600, 900)
  ('reg: x, y, w, h = ', 0, 0, 1600, 900)
  [log] highlight S(0)[0,0 1600x900] E:Y, T:3,0 for 4.0 secs

  ('- ScreenId = ', 1)
  ('reg: x, y, w, h = ', 320, -720, 1280, 720)
  ('reg: x, y, w, h = ', 320, -720, 1280, 720)
  [log] highlight S(1)[320,-720 1280x720] E:Y, T:3,0 for 4.0 secs

  ('- ScreenId = ', 2)
  ('reg: x, y, w, h = ', 1600, -1080, 1920, 1080)
  ('reg: x, y, w, h = ', 1600, -1080, 1920, 1080)
  [log] highlight S(2)[1600,-1080 1920x1080] E:Y, T:3,0 for 4.0 secs

  ('- ScreenId = ', 3)
  ('reg: x, y, w, h = ', 1600, 0, 1366, 768)
  ('reg: x, y, w, h = ', 1600, 0, 1366, 768)
  [log] highlight S(3)[1600,0 1366x768] E:Y, T:3,0 for 4.0 secs

  print (Env.getSikuliVersion() )
  n = getNumberScreens()
  for ScreenId in range(n):
  print(- ScreenId = , ScreenId)
  reg = Screen(ScreenId)
  print(reg: x, y, w, h = , reg.x , reg.y, reg.w, reg.h)
  x = reg.x
  y = reg.y
  topLeft = Location(x, y) # equivalent to
  topLeft = reg.getTopLeft()
  botRight = reg.getBottomRight()
  h = botRight.y - y
  w = botRight.x - x

  #reg.h = theWidth # equivalent to
  #reg.setH(h)
  #print( x, y, w, h = , x, y, w , h)
  reg.setH(h)
  reg.setY(y)
  #print()
  print(reg: x, y, w, h = , reg.x , reg.y, reg.w, reg.h)
  #reg.setAsScreen()
     # if ScreenId != 1:
  #continue
  reg.highlight(4) # dud red frame around for seconds
  #reg.hover(3)

     # reg.selectRegion(middle of region)

  # SCREEN = reg
  #Screen(0).setROI(reg)
  # setROI(reg)
  #mouse = new DesktopMouse()
     # reg.setAutoWaitTimeout(10)

  if reg.exists(1432671701727.png):
  print(found at ScreenId =  , ScreenId)
  reg.hover(1432671701727.png)
  sleep(1000)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1459131/+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 #267635]: RC3: Build Sikuli native code --- no longer supported

2015-06-05 Thread RaiMan
Question #267635 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267635

Status: Open = Answered

RaiMan proposed the following answer:
--- 1.0.1 stable ...
... in the sense, that there will not be anymore updates or fixes for this 
version.

--- 1.1.0 is currently in state pre final ...
... means stable about features, but still some bugs to fix.

For you especially on Windows I recommend 1.1.0

-- 
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 #267635]: RC3: Build Sikuli native code --- no longer supported

2015-06-05 Thread heri
Question #267635 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267635

Status: Answered = Open

heri is still having a problem:
Hi !

Thank you for your explanation. 
Just one question, I think I read 1.0.1version is the latest stable version but 
you advice to take 1.1.0 ?

-- 
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 #267799]: MAC Shift Tab

2015-06-05 Thread Jeff_Vallis
Question #267799 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267799

Jeff_Vallis posted a new comment:
Tried above and it failed but this time I know why - I was back tabbing before 
box appeared
added
wait(0.5) before trying to backtab and all was fine

This comment added incase others look up this page

-- 
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 #267814]: No such file or directory tesseract opencv

2015-06-05 Thread RaiMan
Question #267814 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267814

Status: Open = Answered

RaiMan proposed the following answer:
try a setup with 1.1.0 (http://sikulix.com), this tries to run a build
during setup.

-- 
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 #267553]: Run Sikuli Script using Windows Task Scheduler in Windows 7

2015-06-05 Thread s
Question #267553 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267553

Status: Answered = Open

s is still having a problem:
Hi Eugene,

Thanks for the information. So, I tried this

  - Program/script: type like c:\Sikuli\runsikulix.cmd
(runscript.cmd for 1.0.1 )

   - Add Arguments:  -r c:\sikuli_tests\mytests.sikuli

When task scheduler runs its, it opens the cmd prompt and cmd prompt
just disappears.

Please help.

Thanks,
Suba

-- 
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 #267814]: No such file or directory tesseract opencv

2015-06-05 Thread Mike
New question #267814 on Sikuli:
https://answers.launchpad.net/sikuli/+question/267814

I am trying to install SikuliX or Sikuli-1.0.1 on a Redhat machine.  I have 
terreract and opencv along with the other software prereqs.  When I execute . 
makeVisionProxy  I get the following.

g++: build/cvgui.o: No such file or directory
g++: build/finder.o: No such file or directory
g++: build/imgdb.o: No such file or directory
g++: build/pyramid-template-matcher.o: No such file or directory
g++: build/tessocr.o: No such file or directory
g++: build/vision.o: No such file or directory
g++: build/visionJAVA_wrap.o: No such file or directory
g++: /tesseract-ocr/libtesseract.so: No such file or directory
g++: /opencv-2.4.11/libopencv_core.so: No such file or directory
g++: /opencv-2.4.11/libopencv_highgui.so: No such file or directory
g++: /opencv-2.4.11/libopencv_imgproc.so: No such file or directory

I am not sure why these files are not being created or are missing.  Is there 
perhaps something wrong with the opencv/tesseract I have?  I noticed README.txt 
says they must be dev versions but I have not come across any dev versions. I 
got opencv from opencv.org and  tesseract from Google.

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 1459131] Re: [1.0.1] multiMonitors jython dont find/click/... in screen --- fixed in 1.1.0

2015-06-05 Thread SL5
https://gist.github.com/sl5net/824ea1907aa29039ea39

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1459131

Title:
  [1.0.1] multiMonitors jython dont find/click/... in screen --- fixed
  in 1.1.0

Status in Sikuli:
  Fix Committed

Bug description:
  update: works with sikulix-1.1.0-20150524.231037-84 (update at
  15-05-27_09-56)

  hi all :) hug :)

  i work with 4 monitors with different resulutions.
  all works in java not in Jython.

  may is should try beta version is available: SikuliX-1.0.1 ?
  is use Sikuli 1.0.1

  highlight() draw red border for each monitor correct but shows only
  the default monitor inside.

  n = getNumberScreens()
  for ScreenId in range(n):
     reg.highlight(4) #  red frame around for seconds

  i tested with one image.
  my image was not found and clicked at monitor 1,2,3, was found only monitor 1.

  the java version works for me but the Jython version not. i would use
  the Jython version for webinar.

  some additional informations:

  ('- ScreenId = ', 0)
  ('reg: x, y, w, h = ', 0, 0, 1600, 900)
  ('reg: x, y, w, h = ', 0, 0, 1600, 900)
  [log] highlight S(0)[0,0 1600x900] E:Y, T:3,0 for 4.0 secs

  ('- ScreenId = ', 1)
  ('reg: x, y, w, h = ', 320, -720, 1280, 720)
  ('reg: x, y, w, h = ', 320, -720, 1280, 720)
  [log] highlight S(1)[320,-720 1280x720] E:Y, T:3,0 for 4.0 secs

  ('- ScreenId = ', 2)
  ('reg: x, y, w, h = ', 1600, -1080, 1920, 1080)
  ('reg: x, y, w, h = ', 1600, -1080, 1920, 1080)
  [log] highlight S(2)[1600,-1080 1920x1080] E:Y, T:3,0 for 4.0 secs

  ('- ScreenId = ', 3)
  ('reg: x, y, w, h = ', 1600, 0, 1366, 768)
  ('reg: x, y, w, h = ', 1600, 0, 1366, 768)
  [log] highlight S(3)[1600,0 1366x768] E:Y, T:3,0 for 4.0 secs

  print (Env.getSikuliVersion() )
  n = getNumberScreens()
  for ScreenId in range(n):
  print(- ScreenId = , ScreenId)
  reg = Screen(ScreenId)
  print(reg: x, y, w, h = , reg.x , reg.y, reg.w, reg.h)
  x = reg.x
  y = reg.y
  topLeft = Location(x, y) # equivalent to
  topLeft = reg.getTopLeft()
  botRight = reg.getBottomRight()
  h = botRight.y - y
  w = botRight.x - x

  #reg.h = theWidth # equivalent to
  #reg.setH(h)
  #print( x, y, w, h = , x, y, w , h)
  reg.setH(h)
  reg.setY(y)
  #print()
  print(reg: x, y, w, h = , reg.x , reg.y, reg.w, reg.h)
  #reg.setAsScreen()
     # if ScreenId != 1:
  #continue
  reg.highlight(4) # dud red frame around for seconds
  #reg.hover(3)

     # reg.selectRegion(middle of region)

  # SCREEN = reg
  #Screen(0).setROI(reg)
  # setROI(reg)
  #mouse = new DesktopMouse()
     # reg.setAutoWaitTimeout(10)

  if reg.exists(1432671701727.png):
  print(found at ScreenId =  , ScreenId)
  reg.hover(1432671701727.png)
  sleep(1000)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1459131/+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] [Bug 1459131] Re: [1.0.1] multiMonitors jython dont find/click/... in screen --- fixed in 1.1.0

2015-06-05 Thread SL5
** Attachment added: Monit!or15-06-05_07-57.txt
   
https://bugs.launchpad.net/sikuli/+bug/1459131/+attachment/4410351/+files/Monit%21or15-06-05_07-57.txt

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1459131

Title:
  [1.0.1] multiMonitors jython dont find/click/... in screen --- fixed
  in 1.1.0

Status in Sikuli:
  Fix Committed

Bug description:
  update: works with sikulix-1.1.0-20150524.231037-84 (update at
  15-05-27_09-56)

  hi all :) hug :)

  i work with 4 monitors with different resulutions.
  all works in java not in Jython.

  may is should try beta version is available: SikuliX-1.0.1 ?
  is use Sikuli 1.0.1

  highlight() draw red border for each monitor correct but shows only
  the default monitor inside.

  n = getNumberScreens()
  for ScreenId in range(n):
     reg.highlight(4) #  red frame around for seconds

  i tested with one image.
  my image was not found and clicked at monitor 1,2,3, was found only monitor 1.

  the java version works for me but the Jython version not. i would use
  the Jython version for webinar.

  some additional informations:

  ('- ScreenId = ', 0)
  ('reg: x, y, w, h = ', 0, 0, 1600, 900)
  ('reg: x, y, w, h = ', 0, 0, 1600, 900)
  [log] highlight S(0)[0,0 1600x900] E:Y, T:3,0 for 4.0 secs

  ('- ScreenId = ', 1)
  ('reg: x, y, w, h = ', 320, -720, 1280, 720)
  ('reg: x, y, w, h = ', 320, -720, 1280, 720)
  [log] highlight S(1)[320,-720 1280x720] E:Y, T:3,0 for 4.0 secs

  ('- ScreenId = ', 2)
  ('reg: x, y, w, h = ', 1600, -1080, 1920, 1080)
  ('reg: x, y, w, h = ', 1600, -1080, 1920, 1080)
  [log] highlight S(2)[1600,-1080 1920x1080] E:Y, T:3,0 for 4.0 secs

  ('- ScreenId = ', 3)
  ('reg: x, y, w, h = ', 1600, 0, 1366, 768)
  ('reg: x, y, w, h = ', 1600, 0, 1366, 768)
  [log] highlight S(3)[1600,0 1366x768] E:Y, T:3,0 for 4.0 secs

  print (Env.getSikuliVersion() )
  n = getNumberScreens()
  for ScreenId in range(n):
  print(- ScreenId = , ScreenId)
  reg = Screen(ScreenId)
  print(reg: x, y, w, h = , reg.x , reg.y, reg.w, reg.h)
  x = reg.x
  y = reg.y
  topLeft = Location(x, y) # equivalent to
  topLeft = reg.getTopLeft()
  botRight = reg.getBottomRight()
  h = botRight.y - y
  w = botRight.x - x

  #reg.h = theWidth # equivalent to
  #reg.setH(h)
  #print( x, y, w, h = , x, y, w , h)
  reg.setH(h)
  reg.setY(y)
  #print()
  print(reg: x, y, w, h = , reg.x , reg.y, reg.w, reg.h)
  #reg.setAsScreen()
     # if ScreenId != 1:
  #continue
  reg.highlight(4) # dud red frame around for seconds
  #reg.hover(3)

     # reg.selectRegion(middle of region)

  # SCREEN = reg
  #Screen(0).setROI(reg)
  # setROI(reg)
  #mouse = new DesktopMouse()
     # reg.setAutoWaitTimeout(10)

  if reg.exists(1432671701727.png):
  print(found at ScreenId =  , ScreenId)
  reg.hover(1432671701727.png)
  sleep(1000)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1459131/+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 #267809]: How to get into ohter OS or platform using sikuli ide/script

2015-06-05 Thread krishnamoorthy
New question #267809 on Sikuli:
https://answers.launchpad.net/sikuli/+question/267809

How can I log into other system  OS or platform through sikuli ide.

I am using linux i need to log in into the windows based system to automate the 
tasks.

Can anyone help through 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


Re: [Sikuli-driver] [Question #216583]: Sikuli script to press multiple key combinations in windows

2015-06-05 Thread eduardobedoya
Question #216583 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/216583

eduardobedoya posted a new comment:
Is there a syntax to press enter five times?
like...
type(Key.ENTER{5})

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 #267725]: Change findAll WaitTimeout individually, and Wait for Duplicated or Not Img

2015-06-05 Thread eduardobedoya
Question #267725 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267725

eduardobedoya posted a new comment:
somebody, anyhint??

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