Udo,
Excellent ... Thanks for your quick answer...It worked.
Steve
Udo Schneider wrote:
> steve geringer wrote:
>
>> Is there some setting I need to specify to get this in the togo app ?
>
> Two actually.
>
> The arrows are part of the default resource library Dolphin uses. There
> are two ways to address this:
>
> 1) Copy DolphinDR006.dll to into your exe's path
>
>
> 2) Change the resource library your app uses:
>
> YourSessionManager>>defaultResLibPath
> ^self argv first
>
> This change will tell the app to search for the icons in it's own
> executable. Luckily the arrow icons are already part of the application
> stub. So it works right out of the box.
>
>
>
> Hope this helps.
>
> CU,
>
> Udo