Thanks again Ian,
I think thats the way...
Seb
"Ian Bartholomew" <
[hidden email]> escribió en el mensaje
news:yisL7.7133$ur6.395229@wards...
> Seb,
>
> > any suggestion?
>
> I'm not quite sure which icons you mean here but if it's the #largeIcon
and
> #smallIcon aspects of your main Shell then rather than using the VC you
can
> set them programmatically -
>
> onViewOpened
> super onViewOpened.
> self view largeIcon: (Icon fromId: 'whatever.ico')
>
> The filename can actually be obtained from the registry or wherever. For
a
> deployed app the deployment method would have to be "package class based"
so
> that the shell is initialised, and it's #onViewOpened method called, every
> time the app is opened.
>
> You may also want to have a look at the FileLocator class, which could be
> another, simpler, solution - see the FileLocator class comment. Setting
> the default file locator to one of your choice (that gets it's base path
> from the registry) might work but only if the folders used by your app
have
> a regular structure.
>
> Regards
> Ian
>
>
>
>