Re: [Sikuli-driver] [Question #699748]: vnc unlock windows session

2021-12-04 Thread Laurent IZAC
Question #699748 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699748

Laurent IZAC posted a new comment:
BTW,  it does not even work locally...so I guess there is more to it than just 
a key combination.
Thoughts ?

-- 
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 #699748]: vnc unlock windows session

2021-12-04 Thread Laurent IZAC
New question #699748 on SikuliX:
https://answers.launchpad.net/sikuli/+question/699748

Hi 

has anybody managed to unlock a Windows session accessed through vnc ?
I'm using Sikulix 2.0.5 from a Jython script (in the IDE) and neither :
screen.type(Key.DELETE, Key.CTRL+Key.ALT)
nor :
   screen.keyDown(Key.CTRL) 
   screen.keyDown(Key.ALT)
   screen.keyDown(Key.DELETE)
   screen.keyUp(Key.DELETE)
   screen.keyUp(Key.ALT)
   screen.keyUp(Key.CTRL)

works for me.

Thanks for your insights

-- 
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 #699745]: [2.0.5]getBundlePath return different output

2021-12-04 Thread masuo
Question #699745 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699745

Status: Open => Solved

masuo confirmed that the question is solved:
confirmed with SikuliXIDE-2.0.6-snapshot(2021-11-10_17:58)

The result of [2.0.6] is the same as the result of [2.0.4].

-- 
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 #699745]: [2.0.5]getBundlePath return different output

2021-12-04 Thread masuo
New question #699745 on SikuliX:
https://answers.launchpad.net/sikuli/+question/699745

getBundlePath() returns different output.
Is this correct?

[2.0.4]
C:\Script\ScriptSikuliX\trial_getBundlePath.sikuli

[2.0.5]
/C:/Script/ScriptSikuliX/trial_getBundlePath.sikuli/

[environment]
OS:Windows10
Java:jdk-11.0.2

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