Re: [Gambas-user] Try not catching XmlDocument Error

2014-12-05 Thread Lewis Balentine
I can not. I assume that I would have to download, build/compile and install that particular or later version. I am just a month into the land of Linux and less than half of that into Gambas. I have not advanced that far yet (still on baby steps). I worked around the problem. As of about 6 hour

Re: [Gambas-user] Try not catching XmlDocument Error

2014-12-05 Thread Adrien Prokopowicz
Le Fri, 05 Dec 2014 11:43:04 +0100, Lewis Balentine a écrit: > The problem is that the ".xml" file in question is malformed. It happens > to have some lines after the end of the root element end tag. I was > trying to add code to handle the exception however Gambas terminates > before entering

Re: [Gambas-user] gb.settings comments deleted

2014-12-05 Thread Lewis Balentine
*.conf appears to be similar to *.ini files found for decades on the the ms windows platform. I have always preferred them in that environment rather than the newfangled and nearly unmanageable windows registry. They allow one to modify the operation of a program without having to go change the

Re: [Gambas-user] Leaving Paris for the week-end...

2014-12-05 Thread Jorge Carrión
Enjoy! 2014-12-05 15:37 GMT+01:00 Benoît Minisini : > ...going to Frankfurt. So no internet until Thursday, no bug fixes! > > -- > Benoît Minisini > > > -- > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Serv

Re: [Gambas-user] Leaving Paris for the week-end...

2014-12-05 Thread Tobias Boege
On Fri, 05 Dec 2014, Beno??t Minisini wrote: > ...going to Frankfurt. So no internet until Thursday, no bug fixes! > I believe there is internet in Frankfurt, too ;-) -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk

Re: [Gambas-user] How do I remove an element of a multidimensional array

2014-12-05 Thread Tobias Boege
On Fri, 05 Dec 2014, Gian wrote: > Il 05/12/2014 13:42, Martin McGlensey ha scritto: > > Hello, > > > > > > > > I need to remove one element of a multidimensional array. The dimensions > > are [10, 4]. I want to delete, for example, all elements of array row 1. Can > > I do this? > > > > > > > > M

Re: [Gambas-user] Leaving Paris for the week-end...

2014-12-05 Thread Fabien Bodard
Bon voyage ! 2014-12-05 15:37 GMT+01:00 Benoît Minisini : > ...going to Frankfurt. So no internet until Thursday, no bug fixes! > > -- > Benoît Minisini > > -- > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT S

[Gambas-user] Leaving Paris for the week-end...

2014-12-05 Thread Benoît Minisini
...going to Frankfurt. So no internet until Thursday, no bug fixes! -- Benoît Minisini -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Da

Re: [Gambas-user] gb.settings comments deleted

2014-12-05 Thread Benoît Minisini
Le 05/12/2014 15:18, Tobias Boege a écrit : > On Fri, 05 Dec 2014, Beno?t Minisini wrote: >> Le 05/12/2014 12:07, Lewis Balentine a ?crit : >>> When settings are written back to the ".conf" file all comments/remarks >>> are stripped from the file. >>> Should not the documentation include a warning

Re: [Gambas-user] gb.settings comments deleted

2014-12-05 Thread Tobias Boege
On Fri, 05 Dec 2014, Beno?t Minisini wrote: > Le 05/12/2014 12:07, Lewis Balentine a ?crit : > > When settings are written back to the ".conf" file all comments/remarks > > are stripped from the file. > > Should not the documentation include a warning to this effect? > > Yes. > > > Better yet wou

Re: [Gambas-user] How do I remove an element of a multidimensional array

2014-12-05 Thread Gian
Il 05/12/2014 13:42, Martin McGlensey ha scritto: > Hello, > > > > I need to remove one element of a multidimensional array. The dimensions > are [10, 4]. I want to delete, for example, all elements of array row 1. Can > I do this? > > > > Marty > >

[Gambas-user] How do I remove an element of a multidimensional array

2014-12-05 Thread Martin McGlensey
Hello, I need to remove one element of a multidimensional array. The dimensions are [10, 4]. I want to delete, for example, all elements of array row 1. Can I do this? Marty -- Download BIRT iHub F-Type - The Free

Re: [Gambas-user] gb.settings comments deleted

2014-12-05 Thread Benoît Minisini
Le 05/12/2014 12:07, Lewis Balentine a écrit : > When settings are written back to the ".conf" file all comments/remarks > are stripped from the file. > Should not the documentation include a warning to this effect? Yes. > Better yet would be to keep those comments/remarks intact. It's not reall

[Gambas-user] gb.settings comments deleted

2014-12-05 Thread Lewis Balentine
When settings are written back to the ".conf" file all comments/remarks are stripped from the file. Should not the documentation include a warning to this effect? Better yet would be to keep those comments/remarks intact. example incoming: [slot] ; remark # remark ; comment Value0ne =1 ValueTwo =

[Gambas-user] Try not catching XmlDocument Error

2014-12-05 Thread Lewis Balentine
The problem is that the ".xml" file in question is malformed. It happens to have some lines after the end of the root element end tag. I was trying to add code to handle the exception however Gambas terminates before entering the "If Error" code. This behavior is consistent. Error message: ter