Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to choose and edit awt text components #48

Closed
jussimalinen opened this issue Aug 22, 2013 · 4 comments
Closed

Possibility to choose and edit awt text components #48

jussimalinen opened this issue Aug 22, 2013 · 4 comments

Comments

@jussimalinen
Copy link
Member

Right now if I create an java.awt.TextField, it is impossible to focus on that or to write there text.

If it is somehow possible (?) it would be handy to support also awt components.

@sixsigmapymes
Copy link

It implements the RF command Swinglibrary library
Looking Its commands
Get Text Field Value identifier

Returns the value of a text component (e.g. text field, password field, text area).
Clear Text Field identifier

Clears contents of text component (e.g. text field, password field, text area).
Insert Into Text Field identifier, text

Inserts text into a text component (e.g. text field, password field, text area).
List Components In Context formatted=

Prints components (their types and their internal names) from the selected context.

@sixsigmapymes
Copy link

It implements the RF command Swinglibrary library
Looking It's commands
Get Text Field Value identifier

Returns the value of a text component (e.g. text field, password field,
text area).

Clear Text Field identifier

Clears contents of text component (e.g. text field, password field, text
area).

Insert Into Text Field identifier, text

Inserts text into a text component (e.g. text field, password field, text
area).
List Components In Context formatted=

Prints components (their types and their internal names) from the selected
context.

2013/8/22 Jussi Malinen notifications@github.com

Right now if I create an java.awt.TextField, it is impossible to focus on
that or to write there text.

If it is somehow possible (?) it would be handy to support also awt
components.


Reply to this email directly or view it on GitHubhttps://github.com//issues/48
.

@jussimalinen
Copy link
Member Author

Done for text components in 3d38297

@jussimalinen
Copy link
Member Author

Changes the issue name to be about text components. Done with that scope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants