[squeak-dev] How to change icons in the docking bar of Squeak 3.9?

Luis Valente is.valente at gmail.com
Tue Nov 18 15:36:51 UTC 2008


Hi, Ian
Thank you for your help.
It's working as I need.

Luis


2008/11/17 Ian Trudel <ian.trudel at gmail.com>

> Hello, Luis!
>
> It should be possible to load customized icons without programming.
> TheWorldMainDockingBar loads icons from MenuIcons class, which has
> import and export features. I haven't tried import features yet but
> here what it probably looks like.
>
> You would have to name all your files according to what you will find
> (using a class browser) in the class side of MenuIcons, protocol
> "private - icons" (and maybe in one or two other protocols). Any
> methods ending by "icon" are your filename. (e.g.
> configurationIcon.gif, confirmIcon.gif, etc.).
>
> Once you have every files (gif format) into your Squeak's root
> directory, you should "do it" on the following:
>
> MenuIcons importAllIcons; initialize.
>
> And there you should see your icons in your world dock bar. Reload the
> bar if you don't see them.
>
> Regards,
> Ian
>
> 2008/11/17 Luis Valente <is.valente at gmail.com>:
> >
> > Hi,
> > I'm interested in some customization of the Squeak docking bar (Squeak
> 3.9).
> > I'm not a programmer so I'm asking for the easiest way to change these
> icons
> > in the docking bar. it is possible? It is legally acceptable? I plan to
> give
> > publicly available the customized version.
> >
> > --
> > All the best,
> > Luis Valente
> >
> >
> >
> >
>
>


-- 
All the best,
Luís Valente
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20081118/ee14bcca/attachment.htm


More information about the Squeak-dev mailing list