T.R | Title | User | Personal Name | Date | Lines |
---|
2199.1 | background_pixmap = None; | EXLIB::DLUGOSZ | Open foot, Insert Mouth | Mon Feb 05 1990 09:31 | 3 |
| Yep.
|
2199.2 | not that obvious | KAOU35::DLEROUX | | Mon Feb 05 1990 09:43 | 8 |
|
re 1.
> Yep.
Nope. I tried this earlier and when I compile the uil module
it gives me ... None must be defined before ... expected pixmap...
|
2199.3 | value None: 0; | EXLIB::DLUGOSZ | Open foot, Insert Mouth | Mon Feb 05 1990 14:51 | 4 |
|
Declare None as the value 0;
Ron
|
2199.4 | Doesn't work | KAOU35::DLEROUX | | Mon Feb 05 1990 16:01 | 11 |
|
re 1:
> Declare None as the value 0;
Now I get a ...integer value found when expecting pixmap.
According to the manual the default should be null but
there doesn't seem to be a way to force it.
Dan
|
2199.5 | Don't argue with UIL. You're the boss! | DECWIN::KLEIN | | Mon Feb 05 1990 16:56 | 15 |
| Try the "sledge".
-steve-
----------------------------------------------------------------------
module MakeItWork
names = case_sensitive
include file 'dwtappl.uil';
value my_background_pixmap : argument ('backgroundPixmap', integer);
object nobackgroundlabel : label {arguments {my_background_pixmap = 0;};};
end module;
|
2199.6 | Thanks | KAOU35::DLEROUX | | Tue Feb 06 1990 09:04 | 5 |
|
Thanks for the help.
Dan
|