comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » AUTOMATIC CURSOR
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: AUTOMATIC CURSOR [message #1734 is a reply to message #1660] Mon, 21 February 1994 06:12 Go to previous message
knipp is currently offline  knipp
Messages: 68
Registered: January 1993
Member
In article 29@puknet.puk.ac.za, fskmjm@puknet.puk.ac.za (Mathews, MJ) writes:
> How does one get the cursor in a text widget to jump to the next input field
> when pressing CR?
> --------------------------------
> | MIKE MATHEWS |
> | fskmjm@puknet.puk.ac.za |
...

I did the following:


NAME = TAG_NAMES (EVENT, /STRUCTURE_NAME)

CASE NAME OF

"WIDGET_TEXT": BEGIN
POS = WHERE ( T_EV EQ EVENT.ID )
POS = (POS(0) + 1) < (N_LIST-1L)
WIDGET_CONTROL, T_EV(POS), /INPUT_FOCUS
END
ENDCASE

where T_EV is a long-array with the events according to the different
TEXT_WIDGETS.


Karl

____________________________________________________________ __________________
__ ____ __
/ // _ \ / / Karlheinz Knipp phone: +49 511 - 762 4922
/ // /_/ // / University of Hannover fax: +49 511 - 762 2483
/ // ____// / Institute for Photogrammetry
/ // / / / Nienburger Str.1
/_//_/ /_/ FRG 30167 Hannover 1 email: knipp@ipi.uni-hannover.de
[Message index]
 
Read Message
Read Message
Previous Topic: resizing widgets
Next Topic: IDL (Interactive Data Language) FAQ

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 00:54:41 PDT 2025

Total time taken to generate the page: 0.72010 seconds