Re: [Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Laura Risani
Mmmm, the second option takes for me a while to open, i'll try using the first option adding an argument to the pragma. On Wed, Apr 8, 2015 at 7:25 PM, Laura Risani wrote: > Hi Alain , hi Nicolai, thank you for your answers. > In fact what i need is to parametrically show all settings i defined

Re: [Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Laura Risani
Hi Alain , hi Nicolai, thank you for your answers. In fact what i need is to parametrically show all settings i defined on a package, so i'll do the second. On Wed, Apr 8, 2015 at 6:23 PM, Nicolai Hess wrote: > > > 2015-04-08 18:34 GMT+02:00 Laura Risani : > >> Hi all, >> >> Say that i wanted t

Re: [Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Nicolai Hess
2015-04-08 18:34 GMT+02:00 Laura Risani : > Hi all, > > Say that i wanted to open a SettingBrowser showing only the settings > defined by 'SystemSystemSettings class >> systemSettingOn:' . How could i > do that? > > There is a method 'SettingBrowser >> browse:' . Based on it's comment i > tried ad

Re: [Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Alain Plantec via Pharo-users
--- Begin Message --- > Le 8 avr. 2015 à 18:34, Laura Risani a écrit : > > Hi all, > > Say that i wanted to open a SettingBrowser showing only the settings defined > by 'SystemSystemSettings class >> systemSettingOn:' . How could i do that? > > There is a method 'SettingBrowser >> browse:' .

[Pharo-users] Opening SettingBrowser on custom settings

2015-04-08 Thread Laura Risani
Hi all, Say that i wanted to open a SettingBrowser showing only the settings defined by 'SystemSystemSettings class >> systemSettingOn:' . How could i do that? There is a method 'SettingBrowser >> browse:' . Based on it's comment i tried adding to systemSettingOn: the pragma , and then sending '