icons on toolbar 11i


 
Thread Tools Search this Thread
Operating Systems HP-UX icons on toolbar 11i
# 1  
Old 01-27-2009
icons on toolbar 11i

anyone knows how to do that? I was research the the net, and it is mostly fp. dt and xpm files? anyone can point me to the right direction?

what I wanted to do is make an icon and the user can click on it and launch an application. is it part of the appconfig? appmanager?

tia
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

Change Toolbar to Opt In?

Hey! I'm thinking we should change the toolbar to "opt in" and have it off for members by default? But then, the would not have toolbar access to the code tag videos, etc. so then I thought to make it "opt in" after say 30 posts. That way, the toolbar will show to all new users with less... (5 Replies)
Discussion started by: Neo
5 Replies

2. What is on Your Mind?

Should We Keep or Drop the Bottom Toolbar?

Well, it's been a few months now since we started running the toolbar on the bottom with some navigation menu, search, link to code tag video, some social networking tools, etc. So, the question of the day is: Should we keep it, maybe develop more toolbar apps, or dump it? Please vote ... (13 Replies)
Discussion started by: Neo
13 Replies

3. UNIX for Dummies Questions & Answers

HP-UX toolbar help

Hi all, I am trying to set some icons in the toolbar thingy (HP-UX 10.2). I used the Toolboxes->Personal to help me setup, but it put the program icon in the personal toolbox folder. So I dragged it out to the Desktop. Now I've a link on a Desktop. Any ideas on how to create directly on to... (2 Replies)
Discussion started by: nitin
2 Replies
Login or Register to Ask a Question
fvwm-menu-xlock(1)						  Fvwm Utilities						fvwm-menu-xlock(1)

NAME
fvwm-menu-xlock - builds xlock menu definition for fvwm SYNOPSIS
fvwm-menu-xlock [ --help|-h|-? ] [ --version|-V ] [ --name|-n name ] [ --title|-t title ] [ --item format ] [ --icon-title icon ] [ --icon-item icon ] [ --special-first|-s ] [ -- xlock params ] DESCRIPTION
A simple perl script which parses xlock's output to build an fvwm menu definition of all xlock's modes. OPTIONS
--help show the help and exit --version show the version and exit --name name define menu name in the following argument. Default is "XLockMenu" --title title define menu title in the following argument. Default is "XLock Modes". --item format define menu item format in the following argument, default is '%n (%d)'. TAB can be specified as ' ', but in .fvwm2rc you should specify a double backslash or a real TAB. Format specifiers: %n - mode name %d - mode description %D - mode description without "Shows " prefix if any These specifiers can receive an optional integer size, positive for right adjusted string or negative for left adjusted, example: %8x; and optional *num or *-num, which means to leave only the first or last (if minus) num of chars, the num must be greater than 3, since the striped part is replaced with "...", example: %*30x. Both can be combined: %-10*-20x, this instructs to get only the 20 last char- acters, but if the length is less then 10 - to fill with up to 10 spaces on the right. --icon-title icon --icon-item icon define menu icon for title and regular item accordingly. Default is no menu icons (equivalent to an empty icon argument). --wm-icons define icon names suitable for use with wm-icons package. Currently this is equivalent to: --icon-title '' --icon-item menu/lock.xpm. --special-first instructs to include special modes (usually black, bomb and random) first. Option parameters can be specified either using '=' or in the next argument. Short options are ok if not ambiguous: -h, -t; but be careful with short options, what is now unambiguous, can became ambiguous in the next versions. Additional arguments (after --) will be passed to xlock. Please see the xlock(1) man page for the xlock options. USAGE
Add these lines to your fvwm configuration file: PipeRead 'fvwm-menu-xlock --name MenuSSaver --title "Screensaver" --icon-item mini-bball.xpm --special-first -- -nice 19 -nolock' PipeRead 'fvwm-menu-xlock --name MenuSLock --title "Lock Screen" --icon-item mini-rball.xpm --special-first -- -nice 19' AddToMenu "Utilities" "Screensaver%mini-monitor.xpm%" Popup MenuSSaver AddToMenu "Utilities" "Screenlock%mini-lock.xpm%" Popup MenuSLock AUTHORS
Charles K. Hines <chuck_hines@vnet.ibm.com>, initial version. Mikhael Goikhman <migo@homemail.com>, from 24 Feb 1999. COPYING
The script is distributed by the same terms as fvwm itself. See GNU General Public License for details. BUGS
Depends on the output of xlock. Will produce an empty menu if the structure of the output is changed. Report bugs to fvwm-bug@fvwm.org. perl v5.8.0 2003-03-15 fvwm-menu-xlock(1)