ScriptManager Deprecated in Pharo3?
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?
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 -- View this message in context: http://forum.world.st/ScriptManager-Deprecated-in-Pharo3-tp4735028p4735046.h... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
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 <b.prior@ieee.org> 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?
participants (3)
-
Bruce Prior -
Robert Shiplett -
Sean P. DeNigris