[Gambas-user] [Gambas Bug Tracker] Bug #1107: project components unselectable if not qt4 libs complety installed

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1107=L21haW4- Comment #7 by PICCORO LENZ MCKAY: that its a better response for those guys just begin in the gambas world, so that problem happened to me and other before, but send a report or ask in mail list its very tedious.. not like a forum

Re: [Gambas-user] when i used collections on my code, gambas get hangs!

2017-05-24 Thread PICCORO McKAY Lenz
there are the piece of code and here there's no secret: Public Function getItems() As Collection Dim $items As New Collection Dim itema, itemb as String = "something" $items.Add($itema, "item1") $items.Add($itemb, "item2") $items.Add(2, "cuantos") Return $items End here the

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fernando Cabral
2017-05-24 20:31 GMT-03:00 Jussi Lahtinen : > Please post the replies to the list, so that Benoit will see them. I don't > know enough about the topic. > Sorry. I thought I had. > > > Jussi > > On Thu, May 25, 2017 at 1:46 AM, Fernando Cabral < >

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Jussi Lahtinen
Please post the replies to the list, so that Benoit will see them. I don't know enough about the topic. Jussi On Thu, May 25, 2017 at 1:46 AM, Fernando Cabral < fernandojosecab...@gmail.com> wrote: > 2017-05-24 18:54 GMT-03:00 Jussi Lahtinen : > >> Do you have

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Jussi Lahtinen
Do you have ~/.xinputrc ? I think you can just change "run_im xim" to "run_im scim", or create the file with latter line, if it doesn't exist. Then you need to log out and log in. I suggest to try this with virtual machine first or with different user. So that it is easy to change things back, if

[Gambas-user] [Gambas Bug Tracker] Bug #1106: XmlElement.GetChildrenByTagName does get parent too if tag is the same

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1106=L21haW4- Comment #3 by Daniel BLANCH BATALLER: Oh sorry. thanks! -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Gambas-user] [Gambas Bug Tracker] Bug #1106: XmlElement.GetChildrenByTagName does get parent too if tag is the same

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1106=L21haW4- Comment #2 by Benoît MINISINI: Because the bug was created twice (see bug #1107) -- Check out the vibrant tech community on one of the world's most

[Gambas-user] [Gambas Bug Tracker] Bug #1106: XmlElement.GetChildrenByTagName does get parent too if tag is the same

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1106=L21haW4- Comment #1 by Daniel BLANCH BATALLER: Invalid. Why? Thanks, Daniel -- Check out the vibrant tech community on one of the world's most engaging tech

Re: [Gambas-user] when i used collections on my code, gambas get hangs!

2017-05-24 Thread Benoît Minisini
Le 24/05/2017 à 23:11, PICCORO McKAY Lenz a écrit : > i change the odbc code for huge data to transport only two objects with a > string, and i noted that gambas before hangs sometimes... so i discovered > that when i used collections the memory management are very bad.. > > should i send a bug

Re: [Gambas-user] when i used collections on my code, gambas get hangs!

2017-05-24 Thread Jussi Lahtinen
Impossible to say anything without seeing the code, which causes the problem. Jussi On Thu, May 25, 2017 at 12:11 AM, PICCORO McKAY Lenz wrote: > i change the odbc code for huge data to transport only two objects with a > string, and i noted that gambas before hangs

[Gambas-user] [Gambas Bug Tracker] Bug #1106: XmlElement.GetChildrenByTagName does get parent too if tag is the same

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1106=L21haW4- Benoît MINISINI changed the state of the bug to: Invalid. -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Gambas-user] when i used collections on my code, gambas get hangs!

2017-05-24 Thread PICCORO McKAY Lenz
i change the odbc code for huge data to transport only two objects with a string, and i noted that gambas before hangs sometimes... so i discovered that when i used collections the memory management are very bad.. should i send a bug or where i start to see why this happened or its only happened

[Gambas-user] [Gambas Bug Tracker] Bug #1107: project components unselectable if not qt4 libs complety installed

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1107=L21haW4- Comment #6 by Benoît MINISINI: It's a bug in the widget style in use. Change the widget theme of QT4 (or QT5, depending on the library installed on your system).

