<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi folks<br></div><div><br></div><div>In the Roassal3, I am working through the RSSVGAnimationExamples and several of them get bitmaps via something named Smalltalk ui....<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>icons := Smalltalk ui icons icons associations sorted: [:a :b | a key < b key].<br></div></blockquote><div><br></div><div>Another example is in   RSSVGAnimatioinExamples new  example03Boat open.<br></div><div><br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>pharo := RSBitmap new<br></div><div>form: (self iconNamed: #pharo);  <---HERE<br></div><div>yourself.<br></div></div></blockquote><div>which is a method in Object that does this:<br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>Object>>iconNamed: aSymbol<br></div><div><br></div><div>^ Smalltalk ui icons iconNamed: aSymbol<br></div></div></blockquote><div><br></div><div>Workarounds and hacks greatly appreciated.<br></div><div><br></div><div>thx</div></div><br></body></html>