CDE Classification Banner


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers CDE Classification Banner
# 1  
Old 06-17-2004
Question CDE Classification Banner

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.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Connect to SunOS CDE from another CDE

I have two CDE desktop accounts on different server (called this CDE#1, CDE#2) on the same network. However, my current setup is connecting to the Solaris CDE#1,CDE#2 via Citrix. My plan is to connect to CD#1 and then somehow connect to CDE#2. How do I do this? I am just a regular user... (0 Replies)
Discussion started by: tthach830
0 Replies

2. UNIX Desktop Questions & Answers

How to migrate Solaris 10 CDE config to HP-UX CDE.

Hello, Do you guys by any chance know what is the best (if any ) way to move CDE configuration from a SOLARIS 10 machine to HP-UX? Just the config (actions, text files etc). Thanks in advance! (0 Replies)
Discussion started by: binary0x01
0 Replies

3. UNIX for Dummies Questions & Answers

Reading a file and Classification

Hello Everyone, I am new to UNIX. I have got a requirement. Thought of posting it in this forum so that someone might help me. Please have a look at the scenario. The Objective is to "classify books into four seperate files and then print a summary report". Specifications are as... (3 Replies)
Discussion started by: yarlagadda999
3 Replies

4. Shell Programming and Scripting

scripting for classification

hi i am very new to scripting. i am learning by myself. i found this example. can any one help in writing script for this example, so that i can have an idea how to analyse and script. example: overview: The aim of this exercise is to classify books into four seperate files and then print a... (1 Reply)
Discussion started by: yonex
1 Replies

5. UNIX for Advanced & Expert Users

CDE Login Banner

I'm having problem with the CDE pre login banner. I configured the c/usr/dt/config/C/Xresources file to add my warning message: Dtlogin*greeting.labelString: My Banner I then modified the Dtlogin*greeting*fontList to display the message in smaller text. This did not work. ... (1 Reply)
Discussion started by: equismorio
1 Replies

6. Shell Programming and Scripting

Creating a Classification Banner

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... (1 Reply)
Discussion started by: rambo15
1 Replies
Login or Register to Ask a Question
DtInfoLib(file format)													    DtInfoLib(file format)

NAME
DtInfoLib -- collection of book cases for browsing with dtinfo SYNOPSIS
DtInfo_LoadInfoLib Criteria: DATA_ATTRIBUTES_NAME: DtInfoLib NAME_PATTERN: ?*.dti* CONTENT: 0 filename .oli MODE: d|l LINK_NAME: ?*.dti* Attributes: TYPE_LABEL: DtInfoLib DESCRIPTION: On-line documentation for the Information Manager. ICON: Dtinlib PROPERTIES: NULL ACTIONS: Open IS_TEXT: false (could be true for criteria 2 match) INSTANCE_ICON Field: [available for publisher-supplied or user's infolib icon] DESCRIPTION
DtInfoLib is a desktop object representing a collection of book cases of documents that can be accessed through the CDE Information Man- ager. DtInfoLib data criteria and data attributes are identified for use by desktop facilities. These are part of the CDE built-in data types. DtInfoLib is a directory that contains the collection of book cases available for a given information library. The contents of the DtIn- foLib directory are not visible to the end-user through the desktop. The DtInfoLib object can be launched directly by double-clicking on the associated icon or by dragging the icon on to the Information Manager icon in the File Manager or on the Front Panel. ENVIRONMENT VARIABLES
If defined, the environment variable DTINFOLIBSEARCHPATH may be used to find the default infolib (or infolibs) for the system. If provided, the dtinfo command line argument given with the -l option overrides the environment. If none of the other path mechanisms are used, the browser uses the standard CDE path. ACTIONS
/MESSAGES Double-clicking on the DtInfoLib object, or selecting Open from the objects select menu invokes the Open action on the object. FILES
The default location for the desktop on line documentation library is /usr/dt/infolib/%L. SEE ALSO
dtinfo(1), dtinfogen(1), dtinfoBook.dtd - dtinfoBookdtd(5), DtMmdbBookCaseGetInfo(3), DtMmdbInfoLibInfo(5) DtInfoLib(file format)