Re: [Sikuli-driver] [Question #210850]: Typing on to a text field in Android EMulator

2012-10-16 Thread Hasham
Question #210850 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210850

Status: Answered = Open

Hasham is still having a problem:
No luck, it still behaves the same.

I tried adding offset, the syntax is as follows:

   Pattern patemail = new 
Pattern(D:\\Sikuli-Java\\imgs\\Email.png).targetOffset(25, 0);
s.type(patemail,shaikhas...@gmail.com, 0);

What it does it, it types shaikhasham@gmail or some times shaikhasham,
using offset I could not get the complete email typed.

Please guide me if the way am using offset is wrong.

This is on Android Emulator.

-- 
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 #210850]: Typing on to a text field in Android EMulator

2012-10-12 Thread RaiMan
Question #210850 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210850

Status: Open = Answered

RaiMan proposed the following answer:
yes:

scr.type(Key.TAB);
scr.wait((double) 0.5);
scr.type(some text);

-- 
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 #210850]: Typing on to a text field in Android EMulator

2012-10-11 Thread Hasham
Question #210850 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210850

Status: Needs information = Open

Hasham gave more information on the question:
Sikuli script enters some text in a text field, a tab operation is
performed so that the focus moves to the next field and then a type
command to type some text, the type command starts typing after a first
characters is typed, the cursor moves to the begining of the field and
then types the second character ans so on. Ex: If it is expected to type
Hasham, it types 'H' and then somehow it starts typing the remaining
characters before 'H' ie the typed text looks like 'ashamH'.

Please let me know if am still not clear and please suggest me a
solution.

-- 
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 #210850]: Typing on to a text field in Android EMulator

2012-10-11 Thread RaiMan
Question #210850 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210850

Status: Open = Answered

RaiMan proposed the following answer:
ok,then you should add some short waits between the tabbing and the
typing

e.g.
wait(0.5)

-- 
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 #210850]: Typing on to a text field in Android EMulator

2012-10-11 Thread Hasham
Question #210850 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210850

Status: Answered = Open

Hasham is still having a problem:
You mean a wait before type command?

-- 
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 #210850]: Typing on to a text field in Android EMulator

2012-10-10 Thread Hasham
New question #210850 on Sikuli:
https://answers.launchpad.net/sikuli/+question/210850

Am using Sikuli to type text in Emulator, it types the first and then the 
second character is typed after the first character and continues typing the 
remaining text hence resulting in  wrong text entered. Please help me in making 
Sikuli not to go back after typing the first character.

This is not very often but happens more frequently.

-- 
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 #210850]: Typing on to a text field in Android EMulator

2012-10-10 Thread RaiMan
Question #210850 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/210850

Status: Open = Needs information

RaiMan requested more information:
not clear, what you mean.

give an example:

type(some text)

what is appearing in the emulator?

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