[Sikuli-driver] [Bug 794880] Re: Region.type() conflict with builtin type() function --- workaround

2011-06-09 Thread anatoly techtonik
I used another workaround for type check - through isinstance() -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/794880 Title: Region.type() conflict with builtin type() function --- workaround

[Sikuli-driver] [Bug 794880] Re: Region.type() conflict with builtin type() function --- workaround

2011-06-09 Thread anatoly techtonik
BTW, the paste stuff seems a lot like a solution. paste(text') - creates some kind of buffer with 'text' inside and then pastes it into control. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli.

[Sikuli-driver] [Bug 794880] Re: Region.type() conflict with builtin type() function --- workaround

2011-06-09 Thread RaiMan
paste simply simulates a ctrl-v internally. the buffer is the clipboard, which gets corrupted this way. ... and after the first time you use paste(), Env.getClipboard no longer works. so, still some things to improve ;-) ** Description changed: *** workaround the builtin type function