Re: [Gambas-user] Settings component

2011-02-14 Thread Jussi Lahtinen
OK, I solved this. I looked these and I didn't get it... http://gambasdoc.org/help/comp/gb.settings/settings/path?v3 http://gambasdoc.org/help/comp/gb.settings/settings?v3 I tried this: Dim hS As New Settings hS.Path = Then I looked at source code. And the answer is this: Dim hS As New

[Gambas-user] Settings component

2011-02-13 Thread Jussi Lahtinen
Hi! I think I have missed something... documentation says about Settings: If you use this class statically, then the default project configuration file will be used. And path property is read only. So, how can you determine what path and file to use to store settings? Jussi

Re: [Gambas-user] Settings component

2011-02-13 Thread richard terry
On Monday 14 February 2011 09:12:24 Jussi Lahtinen wrote: Hi! I think I have missed something... documentation says about Settings: If you use this class statically, then the default project configuration file will be used. And path property is read only. So, how can you determine what