Re: Carriage Return / LineFeed in Text Widget [message #30918] |
Wed, 22 May 2002 03:25 |
R.Bauer
Messages: 1424 Registered: November 1998
|
Senior Member |
|
|
"Emmler, Oliver" wrote:
>
> Hello,
>
> i want to show the progress of my program i a text widget.
> At the command line i use
>
> print, 'Hello' + STRING(10B) + 'World'
>
> Output:
> Hello
> World
>
> I the text widget i tried the same but i get only a black square instead of
> a LF
>
> info = 'Hello' + STRING(13B) + 'World'
What's with
info=['Hello','World']
regards
Reimar
> WIDGET_CONTROL, i_text, SET_VALUE=info
>
> I think theres only a minor change to do, isn't it ?
>
> --
> Oliver Emmler
> University of Heidelberg
> Departement of Radiology
> Phone: +49-6221-7963059 E-Mail: Oliver.Emmler@med.uni-heidelberg.de
--
Reimar Bauer
Institut fuer Stratosphaerische Chemie (ICG-I)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
------------------------------------------------------------ -------
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg1/idl_icglib/idl_lib_intro.h tml
============================================================ =======
|
|
|