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 
Switch to threaded view of this topic Create a new topic Submit Reply
AUTOMATIC CURSOR [message #1660] Thu, 17 February 1994 02:36 Go to next message
fskmjm is currently offline  fskmjm
Messages: 25
Registered: November 1993
Junior Member
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 |
| |
| ANTARCTIC RESEARCH GROUP |
| PHYSICS DEPT |
| POTCHEFSTROOM UNIVERSITY |
| SOUTH AFRICA |
| |
| Phone: +27 (148) 992419 |
| Fax : +27 (148) 992421 |
________________________________
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
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: resizing widgets
Next Topic: IDL (Interactive Data Language) FAQ

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

Current Time: Wed Oct 08 15:14:49 PDT 2025

Total time taken to generate the page: 0.00574 seconds