----- Original Message ----- From: "Adrian Lienhard" <[email protected]> To: "Pharo Development" <[email protected]> Sent: Saturday, March 14, 2009 12:48 PM Subject: Re: [Pharo-project] Setting package test
> Hi Alain, > > Nice to see you making progress! > > I've taken a quick look at the GUI and the code. Here some feedback: > > - When I change a value, why do I get a red border (for me this > indicates that the change is invalid)? The red border is what eveyone apparently still wanted for an "edited" text field (until "accepted"). If you don't like that there is a preference (old-style) showTextEditingState. > - Set to default doesn't do anything > - Dropdown lists are displayed at the wrong position on the screen > (I'm using the default theme, Watery2) > - At first I didn't recognize the slider control (glyph contrast > setting) > > - Instead of using the old change notification mechanism, you could > use Announcements > - The method #domainValues: looks a bit fishy with the isKindOf: checks > - The method #maxNameWidthForFont: can be simplified by using > #detectMax: > > A search/filter would certainly be useful. > > Cheers, > Adrian > ___________________ > http://www.adrian-lienhard.ch/ > > On Mar 14, 2009, at 01:38 , Alain Plantec wrote: > >> Hi all, >> Preference is now renamed as Setting. >> Please, can you can load these two packages and play with the >> settings. >> 'SettingTree open' open the browser. >> Examples of setting are located in the Setting-SandBox category. >> You can use <pharo> or <setting> as pragma. >> the pragma list the browser is able to recognize is now a parameter. >> (see SettingCollector class side). >> as an example, It will be possible for an application to use its own >> pragma symbol. Thus, the browser will be able to show application >> specific >> settings. >> I will add 'saving', 'saving as', choose, open, and 'filtering' >> features (by package or by setting name as available in current >> preference browser). >> If you have more ideas or needs, please let me know. >> >> Cheers >> alain >> >> <Setting-alain_plantec.1.mcz><SettingSupport-alain_plantec. >> 1.mcz><Setting >> tree.gif>_______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
