[ANN]: IconBrowser (toy)
To play with spec, and also because I needed it, I made a little browser that lists all the icons for the current UITheme and the name (the getter unCamelCased) "Load Spec if needed" Gofer new url: 'http://ss3.gemstone.com/ss/Spec'; package: 'ConfigurationOfSpec'; load. Gofer it squeaksource3: 'SpdPlayground'; package: 'IconBrowser'; load. You can open it via the world menu under "Tools" Here (on Nabble) is a screenshot: http://forum.world.st/file/n4639955/Screen_Shot_2012-07-14_at_12.01.44_AM.pn... Cheers, Sean -- View this message in context: http://forum.world.st/ANN-IconBrowser-toy-tp4639955.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
Excellent. Sean, can you see all those methods (icons) that DO NOT have senders? because I guess there are A LOT that I haven't seen since a loooong time ;) On Sat, Jul 14, 2012 at 6:03 AM, Sean P. DeNigris <sean@clipperadams.com>wrote:
To play with spec, and also because I needed it, I made a little browser that lists all the icons for the current UITheme and the name (the getter unCamelCased)
"Load Spec if needed" Gofer new url: 'http://ss3.gemstone.com/ss/Spec'; package: 'ConfigurationOfSpec'; load.
Gofer it squeaksource3: 'SpdPlayground'; package: 'IconBrowser'; load.
You can open it via the world menu under "Tools"
Here (on Nabble) is a screenshot:
http://forum.world.st/file/n4639955/Screen_Shot_2012-07-14_at_12.01.44_AM.pn...
Cheers, Sean
-- View this message in context: http://forum.world.st/ANN-IconBrowser-toy-tp4639955.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- Mariano http://marianopeck.wordpress.com
Loaded it in my 1.4 Got: This package depends on the following classes: ComposableModel You must resolve these dependencies before you will be able to load these definitions: IconBrowser menuCommandOn: open spec title catalogModel icons initializeWidgets Select Proceed to continue, or close this window to cancel the operation. Did you did that on a 2.0? 2012/7/14 Mariano Martinez Peck <marianopeck@gmail.com>
Excellent. Sean, can you see all those methods (icons) that DO NOT have senders? because I guess there are A LOT that I haven't seen since a loooong time ;)
On Sat, Jul 14, 2012 at 6:03 AM, Sean P. DeNigris <sean@clipperadams.com>wrote:
To play with spec, and also because I needed it, I made a little browser that lists all the icons for the current UITheme and the name (the getter unCamelCased)
"Load Spec if needed" Gofer new url: 'http://ss3.gemstone.com/ss/Spec'; package: 'ConfigurationOfSpec'; load.
Gofer it squeaksource3: 'SpdPlayground'; package: 'IconBrowser'; load.
You can open it via the world menu under "Tools"
Here (on Nabble) is a screenshot:
http://forum.world.st/file/n4639955/Screen_Shot_2012-07-14_at_12.01.44_AM.pn...
Cheers, Sean
-- View this message in context: http://forum.world.st/ANN-IconBrowser-toy-tp4639955.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- Mariano http://marianopeck.wordpress.com
Works better like this: "Load Spec if needed" Gofer new url: 'http://ss3.gemstone.com/ss/Spec'; package: 'ConfigurationOfSpec'; load. (ConfigurationOfSpec project version: #stable) load. Gofer it squeaksource3: 'SpdPlayground'; package: 'IconBrowser'; load. 2012/7/14 Mariano Martinez Peck <marianopeck@gmail.com>
Excellent. Sean, can you see all those methods (icons) that DO NOT have senders? because I guess there are A LOT that I haven't seen since a loooong time ;)
On Sat, Jul 14, 2012 at 6:03 AM, Sean P. DeNigris <sean@clipperadams.com>wrote:
To play with spec, and also because I needed it, I made a little browser that lists all the icons for the current UITheme and the name (the getter unCamelCased)
"Load Spec if needed" Gofer new url: 'http://ss3.gemstone.com/ss/Spec'; package: 'ConfigurationOfSpec'; load.
Gofer it squeaksource3: 'SpdPlayground'; package: 'IconBrowser'; load.
You can open it via the world menu under "Tools"
Here (on Nabble) is a screenshot:
http://forum.world.st/file/n4639955/Screen_Shot_2012-07-14_at_12.01.44_AM.pn...
Cheers, Sean
-- View this message in context: http://forum.world.st/ANN-IconBrowser-toy-tp4639955.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
-- Mariano http://marianopeck.wordpress.com
-- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil@highoctane.be| Web: http://philippeback.eu | Blog: http://philippeback.be High Octane SPRL rue cour Boisacq 101 1301 Bierges Belgium
philippeback wrote
Works better like this...
Thanks, Philippe! -- View this message in context: http://forum.world.st/ANN-IconBrowser-toy-tp4639955p4640007.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
participants (3)
-
Mariano Martinez Peck -
phil@highoctane.be -
Sean P. DeNigris