Re: Action in Thinlet
"Davi S.Zucon" <[email protected]>
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
Tanks ! I'll try ! Mask edit like __/__/__ when user hit numbers, the two bars "/ /" already there .... <[email protected]> escreveu na mensagem news:[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