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
img-xpm(n)																img-xpm(n)

__________________________________________________________________________________________________________________________________________________

NAME
img-xpm - Img, X Windows Pixmap Format (xpm) SYNOPSIS
package require Tk package require img::xpm ?1.4? image create photo ?name? ?options? _________________________________________________________________ DESCRIPTION
The package img::xpm is a sub-package of Img. It can be loaded as a part of the complete Img support, via package require Img, or on its own, via package require img::xpm. Like all packages of Img it does not provide new commands, but extends the existing Tk command image so that it supports files containing raster images in the X Windows Pixmap Format (xpm). More specifically img::xpm extends Tk's photo image type. The name of the new format handler is xpm. This handler does not provide additional configuration options. All of the above means that in a call like image create photo ?name? ?options? [1] Image data in xpm format (options -data and -file) is detected automatically. [2] The format name xpm is recognized by the option -format. SEE ALSO
img-bmp, img-dted, img-gif, img-ico, img-intro, img-jpeg, img-pcx, img-pixmap, img-png, img-ppm, img-ps, img-raw, img-sgi, img-sun, img- tga, img-tiff, img-window, img-xbm, img-xpm KEYWORDS
image handling, tk, xpm COPYRIGHT
Copyright (c) 1995-2009 Jan Nijtmans <nijtmans@users.sourceforge.net> Img 1.4 img-xpm(n)