[Gambas-user] [Gambas Bug Tracker] Bug #1091: MYSQL_OPT_RECONNECT option

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1091=L21haW4- Comment #6 by Benoît MINISINI: I still do not understand your English. Try to find a friend that can help you for that Anyway, the MYSQL_OPT_RECONNECT option is automatically set when you use the gb.db.mysql database driver. No

Re: [Gambas-user] gb.debug: Unable to open fifo

2017-05-24 Thread Benoît Minisini
Le 24/05/2017 à 22:43, T Lee Davidson a écrit : > On 05/23/2017 06:07 PM, Tobias Boege wrote: >> On Tue, 23 May 2017, T Lee Davidson wrote: >>> Hello folks, >>> >>> I am trying to see if gb.debug will help me diagnose why HttpClient does >>> not properly expose redirect response codes on my >>>

Re: [Gambas-user] gb.debug: Unable to open fifo

2017-05-24 Thread T Lee Davidson
On 05/23/2017 06:07 PM, Tobias Boege wrote: > On Tue, 23 May 2017, T Lee Davidson wrote: >> Hello folks, >> >> I am trying to see if gb.debug will help me diagnose why HttpClient does not >> properly expose redirect response codes on my >> system (and reportedly Tobi's system) while it does so

[Gambas-user] error in gambaswiki for connection

2017-05-24 Thread PICCORO McKAY Lenz
i have an error when consulting the docs inside the ide: Null object at line #1: Stack backtrace: Wiki._PrintPage.196 Wiki.Wiki.0 WebPage.__Render.31 WebPage.Render.56 Main.Main.685 gb / connection[] / add this happened with that code: Dim conexciones As New Connection[]

Re: [Gambas-user] odbc a way to know if a sql DDL was susessfully or not?

2017-05-24 Thread Benoît Minisini
Le 24/05/2017 à 20:30, PICCORO McKAY Lenz a écrit : > 2017-05-24 14:21 GMT-04:00 Cristiano Guadagnino : > >> PICCORO, the usual way to know if a sql statement succeeded or not is by >> checking the sqlcode. >> Negative sqlcodes indicate a problem. >> Odbc should support

Re: [Gambas-user] odbc a way to know if a sql DDL was susessfully or not?

2017-05-24 Thread PICCORO McKAY Lenz
2017-05-24 14:21 GMT-04:00 Cristiano Guadagnino : > PICCORO, the usual way to know if a sql statement succeeded or not is by > checking the sqlcode. > Negative sqlcodes indicate a problem. > Odbc should support returning sqlcodes to the caller. > Can you check if you have any

Re: [Gambas-user] odbc a way to know if a sql DDL was susessfully or not?

2017-05-24 Thread Cristiano Guadagnino
PICCORO, the usual way to know if a sql statement succeeded or not is by checking the sqlcode. Negative sqlcodes indicate a problem. Odbc should support returning sqlcodes to the caller. Can you check if you have any sqlcodes returned to you in the results? Oh and btw... What's wrong with using a

[Gambas-user] [Gambas Bug Tracker] Bug #1107: project components unselectable if not qt4 libs complety installed

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1107=L21haW4- Comment #5 by PICCORO LENZ MCKAY: umm its a problem, do you said that there's nothig to do in those cases? that the internal behaviour its correct but not the visual behaviour? i mean: how do i know as human visual normal guy, if

[Gambas-user] [Gambas Bug Tracker] Bug #1107: project components unselectable if not qt4 libs complety installed

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1107=L21haW4- Comment #4 by Tobias BOEGE: >do you see the attached image? (about if i sure) and yes pretty sure are >unselectable.. but seems you do not see the image ... I saw the image and the left part of it is *exactly* how it looked in my

Re: [Gambas-user] odbc a way to know if a sql DDL was susessfully or not?

2017-05-24 Thread PICCORO McKAY Lenz
umm any idea : how can i know if using odbc a DDL like CREATE or DROP TABLE was executed correctly without error , BUT using the result object and not a try/catch block! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-05-24 10:07 GMT-04:00 PICCORO McKAY Lenz

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fabien Bodard
can you describe your machine ? 2017-05-24 18:13 GMT+02:00 Fernando Cabral : > Glaucio wrote: >>I don't know, but, since it works in other systems than Xubuntu/Mint, I >>guess that may be some environment variable missing. > > Could be an environment variable issue.

[Gambas-user] [Gambas Bug Tracker] Bug #1108: sqlite path when used with name does not create db in the given path

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1108=L21haW4- Comment #3 by PICCORO LENZ MCKAY: Thanks for the info tobias. so this bug its then invalid.. maybe a example in gambas wiki can iluminate the non-english users!

[Gambas-user] [Gambas Bug Tracker] Bug #1107: project components unselectable if not qt4 libs complety installed

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1107=L21haW4- Comment #3 by PICCORO LENZ MCKAY: do you see the attached image? (about if i sure) and yes pretty sure are unselectable.. but seems you do not see the image ... and as i said.. maybe will be user setting, but can be a pain if i

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fernando Cabral
Glaucio wrote: >I don't know, but, since it works in other systems than Xubuntu/Mint, I >guess that may be some environment variable missing. Could be an environment variable issue. But which variable? As far as I know, I did not change anything. So, if anything changed, it was changed stealthily

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fernando Cabral
Benoît says: > I'm not sure it's a mistake in rev 8132. Fernando must check with an > older revision to see if the problem comes from it. When the problem appeared, I downgraded to the version I had on the Mint repository. I did not work. So, whatever has changed (either on the operating system

[Gambas-user] [Gambas Bug Tracker] Bug #1107: project components unselectable if not qt4 libs complety installed

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1107=L21haW4- Comment #2 by Tobias BOEGE: Are you sure that the checkboxes are read-only? For some time I had checkboxes in the IDE that looked read-only but weren't. They always displayed a check mark whether they were turned on or off. But

Re: [Gambas-user] XMLRPC-Server

2017-05-24 Thread T Lee Davidson
On 05/24/2017 04:52 AM, Hans Lehmann wrote: > > Hello Lee, >> RpcServer.Listen relies on ServerSocket which is part of the gb.net >> component. The documentation does not specify that gb.net is >> required for gb.xml.rpc, but it apparently is. > That's exactly. The missing components were added.

[Gambas-user] [Gambas Bug Tracker] Bug #1108: sqlite path when used with name does not create db in the given path

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1108=L21haW4- Comment #2 by Tobias BOEGE: You forgot to set $conexionsqli.Host = Application.Path before calling Databases.Add(). (Where did you expect the database to go without giving it a host?) Try this: Public Function getConexion() '

[Gambas-user] [Gambas Bug Tracker] Bug #1108: sqlite path when used with name does not create db in the given path

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1108=L21haW4- Comment #1 by PICCORO LENZ MCKAY: the piece of code its: Private $conexionsqli As Connection Public Function getConexion() Try Kill Application.Path & "/test" ' clean the patch firts $conexionsqli = New Connection

[Gambas-user] [Gambas Bug Tracker] Bug #1108: sqlite path when used with name does not create db in the given path

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1108=L21haW4- PICCORO LENZ MCKAY reported a new bug. Summary --- sqlite path when used with name does not create db in the given path Type : Bug Priority : High Gambas version : 3.9 Product : Database component

[Gambas-user] [Gambas Bug Tracker] Bug #1108: sqlite path when used with name does not create db in the given path

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1108=L21haW4- PICCORO LENZ MCKAY added an attachment: testforbugs-sqlitepath-notfoud-db-0.0.1.tar.gz -- Check out the vibrant tech community on one of the world's most

[Gambas-user] [Gambas Bug Tracker] Bug #1107: project components unselectable if not qt4 libs complety installed

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1107=L21haW4- Comment #1 by PICCORO LENZ MCKAY: attached and image (umm how can i display inside embebed the attached image) in the image we can see that if no /home//.config/Trolltech.conf file are present with defined valid style (and not

[Gambas-user] [Gambas Bug Tracker] Bug #1107: project components unselectable if not qt4 libs complety installed

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1107=L21haW4- PICCORO LENZ MCKAY added an attachment: gambaside-0-qtconfig-bug.png -- Check out the vibrant tech community on one of the world's most engaging tech

[Gambas-user] [Gambas Bug Tracker] Bug #1107: project components unselectable if not qt4 libs complety installed

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1107=L21haW4- PICCORO LENZ MCKAY reported a new bug. Summary --- project components unselectable if not qt4 libs complety installed Type : Bug Priority : High Gambas version : 3.9 Product : Development

Re: [Gambas-user] odbc a way to know if a sql DDL was susessfully or not?

2017-05-24 Thread PICCORO McKAY Lenz
please pardom me, i explain me better: i mean: how can i know if a DDL like CREATE or DROP TABLE was executed correctly without error , using the result object and not a try/catch block! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-05-24 9:58 GMT-04:00 Benoît Minisini

Re: [Gambas-user] odbc a way to know if a sql DDL was susessfully or not?

2017-05-24 Thread Benoît Minisini
Le 24/05/2017 à 15:47, PICCORO McKAY Lenz a écrit : > due the odbc does not provide a record count like mysql does (cos provider > may o nor offer) on every sql query.. > > how we can know if a DDL sql (i mean a select, a dropt table, or a create > table) was excecuted using the result object and

[Gambas-user] odbc a way to know if a sql DDL was susessfully or not?

2017-05-24 Thread PICCORO McKAY Lenz
due the odbc does not provide a record count like mysql does (cos provider may o nor offer) on every sql query.. how we can know if a DDL sql (i mean a select, a dropt table, or a create table) was excecuted using the result object and without a try catch method? Lenz McKAY Gerardo (PICCORO)

Re: [Gambas-user] XMLRPC-Server

2017-05-24 Thread PICCORO McKAY Lenz
2017-05-24 4:52 GMT-04:00 Hans Lehmann : > The source code for the XMLRPC client and the XMLRPC server is attached. > The project works - but unfortunately not as a web service - only locally. > Where is the error? What should I do? > great Excellent effort! The web services

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fabien Bodard
maybe a problem with the desing mode. 2017-05-24 12:50 GMT+02:00 Glaucio Araujo : > I don't know, but, since it works in other systems than Xubuntu/Mint, I > guess that may be some environment variable missing. > > With Benoit's script, for exemple, the TextEditor

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Glaucio Araujo
I don't know, but, since it works in other systems than Xubuntu/Mint, I guess that may be some environment variable missing. With Benoit's script, for exemple, the TextEditor didin't worked here, but the same component did worked just fine running in Gambas' design time test. Again, the

[Gambas-user] [Gambas Bug Tracker] Bug #1105: XmlElement.GetChildrenByTagName does get parent too if tag is the same

2017-05-24 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1105=L21haW4- Daniel BLANCH BATALLER reported a new bug. Summary --- XmlElement.GetChildrenByTagName does get parent too if tag is the same Type : Bug Priority : Medium Gambas version : 3.7 Product : XML

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Benoît Minisini
Le 24/05/2017 à 08:44, Fabien Bodard a écrit : > We need to wait for Benoit as it's a misstake on the rev 8132. > I'm not sure it's a mistake in rev 8132. Fernando must check with an older revision to see if the problem comes from it. Moreover, Glaucio says he has the problem with an older

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fernando Cabral
Dimitris wrote: > Ok.. Gambas3 run as root? Not a good idea. I realize it's a much needed > workaround but not the recommended one. I would go with what Cris suggested. Agreed that running gambas as root is not a good idea. It was only a test. Since some people thought it could be a permission

Re: [Gambas-user] XMLRPC-Server

2017-05-24 Thread Hans Lehmann
Hello Lee, RpcServer.Listen relies on ServerSocket which is part of the gb.net component. The documentation does not specify that gb.net is required for gb.xml.rpc, but it apparently is. That's exactly. The missing components were added. Thanks for the hint. The source code for the XMLRPC

Re: [Gambas-user] ​ Re: Keyboard locked -- insisting one more time

2017-05-24 Thread Fabien Bodard
We need to wait for Benoit as it's a misstake on the rev 8132. It will be done as soon as possible, but like us he have only two hands and many other things to do in his own life. After the bug correcting you will have to wait a least one day to get the update package from the daily built svn.