On Fri, Mar 06, 2009 at 12:02:54PM +0100, Alain Plantec wrote:
Anyway, it seems very interesting and I would like to learn a bit about Magritte even it is not possible to use it for preferences. As an example, could you explain how you specify the themePreference with Magritte ? Maybe it can help us to improve our implementation.
Hehe. I've already done that twice now: http://lists.gforge.inria.fr/pipermail/pharo-project/2009-March/006202.html prefTheme <preference category: 'User Interface'> ^ MASingleOptionDescription new options: #( 'Vistary' 'Watery' 'Squeak' 'Soft Squeak' ); reference: MAStringDescription new; autoAccessor: 'theme'; label: 'Theme'; priority: 40; beSorted; yourself -- Matthew Fulmer -- http://mtfulmer.wordpress.com/