Re: [Sikuli-driver] [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

2011-11-25 Thread Launchpad Janitor
Question #177034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177034 Status: Needs information = Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Needs information' state without activity for the last 15 days. -- You

Re: [Sikuli-driver] [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

2011-11-09 Thread RaiMan
Question #177034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177034 Status: Open = Needs information RaiMan changed the question status: to avoid expiring -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

2011-11-02 Thread RaiMan
Question #177034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177034 RaiMan posted a new comment: ok, I have to give up, since I cannot test it live, sorry. all the best. -- You received this question notification because you are a member of Sikuli Drivers, which is an

Re: [Sikuli-driver] [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

2011-11-01 Thread RaiMan
Question #177034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177034 RaiMan requested more information: What did you expect? What is WX grid? -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

2011-11-01 Thread inho C.
Question #177034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177034 Status: Answered = Open inho C. is still having a problem: Thanks for your answer. Then how do I navigate the WX.Grid widget (for RaiMan, WX Grid is a c++ implementation of excel spreadsheet)? I thought

Re: [Sikuli-driver] [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

2011-11-01 Thread RaiMan
Question #177034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177034 Status: Open = Answered RaiMan proposed the following answer: What system you are running on? Might be a problem of focus: test, wether a click() before into the reference cell is needed. -- You

Re: [Sikuli-driver] [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

2011-11-01 Thread inho C.
Question #177034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177034 Status: Answered = Open inho C. is still having a problem: Win7, and RHEL 4, 5. But more focused on Win7 at the moment. If I do implement ### Click() ### The cell becomes edit mode then it doesn't do

Re: [Sikuli-driver] [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

2011-11-01 Thread inho C.
Question #177034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177034 inho C. posted a new comment: Here the wxPython example. http://wiki.wxpython.org/wxGrid -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

2011-11-01 Thread RaiMan
Question #177034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177034 Status: Open = Answered RaiMan proposed the following answer: To understand, what RHEL means, I had to google ;-) idea: in spreadsheets usually ESC leaves the cell edit mode. So what about: click(cell)

Re: [Sikuli-driver] [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

2011-11-01 Thread inho C.
Question #177034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177034 Status: Answered = Open inho C. is still having a problem: Thanks for your quick response. But no luck. -- You received this question notification because you are a member of Sikuli Drivers, which is

[Sikuli-driver] [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

2011-10-31 Thread inho C.
New question #177034 on Sikuli: https://answers.launchpad.net/sikuli/+question/177034 In the WX grid, click the first cell, then implement type(Key.RIGHT) Then it is not recognized as a right key. On the DOS command window, the log shows [log] TYPE ? Then what it actually happens is the same

Re: [Sikuli-driver] [Question #177034]: type(Key.RIGHT) and Key.LEFT are not recognized

2011-10-31 Thread Parva Thakkar
Question #177034 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/177034 Status: Open = Answered Parva Thakkar proposed the following answer: Yes, that's what it is supposed to happen. Key.RIGHT and Key.LEFT actually mimics Right and Left arrow keys receptively. They are