[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
| Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 | 
| Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit | 
| Moderator: | STAR::VATNE | 
|  | 
| Created: | Mon Oct 30 1989 | 
| Last Modified: | Mon Dec 31 1990 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 3726 | 
| Total number of notes: | 19516 | 
3631.0. "iconImage problems with NOTES, HyperSession, Session Manager" by PSW::WINALSKI (Careful with that VAX, Eugene) Sat Nov 10 1990 22:45
I've been playing with the DW V3 Mwm*foo*iconImageForeground and
Mwm*foo*iconImageBackground resources to cheer up my dialog box with a bit of
color.  Everything works fine except for four clients:  NOTES, HyperSession,
the Session Manager, and the Message Box.
For the last three (HyperSession, Session Manager, Message Box), I can't
figure out what the application name ("foo" in the Mwm*foo*iconImageBackground
name) should be.  The Session Manager and Message Box resource files use
sm and ctrl, respectively, but Mwm*sm*iconImageBackground or
Mwm*ctrl*iconImageBackground don't work.  Near as I can tell HyperSession
doesn't use a resource file so there's no way to tell what its application
name is.
For NOTES, the application name is clearly "Notes", but
Mwm*Notes*iconImageBackground doesn't work.
Anybody know what's going wrong?
--PSW
| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 3631.1 |  | QUARK::LIONEL | Free advice is worth every cent | Sun Nov 11 1990 12:24 | 3 | 
|  |     NOTES is still using XUI, which may be part of the reason. 
    
    			Steve
 | 
| 3631.2 | Mwm*fileViewShell*iconImage and Mwm*systemMenuShell*iconImage work for me | PLAYER::DEVALCK | De Valck Patrick ADG Brussels @BRO | Mon Nov 12 1990 02:57 | 0 | 
| 3631.3 | Use Xlswins.c from the R4 tape with -l option. | DECWIN::FERGUSON | Jim Ferguson - VMS Development | Mon Nov 12 1990 10:23 | 21 | 
|  | You can find the application name/class pair for use in 
resource files of any X application by running Xlswins which 
is on the R4 tape.  Use the application name to customize
a particular window.  If you want the customization to
affect the entire application use the class name.
Application       Appl. name               Appl. Class
------------------------------------------------------
Notes Main        MAIN_SHELL               Notes
Notes Read        READ_SHELL               Notes
Notes Edit        EDIT_SHELL               Notes
Notes Conference  CONF_SHELL               Notes
Session manager   systemMenuShell
FileView          fileViewShell
Message Window    Message Panel            Decw$MessagePanel
HyperSession      HyperSession Navigation  TopLevelShell
 |