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

___
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 #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
Key.DOWN, LEFT, RIGHT, UP would.

Say that I am at a cell A1, and in order to move my cell to B1, I implement 
###
type(Key.RIGHT)
###
but what actually happens is scroll the whole grid to right (other keys do the 
same.)
If I physically press the key right, WX grid does move the cursor to cell B1.

The bottom line question is why the skiluli type(Key.NAVIGATE) where NAVIGATE 
is RIGHT, LEFT, UP, DOWN, HOME, END, others acts differently than the physical 
navigate keys.
Is there any workaround?

-- 
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 #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 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 #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 what I want. Instead it moves a 
char in the cell.

It also is not a focus problem because if the sikuli lose the focus, it
shouldn't move the while gird when type(Key.RIGHT) is executed.

My current work around is 
type(Key.TAB) for moving cell focus to right.
type(Key.TAB, Key.SHIFT) for moving cell focus to left.
type(Key.ENTER) for moving cell focus to down.
The problem is UP. I wasn't able to find the work around for UP yet.

In order to resolve the issue, not able to move the cell focus up, I try
to implement a way to move the cell focus A1 regardless the current
location. I thought type(Key.HOME, Key.CTRL) does, but it doesn't. Yet
physical key works.

-- 
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 #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 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 #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) # opens edit mode
type(Key.ESC) # leaves it???
type(Key.right) # what happens?

I dare to ask this, because you say The cell becomes edit mode then it
doesn't do what I want. Instead it moves a char in the cell., which
means, that type(Key.RIGHT) is accepted in this case.

-- 
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 #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 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 #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 as the clicking right button on the 
horizontal scroll.
Is this what it supposed to be?



-- 
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 #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 not actually Left or Right click of mouse.


So, when you are on a page with horizontal click, then pressing right key 
actually scrolls page on horizontally and Type(Key.RIGHT) should make a same 
action.

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