Re: [Pharo-project] Setting package test

2009-03-14 Thread Adrian Lienhard
My usability problem was that I didn't understood that I need to "accept" changes in text fields. Somehow I didn't make the connection to method source panes (for which I think the feedback whether a method was saved is important). Therefore, also reverting to the default value did not work

Re: [Pharo-project] Setting package test

2009-03-14 Thread Alain Plantec
Adrian Lienhard a écrit : > Hi Alain, > > Nice to see you making progress! > thank you Adrian > 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)? > no, there is no

Re: [Pharo-project] Setting package test

2009-03-14 Thread Gary Chambers
- Original Message - From: "Adrian Lienhard" To: "Pharo Development" 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

Re: [Pharo-project] Setting package test

2009-03-14 Thread Adrian Lienhard
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)? - Set to default doesn't do anything - Dropdown lists are displayed at the wron

Re: [Pharo-project] Setting package test

2009-03-14 Thread Stéphane Ducasse
sound good. I really like the idiom to have a class var on a package this is really a nice way to let the dev think that a preference is not a system global variable (aka old preference) but a local to the package references. This way we will be able to slowly arrive to have preference as a top

Re: [Pharo-project] Setting package test

2009-03-13 Thread David Mitchell
I know the Mac, Windows, and even OS/2 style prefers ellipses to indicate that command button will not immediately perform an action but will instead open a dialog box. That is, prefer Fonts... to Dialog for Fonts On Fri, Mar 13, 2009 at 7:38 PM, Alain Plantec wrote: > Hi all, > Preference is