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

Home » Public Forums » archive » Re: salida widgets
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: salida widgets [message #45378] Fri, 02 September 2005 09:13
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
hernan writes:

> En el caso de error como hago que la ventana de salida coloque 'LOS
> VALORES SON INCORRECTOS'

Usted debe "captura" el error con CATCH. Ponga esto en su "event
handler":

CATCH, elError
IF elError NE 0 THEN BEGIN
Catch, /Cancel
IF N_Elements(info) NE 0 THEN $
Widget_Control, info.eigenvalor, $
Set_Value='Los Valores Son Incorrectos'
RETURN
ENDIF

Saludo,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Previous Topic: salida widgets
Next Topic: iTools screenshots

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

Current Time: Sat Oct 11 08:17:12 PDT 2025

Total time taken to generate the page: 1.28388 seconds