Re: [Lazarus] How is XMLConfig supposed to work?

2013-11-27 Thread waldo kitty
On 11/27/2013 6:50 AM, Frederic Da Vitoria wrote: Hello, I am trying to use XmlConfig to store simple configuration data, but I can't make it create a sensible Xml file. This is not really important in my situation, as XmlConfig is able to correctly read back the strange data it wrote, but

Re: [Lazarus] How is XMLConfig supposed to work?

2013-11-27 Thread leledumbo
From http://wiki.lazarus.freepascal.org/xmlconf, looks like simply setting FileName will do. -- View this message in context: http://free-pascal-lazarus.989080.n3.nabble.com/Lazarus-How-is-XMLConfig-supposed-to-work-tp4034509p4034513.html Sent from the Free Pascal - Lazarus mailing list

Re: [Lazarus] How is XMLConfig supposed to work?

2013-11-27 Thread Sven Barth
Am 27.11.2013 16:30, schrieb Frederic Da Vitoria: 2013/11/27 leledumbo leledumbo_c...@yahoo.co.id mailto:leledumbo_c...@yahoo.co.id From http://wiki.lazarus.freepascal.org/xmlconf, looks like simply setting FileName will do. Yes, that part works. I dislike the way it works

Re: [Lazarus] How is XMLConfig supposed to work?

2013-11-27 Thread Frederic Da Vitoria
2013/11/27 waldo kitty wkitt...@windstream.net On 11/27/2013 6:50 AM, Frederic Da Vitoria wrote: Hello, I am trying to use XmlConfig to store simple configuration data, but I can't make it create a sensible Xml file. This is not really important in my situation, as XmlConfig is able to

Re: [Lazarus] How is XMLConfig supposed to work?

2013-11-27 Thread Frederic Da Vitoria
2013/11/27 Sven Barth pascaldra...@googlemail.com Am 27.11.2013 16:30, schrieb Frederic Da Vitoria: 2013/11/27 leledumbo leledumbo_c...@yahoo.co.id From http://wiki.lazarus.freepascal.org/xmlconf, looks like simply setting FileName will do. Yes, that part works. I dislike the way it

Re: [Lazarus] How is XMLConfig supposed to work?

2013-11-27 Thread Frederic Da Vitoria
2013/11/27 Frederic Da Vitoria davito...@gmail.com 2013/11/27 waldo kitty wkitt...@windstream.net On 11/27/2013 6:50 AM, Frederic Da Vitoria wrote: Hello, I am trying to use XmlConfig to store simple configuration data, but I can't make it create a sensible Xml file. This is not really

Re: [Lazarus] How is XMLConfig supposed to work?

2013-11-27 Thread Sven Barth
Am 27.11.2013 16:53, schrieb Frederic Da Vitoria: 2013/11/27 Sven Barth pascaldra...@googlemail.com mailto:pascaldra...@googlemail.com Am 27.11.2013 16:30, schrieb Frederic Da Vitoria: 2013/11/27 leledumbo leledumbo_c...@yahoo.co.id mailto:leledumbo_c...@yahoo.co.id From

Re: [Lazarus] How is XMLConfig supposed to work?

2013-11-27 Thread Frederic Da Vitoria
2013/11/27 leledumbo leledumbo_c...@yahoo.co.id From http://wiki.lazarus.freepascal.org/xmlconf, looks like simply setting FileName will do. Yes, that part works. I dislike the way it works (Implicit saving does not seem very Pascal-ish to me), but it does save a file. My issues are rather

Re: [Lazarus] How is XMLConfig supposed to work?

2013-11-27 Thread Mattias Gaertner
On Wed, 27 Nov 2013 16:54:45 +0100 Frederic Da Vitoria davito...@gmail.com wrote: 2013/11/27 Frederic Da Vitoria davito...@gmail.com 2013/11/27 waldo kitty wkitt...@windstream.net On 11/27/2013 6:50 AM, Frederic Da Vitoria wrote: Hello, I am trying to use XmlConfig to store