Widget_Label growth (Re: widget_control,draw_widget) [message #10225] |
Fri, 24 October 1997 00:00  |
mgs
Messages: 144 Registered: March 1995
|
Senior Member |
|
|
In article <344D14C8.5018@bial1.ucsd.edu>, David Foster
<foster@bial1.ucsd.edu> wrote:
> If the bug you are referring to here is the one where setting the
> value for a widget label causes the whole widget to "grow", then
> I don't believe this bug is fixed in IDL 5.0.2. I have just upgraded
> and am very disappointed to see that the bug remains.
I just ran into that one last week on an SGI. Can someone explain what
does and does not cause the bug to occur? I'm using the same chunk of code
among several Top-Level Bases of an application and only one is causing
the uncontrollable growing. Btw, the Mac isn't afflicted by this.
--
Mike Schienle Interactive Visuals
mgs@sd.cybernex.net http://ww2.sd.cybernex.net/~mgs/
|
|
|
|
Re: Widget_Label [message #25121 is a reply to message #10225] |
Wed, 16 May 2001 08:54  |
Ben Tupper
Messages: 186 Registered: August 1999
|
Senior Member |
|
|
Hi,
This might be where you should turn to Widget_Text instead of Widget_Label.
You have a lot more control over Widget_Text formatting than you do with
Widget_Label (as an example, the keyword WRAP exists for text widgets but
not for label widgets.)
Ben
Mark Guagenti wrote:
> Hello,
> It's been a few months since I've done any IDL programming but I'm back
> at it again! There is something that I just can't seem to figure out
> and I'm sure it's easy and I'm just missing it. I have a Widget_Label
> with a significant amount of text in the VALUE keyword. I created it
> using the IDL (using 5.2.1) gui builder and it displays just fine. Then
> when I run it (or even you use the test GUI option) it displays the text
> in one line instead of wrapping it. Since the text is long enough you
> can't see it all and it gets cut off. How do you have the text wrap to
> fill the size of your Widget_Label?
>
> Thanks for any help,
> Mark
--
Ben Tupper
248 Lower Round Pond Road
POB 106
Bristol, ME 04539
Tel: (207) 563-1048
Email: PemaquidRiver@tidewater.net
|
|
|