T.R | Title | User | Personal Name | Date | Lines |
---|
2099.1 | | QUARK::LIONEL | Free advice is worth every cent | Mon Jan 22 1990 12:41 | 5 |
| What version of VMS are you using? The example in HELLOWORLD works, but
you have to compile the UIL file - using the compiled UID on the kit doesn't
work.
Steve
|
2099.2 | Another question! | WHOUSE::RALAN | | Tue Jan 23 1990 09:29 | 14 |
| We recently upgraded to 5.3. Since writing my initial note yesterday
I have been able to get the "sepaprate = TRUE" statement to work
and cause a text string to write on more than one line, but I have
come up with a new problem.
It appears that when writing text (by using label_label with a compound
string) in a push-button widget, DECwindows wants to center the text
within the widget. And a two line label has the two lines centered
as well, without any alignment to each other. My question is...
is there any way to override this centering and force the text
to left justified against a margin boundery established by me?
Label widgets allow the placement of text into predefined coordinates
but push-button labels don't seem to. Any ideas?
|
2099.3 | | QUARK::LIONEL | Free advice is worth every cent | Tue Jan 23 1990 10:46 | 4 |
| I suggest you raise your question in the CLT::UIL-DRM conference, as the
expertise in using UIL is more concentrated there.
Steve
|
2099.4 | gadgets? | DECWIN::KLEIN | | Tue Jan 23 1990 10:54 | 8 |
| >> Label widgets allow the placement of text into predefined coordinates
>> but push-button labels don't seem to. Any ideas?
I suspect that you are getting push_button gadgets, not widgets. If using
UIL, you need to explicitly request push_button widgets. Gadgets do not
have all the resources.
-steve-
|