Change list background color in Pharo with Spec
2014-05-30 14:24 GMT+02:00 Esteban Lorenzano <estebanlm@gmail.com>:
http://stackoverflow.com/questions/23944704/change-list-background-color-in-...
How about this: ListModel new items: (1 to: 10); backgroundColorBlock: [ :item :index |Color red ]; openWithSpec. (I am not registered at stackoverlfow, please forward).
Nicolai Hess wrote
(I am not registered at stackoverlfow, please forward).
Done. ----- Cheers, Sean -- View this message in context: http://forum.world.st/Change-list-background-color-in-Pharo-with-Spec-tp4760... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Thank you! 2014-05-30 17:15 GMT+02:00 Sean P. DeNigris <sean@clipperadams.com>:
Nicolai Hess wrote
(I am not registered at stackoverlfow, please forward).
Done.
----- Cheers, Sean -- View this message in context: http://forum.world.st/Change-list-background-color-in-Pharo-with-Spec-tp4760... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
participants (3)
-
Esteban Lorenzano -
Nicolai Hess -
Sean P. DeNigris