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

Home » Public Forums » archive » Re: Carriage Returns in IDL Text Widget
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: Carriage Returns in IDL Text Widget [message #25885] Thu, 26 July 2001 04:57 Go to previous message
Alex Schuster is currently offline  Alex Schuster
Messages: 124
Registered: February 1997
Senior Member
Dan Fletcher wrote:

> I've searched through Google groups and seen this question asked a
> number of times, but I haven't seen an answer anywhere and I'm hoping
> someone out there can help me. I have a Text Widget and want to write
> some info to it. I can't seem to send it a carriage return, so all of
> the text winds up on one line and out of the space supplied by the
> widget.
>
> Here's the widget definition (I've also tried it with the /WRAP keyword
> and have had the same problem).
>
> WID_TEXT_FILEPROPS = Widget_Text(WID_BASE_LEFT, $
> UNAME='WID_TEXT_FILEPROPS' ,XOFFSET=8 ,YOFFSET=21 $
> ,SCR_XSIZE=168 ,SCR_YSIZE=163 ,XSIZE=20 ,YSIZE=1)
^^^^^^^
Well, your text widget has only one line, is that really what you
intended? If yes, skip the APPEND keyword, and you'll always see the
last string you sent to the widget. Or you can increase the YSIZE, then,
with the APPEND keyword, the new strings start at a new line.

> TextString='File: '+EEGFileName + STRING(13B)+STRING(10B)

I think IDL doesn't care about CR+LF here. To add multiple lines, just
use a STRARR, or put the single strings there one after another, with
the /append keyword.

Alex
--
Alex Schuster Wonko@planet-interkom.de
alex@pet.mpin-koeln.mpg.de
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: Interpolation question
Next Topic: Carriage Returns in IDL Text Widget

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

Current Time: Sun Oct 12 07:04:57 PDT 2025

Total time taken to generate the page: 1.76125 seconds