Re: [Gambas-user] New features on the wiki

2014-11-09 Thread Tobias Boege
On Sun, 09 Nov 2014, Beno??t Minisini wrote: > Le 09/11/2014 14:58, Fabien Bodard a ??crit : > > Well i must be carefull now in my code comments ... >. > /|\ >| > / > / > Firefox has an

Re: [Gambas-user] What "Cannot read information about table mi_table_name" means?

2014-11-09 Thread Jorge Carrión
Perfect Benoit. Thank your very much... again. Regards. 2014-11-09 15:40 GMT+01:00 Benoît Minisini : > Le 09/11/2014 14:48, Jorge Carrión a écrit : > > Until I've tested, all works fine. Just a question: Is the > > "myconnection.Exec("insert into table" sentence updated too? > > Otherwise i'll

Re: [Gambas-user] Issue 577 in gambas: Cannot set table name of datasource

2014-11-09 Thread gambas
Updates: Status: Fixed Comment #2 on issue 577 by benoit.m...@gmail.com: Cannot set table name of datasource https://code.google.com/p/gambas/issues/detail?id=577 Fixed in revision #6616. It will be backported to Gambas 3.6.2. -- You received this message because this project is confi

Re: [Gambas-user] Issue 577 in gambas: Cannot set table name of datasource

2014-11-09 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.6.0 Comment #1 on issue 577 by benoit.m...@gmail.com: Cannot set table name of datasource https://code.google.com/p/gambas/issues/detail?id=577 (No comment was entered for this change.) -- You received this message because t

Re: [Gambas-user] New features on the wiki

2014-11-09 Thread Fabien Bodard
Well i must be careful now in my code comments ... yes I saw that chromium was one too. 2014-11-09 15:41 GMT+01:00 Benoît Minisini : > Le 09/11/2014 14:58, Fabien Bodard a écrit : >> Well i must be carefull now in my code comments ... >. > /|\

Re: [Gambas-user] New features on the wiki

2014-11-09 Thread Benoît Minisini
Le 09/11/2014 14:58, Fabien Bodard a écrit : > Well i must be carefull now in my code comments ... . /|\ | / / Firefox has an english dictionnary. :-) -- Benoît Minisini ---

Re: [Gambas-user] What "Cannot read information about table mi_table_name" means?

2014-11-09 Thread Benoît Minisini
Le 09/11/2014 14:48, Jorge Carrión a écrit : > Until I've tested, all works fine. Just a question: Is the > "myconnection.Exec("insert into table" sentence updated too? > Otherwise i'll change all my insert into sentences to .Create (some of they > ar very complex... :-( > > Regards > The automat

Re: [Gambas-user] New features on the wiki

2014-11-09 Thread Fabien Bodard
Well i must be carefull now in my code comments ... 2014-11-09 13:26 GMT+01:00 Benoît Minisini : > Hi, > > I added "automatic documentation from source files" in the wiki. If a > class, a property, an event, a constant or a method has an help comment > in its source code, it will be used to make a

Re: [Gambas-user] What "Cannot read information about table mi_table_name" means?

2014-11-09 Thread Jorge Carrión
Until I've tested, all works fine. Just a question: Is the "myconnection.Exec("insert into table" sentence updated too? Otherwise i'll change all my insert into sentences to .Create (some of they ar very complex... :-( Regards 2014-11-08 21:44 GMT+01:00 Jorge Carrión : > Of course, I agree! :-D

[Gambas-user] New features on the wiki

2014-11-09 Thread Benoît Minisini
Hi, I added "automatic documentation from source files" in the wiki. If a class, a property, an event, a constant or a method has an help comment in its source code, it will be used to make a default documentation page automatically. Another change: in editing mode, images become links to thei

Re: [Gambas-user] Problems compiling Gambas 3.6.1

2014-11-09 Thread Benoît Minisini
Le 08/11/2014 10:19, CJ a écrit : > >> It is fixed in trunk! I was just asking to backloport it so >> it is released with Gambas 3.6.2 > > Thanks! Will give it a go when 3.6.2 is officially released. > > /CJ > It will be backported. -- Benoît Minisini ---

Re: [Gambas-user] Wrong link in Gambaswiki Dbus section

2014-11-09 Thread Benoît Minisini
Le 07/11/2014 02:20, Dimitris Anogiatis a écrit : > Hey guys, > > I was looking for information on the gb.dbus component and going through > the session section > I noticed that the session link was pointing to the gb.web component > instead of the gb.dbus. > > Attached is a screenshot I took:[imag

Re: [Gambas-user] Resolve error compiling Gambas 3.6.x . gb.pdf -> File: PDFDoc.h not found

2014-11-09 Thread Benoît Minisini
Le 09/11/2014 07:02, ePost a écrit : > Hello Gambas users, > > How to resolve error compiling Gambas 3.6.x . gb.pdf -> File: PDFDoc.h not > found. > > Just install package: libpoppler-private-dev. > This package is only included if compiling Gambas 3 (version <= 3.4.2) > Please add this package to

[Gambas-user] Issue 577 in gambas: Cannot set table name of datasource

2014-11-09 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 577 by cyberjun...@gmail.com: Cannot set table name of datasource https://code.google.com/p/gambas/issues/detail?id=577 __