Re: Action in Thinlet
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Organization | http://freemail.web.de/ |
| Message-ID | <[email protected]> |
List for Users of Carlsbad Cubes' Technologies and Products schrieb am 28.07.04 18:57:14: > > Hi all, > > when a user hit enter i need to change focus to anoter textfield ... how ? > thinlet do that ? Try this. In swixml, have the action attribute assigned to the textfield: <textfield ... action="focusSwitchAction" ...> In the focusSwitchAction.actionPerformed method focus the textfield through the usual methods of the focus manager/focus policy. > > Can I mask a textfield ? What do you mean by that? Frank > > > > > _______________________________________________ > Forum mailing list > [email protected] > http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com