ScriptManager Deprecated in Pharo3?

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

ScriptManager Deprecated in Pharo3?

bprior
I tried to load my ScriptManager package from SmalltalkHub into a new Paro3 image. I got this error:

"The method UITheme>>smallLeftFlushIcon has been deprecated.
You need to use Smalltalk ui icons"

How do I find/use Smalltalk ui icons?

Reply | Threaded
Open this post in threaded view
|

Re: ScriptManager Deprecated in Pharo3?

Sean P. DeNigris
Administrator
bprior wrote
How do I find/use Smalltalk ui icons?
Change the offending method in the debugger from "[receiver] smallLeftFlushIcon" to  "Smalltalk ui icons smallLeftFlushIcon"
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: ScriptManager Deprecated in Pharo3?

LogiqueWerks
In reply to this post by bprior
Bruce

Hope you won't be discouraged from posting to this user mail list, regardless.  :-)

Maybe add a post to the "tips" mail list regarding Thorsten B. advice on ui icons ?

best regards

robert
a Pharo user



On 7 January 2014 18:00, Bruce Prior <[hidden email]> wrote:
I tried to load my ScriptManager package from SmalltalkHub into a new Paro3 image. I got this error:

"The method UITheme>>smallLeftFlushIcon has been deprecated.
You need to use Smalltalk ui icons"

How do I find/use Smalltalk ui icons?