Re: Iconising IDL Widgets [message #8270] |
Fri, 21 February 1997 00:00 |
Phil Williams
Messages: 78 Registered: April 1996
|
Member |
|
|
Tim Patterson wrote:
>
> I've seen this question asked before (once by me!) but I've never
> seen an answer. Not even one to say it can't be done!
>
> The question is:
>
> Is it possible to create a new icon image for an IDL widget,
> so that it is easy to tell them apart when they are iconised?
>
> My application has a lot of windows, and they all look pretty
> much the same when they are iconised (except for the text of
> course). Although I try and control their iconisation (?)
> with the software so that they are open and available when the
> user needs them, it would be nice if I could also give them
> a recognisable icon to so that (s)he can select them easily
> too.
>
> So, is it possible or impossible? :)
>
> Tim Patterson
David Fanning has a program to do this. I'm not sure if it's on his web
page or not, but I'm sure if you drop him a note he will be glad to
share it with you.
Phil
--
/*********************************************************** ********/
Phil Williams, Ph.D.
Research Instructor
Children's Hospital Medical Center "One man gathers what
Imaging Research Center another man spills..."
3333 Burnet Ave. -The Grateful Dead
Cincinnati, OH 45229
email: williams@irc.chmcc.org
URL: http://scuttle.chmcc.org/~williams/
/*********************************************************** ********/
|
|
|
Re: Iconising IDL Widgets [message #8272 is a reply to message #8270] |
Fri, 21 February 1997 00:00  |
pit
Messages: 92 Registered: January 1996
|
Member |
|
|
In article <330CF786.7A5F@raptor.lpl.arizona.edu>,
Tim Patterson <tim@raptor.lpl.arizona.edu> writes:
> Is it possible to create a new icon image for an IDL widget,
> so that it is easy to tell them apart when they are iconised?
This is *highly* platform-dependent.
The iconisation of windows is performed and controlled by a
window manager (at least on Unix Workstations).
So you could either define Icon maps in your WM setup based
on the names of the different windows or build your own
"Icon Manager" in IDL e.g.using widgets.
Peter
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
Peter "Pit" Suetterlin http://www.uni-sw.gwdg.de/~pit
Universitaets-Sternwarte Goettingen
Tel.: +49 551 39-5048 pit@uni-sw.gwdg.de
-- * -- * ...-- * -- * ...-- * -- * ...-- * -- * ...-- * -- * ...-- * --
Come and see the stars! http://www.kis.uni-freiburg.de/~ps/SFB
Sternfreunde Breisgau e.V. Tel.: +49 7641 3492
____________________________________________________________ ______________
|
|
|