[Sikuli-driver] [Bug 769837] Re: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste()

2013-06-05 Thread Bunnings
Just want to add that this issue is affecting my scripts as well. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/769837 Title: X-1.0rc3: Env.getClipboard() seems to work only once and does not

[Sikuli-driver] [Bug 769837] Re: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste()

2013-05-14 Thread RaiMan
** Changed in: sikuli Milestone: x1.0 = x1.1 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/769837 Title: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real

[Sikuli-driver] [Bug 769837] Re: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste()

2013-02-21 Thread RaiMan
** Changed in: sikuli Importance: Undecided = High -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/769837 Title: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real

[Sikuli-driver] [Bug 769837] Re: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste()

2012-11-02 Thread RaiMan
** Changed in: sikuli Status: New = In Progress ** Changed in: sikuli Assignee: (unassigned) = RaiMan (raimund-hocke) ** Changed in: sikuli Milestone: None = x1.0 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 769837] Re: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste()

2012-11-02 Thread RaiMan
** Tags added: fkt-paste -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/769837 Title: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using

[Sikuli-driver] [Bug 769837] Re: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste()

2012-07-12 Thread Sid
I am having the same issue. Would this issue be fixed, anytime soon ? -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/769837 Title: X-1.0rc3: Env.getClipboard() seems to work only once and does

[Sikuli-driver] [Bug 769837] Re: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste()

2012-06-07 Thread Jim White
Env.getClipboard() will get what was last copied in the IDE and will not change. The waits are not strictly necessary in the code below, but I was just making sure that I was not running into a race condition. To reproduce: 1. create an image around a text box that has text in it for

[Sikuli-driver] [Bug 769837] Re: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste()

2012-02-19 Thread Dale King
I was running into similar problems yesterday on OSX. I was not doing any pasting. What I was noticing when this was happening was not that Env.getClipboard() was failing to update to the new contents of the clipboard, but in fact somehow Sikuli was keeping the clipboard from working. When it got

[Sikuli-driver] [Bug 769837] Re: X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste()

2011-11-27 Thread RaiMan
** Summary changed: - X-1.0rc2: using paste(): Env.getClipboard() does not access real clipboard anymore + X-1.0rc3: Env.getClipboard() seems to work only once and does not access real clipboard anymore after using paste() ** Description changed: - After using paste() the first time,