SWLinkButton forDX6

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Ted
Reply | Threaded
Open this post in threaded view
|

SWLinkButton forDX6

Ted
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


Ted
Reply | Threaded
Open this post in threaded view
|

Re: SWLinkButton forDX6

Ted
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


Reply | Threaded
Open this post in threaded view
|

Re: SWLinkButton forDX6

Ian Bartholomew-21
Ted,

> (Ian, your IdbShell>>idbAbout: uses that as well)

It's already been changed in my working copy, but thanks for the report.

--
Ian

Use the Reply-To address to contact me (limited validity).
Mail sent to the From address is ignored.