Sponsored Content
Top Forums Shell Programming and Scripting Creating a Classification Banner Post 52347 by Perderabo on Wednesday 16th of June 2004 10:19:15 AM
Old 06-16-2004
One thing that you want is doable. You can add
fontList:"$font"
to your arguments to select a font. You set the font variable to one of your fonts and you can get a list of those with xlsfonts.

It doesn't make sense to be using XmPushButton if you're not going to install any callbacks. You should switch to XmLabel. I always use a bulletin board, but I guess you don't need it if you only have one widget.

An x client cannot defeat a window manager. I don't use CDE. I just use a rather raw xterminal running an internal window manager. My window manager, NCDwm, does have some resources that it is willing to respect. For example:
NCDwm.xlaunchpad4.clientDecoration: -border -title
will cause my xlauchpad4 client (also a dtksh script) to appear with no borders like most xclients have. That string is in my .Xresources file which I load with xrdb. Every other window manager that I've used has some stuff like this. So your CDE environment may have some resources that you could load to do some of what you want. But you'll have to check your CDE docs on that.
 

3 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

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... (0 Replies)
Discussion started by: rambo15
0 Replies

2. 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

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
dtinfoaction(file formats)												dtinfoaction(file formats)

NAME
dtinfoaction -- CDE information management actions SYNOPSIS
DtLoadInfoLib filename Open filename DtShowInfoAtLoc DtPrintInfoAtLoc DESCRIPTION
The CDE Information Management Services support the following information management actions: DtLoadInfoLib filename Load the information library specified by filename, which can be either a relative or absolute file path. If filename is not specified, dtinfo displays the default information library(s). Open filename Load the information library specified by filename. Remaps to DtLoadInfoLib filename. DtShowInfoAtLoc filename section Display the section or topic specified by section contained within the infolib specified by filename. filename can be either a relative or absolute file path. section specifies the information library section in generalized locator format. dtinfo is started if it is not already running. This corresponds to invoking dtinfo with the -sect option from the command line. DtPrintInfoAtLoc Print one or more infolib sections from the desktop. This action is invoked whenever a section or sections is dragged from the book list window in dtinfo and dropped on the printer icon on the front panel. These actions can be invoked from an application using the DtActionInvoke(3) function or invoked from a command line using the dtaction(1) utility. SEE ALSO
dtinfo(1), DtActionInvoke(3), DtInfo_LoadInfoLib(4), DtInfo_PrintInfoAtLoc(4), DtInfo_ShowInfoAtLoc 4 dtinfoaction(file formats)
All times are GMT -4. The time now is 06:16 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy