Ted wrote:
> Steve,
>
> Just tried to deploy an app with SWLinkButton(s) in and found out that
> Canvas>>setTextColor: is deprecated in DX6. This is called by
> SWLinkButton>>onPaintRequired:
>
> #setTextColor: is replaced by #forecolor:
>
> Cheers,
>
> Ted
on that same note, next line has the deprecated message #setBkMode:
which is replaced by #backgroundMode: (Ian, your IdbShell>>idbAbout:
uses that as well)
Ted