Re: [Gambas-user] Editing still blocked

2017-05-17 Thread Benoît Minisini
Le 17/05/2017 à 22:30, Fabien Bodard a écrit : > So the problem come from the drawingarea. > I have changed something related to events in revision #8132, so it must me that. But everything works correctly on my system... I will investigate, but not before next week. Regards, -- Benoît Mini

Re: [Gambas-user] result from select can be movefirts from ODBC?

2017-05-17 Thread Tobias Boege
On Thu, 18 May 2017, Cristiano Guadagnino wrote: > If your complaint is due to the fact that the only native implementation > for Gambas is the Mysql one, you have to understand that Mysql (usually in > the form of MariaDB) is available on all linux distributions and it is > free. > One other free

Re: [Gambas-user] result from select can be movefirts from ODBC?

2017-05-17 Thread Cristiano Guadagnino
Hi PICCORO, I am a professional DBA working daily with IBM DB/2, Microsoft SQL Server, Mysql. First of all, let me tell you that a big effort is needed to read you messages, because of your poor english and your writing style. I'm sorry if I'm a bit blunt, but please... a little effort from you wo

Re: [Gambas-user] Editing still blocked

2017-05-17 Thread Fabien Bodard
So the problem come from the drawingarea. 2017-05-17 20:18 GMT+02:00 William Cabrera : > I've tried with this project, I can write in TextBox1 and in TextArea1 but > not in TextEditor1 > > > -- > William Cabrera > https://blog.willicab.com.ve > > 2017-05-17 13:48 GMT-04:00 William Cabrera : >

Re: [Gambas-user] Editing still blocked

2017-05-17 Thread William Cabrera
I've tried with this project, I can write in TextBox1 and in TextArea1 but not in TextEditor1 -- William Cabrera https://blog.willicab.com.ve 2017-05-17 13:48 GMT-04:00 William Cabrera : > Hi, i have the same problem, the code editor does not work, although I > can use the key combination C

Re: [Gambas-user] Editing still blocked

2017-05-17 Thread William Cabrera
Hi, i have the same problem, the code editor does not work, although I can use the key combination Ctrl+C, Ctrl+X and Ctrl+V, for example. I'm using the svn version, I have recompiled, I deleted the conf folder but the problem persists [System] Gambas=3.9.90 r8134 OperatingSystem=Linux Kernel=4.9

Re: [Gambas-user] result from select can be movefirts from ODBC?

2017-05-17 Thread PICCORO McKAY Lenz
tobias, i answered few seconds, yeah the if was in wrong place.. thanks for the corrections.. and u dont know that ODBC module in gambas does not implement or have same behaviour of the others like sqlite or mysql.. count does not retunrs nothing, max neither so i must implement my own count.. s

Re: [Gambas-user] result from select can be movefirts from ODBC?

2017-05-17 Thread Tobias Boege
On Wed, 17 May 2017, PICCORO McKAY Lenz wrote: > i try to filla gridview at demand, so due ODBC limitations i cannot count > so inside my bean-like object i count and tehen return properties.. > > the problem goes when i try to move to the fitrs record, i implement the > code in wrong way? : > >

Re: [Gambas-user] result from select can be movefirts from ODBC?

2017-05-17 Thread PICCORO McKAY Lenz
sorry was bad implementation, fixed code: resulhowmany = resulhowmany + 1 If resulobj.MoveNext() Then Break Endif documentation said that when no records are available retuns true.. very confused but well.. Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-0

[Gambas-user] result from select can be movefirts from ODBC?

2017-05-17 Thread PICCORO McKAY Lenz
i try to filla gridview at demand, so due ODBC limitations i cannot count so inside my bean-like object i count and tehen return properties.. the problem goes when i try to move to the fitrs record, i implement the code in wrong way? : Try resulobj = $conexionodbc.Exec(exisqueryrequest) While

Re: [Gambas-user] why not a forum event a complicates instruction on list and mail list

2017-05-17 Thread T Lee Davidson
Hello Tyrone, There is no forum. It is just a mailing list. You use it by posting a message to the mailing list address: gambas-user@lists.sourceforge.net And, you can see previous messages sent to the list by visiting: https://sourceforge.net/p/gambas/mailman/gambas-user/ On 05/16/2017 05:11

Re: [Gambas-user] How to use gb.map ".AddPolyLine( )" method ?

2017-05-17 Thread ingo
Hi Fabien, thankx for the answer and the very fast implementation. I found a workaround in the meantime. Using the draw event of the MapView let me draw lines with Paint. But I will check the new gb.map class. Salut Ingo -- View this message in context: http://gambas.8142.n7.nabble.com/How-t