![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX Desktop for Dummies Questions & Answers Questions regarding GNOME, KDE, CDE, Open Office, etc go here. All UNIX and Linux Newbies Welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Boosting Inductive Transfer for Text Classification using Wikipedia | iBot | UNIX and Linux RSS News | 0 | 05-06-2008 07:20 PM |
| Banner | Beetlejuice | UNIX for Dummies Questions & Answers | 2 | 03-10-2005 12:51 PM |
| Creating a Classification Banner | rambo15 | Shell Programming and Scripting | 1 | 06-16-2004 07:19 AM |
| Top banner too big | Spetnik | Post Here to Contact Site Administrators and Moderators | 2 | 07-01-2003 05:59 PM |
| banner with ftp | 98_1LE | UNIX for Dummies Questions & Answers | 1 | 03-27-2002 02:37 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello;
I need to place a classification banner at the top of my Solaris 2.6 CDE Desktop. The Banner must be displayed in all CDE desktop sessions available on the CDE dashboard (1,2,3,4). The Banner must remain anchored at the top of the CDE desktop and must not be able to be closed or hidden by other windows. So far I have hit a brick wall on this. The closest I have come is trying to generate a banner (Push Button) using the following dtksh code. #!/usr/dt/bin/dtksh XtInitialize TOPLEVEL dttest1 Dtksh $0 XtSetValues $TOPLEVEL title:" " #XtCreateManagedWidget BBOARD bboard XmBulletinBoard $TOPLEVEL \ # resizePolicy:RESIZE_NONE height:50 width:1280\ # background:Red #XtCreateManagedWidget BUTTON pushbutton XmPushButton $BBOARD \ XtCreateManagedWidget BUTTON pushbutton XmPushButton $TOPLEVEL \ background:Red \ foreground:White \ labelString:"SECRET" \ height:50 width:1280 x:0 y:0 shadowThickness:3 XtRealizeWidget $TOPLEVEL XtMainLoop The problem is I can't figure out how to remove the CDE border, the CDE Open, Close and Iconify options, how to anchor it at the top, how to make it appear in all the workspaces and finally make the font larger. Any and all help will be greatly appreciated. Respectfully; Mark K. |
|||
| Google The UNIX and Linux Forums |
| Forum Sponsor | ||
|
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|