Re: [Gambas-user] Errors compiling on Ubuntu 17.04 zesty

2017-06-20 Thread PICCORO McKAY Lenz
no jit on recents systems due changes! its very frustrating the constans changes on the software world.. every day we are more like M$! why update and changes if are working? *ah of course, securyity the always working excuse!* Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com

[Gambas-user] [Gambas Bug Tracker] Bug #1113: ODBC driver problem: driver connects but does not exec query

2017-06-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1113=L21haW4- Comment #13 by PICCORO LENZ MCKAY: i think your patch are not so "ugly" due relies on the bad behaviour of the ODBC and SQL standar, i mean umm jajaja its very confusing that the ODBC paper said after a "susessfull sql ddl" return

[Gambas-user] [Gambas Bug Tracker] Bug #1113: ODBC driver problem: driver connects but does not exec query

2017-06-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1113=L21haW4- Comment #12 by zxMarce: I'm on it, already fixed, but the way I fixed it not only is not elegant, but also plain ugly. I would like to get Benoît's opinion on this as well, because the patch consists in changing a return code

Re: [Gambas-user] (Main) Form won't close - how to tell the user why

2017-06-20 Thread adamn...@gmail.com
On Tue, 20 Jun 2017 06:37:08 -0700 (MST) Charlie wrote: > adamn...@gmail.com wrote > > When they attempt to close the main form, the event loop won't terminate. > > Which is proper. However, I need to be able to tell the user to close the > > "such and such window". How can I

Re: [Gambas-user] missing wiki gridview.rows.selection

2017-06-20 Thread Tobias Boege
On Tue, 20 Jun 2017, PICCORO McKAY Lenz wrote: > NOW I HAVE ANOTHER QUUESTION, since what gambas version was implemented? in > 3.1 this are not!.. in 3.5 exist! so 3.4? 3.3? > I doubt anyone remembers this. You'll have to ask subversion. Regards, Tobi -- "There's an old saying: Don't change

Re: [Gambas-user] Errors compiling on Ubuntu 17.04 zesty

2017-06-20 Thread Gianluigi
I had immediately answered to the mail of Benoit but here [0] not appear, what am I doing wrong? Regards Gianluigi [0] http://gambas.8142.n7.nabble.com/Errors-compiling-on-Ubuntu-17-04-zesty-td59433.html 2017-06-20 17:38 GMT+02:00 Gianluigi : > A friend of ours of Italian

[Gambas-user] [Gambas Bug Tracker] Bug #1122: SQL syntax highlighter does not respect continued (multiline) strings

2017-06-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1122=L21haW4- Comment #2 by Benoît MINISINI: It should be fixed with revision #8145. Benoît MINISINI changed the state of the bug to: Fixed. -- Check out the vibrant

[Gambas-user] [Gambas Bug Tracker] Bug #1113: ODBC driver problem: driver connects but does not exec query

2017-06-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1113=L21haW4- Comment #11 by PICCORO LENZ MCKAY: hi, any progress on this? -- Check out the vibrant tech community on one of the world's most engaging tech sites,

[Gambas-user] [Gambas Bug Tracker] Bug #1121: Tabstrip color.

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

[Gambas-user] [Gambas Bug Tracker] Bug #1121: Tabstrip color.

2017-06-20 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1121=L21haW4- Comment #1 by Benoît MINISINI: This is not the TabStrip control, but the TabPanel. And this is by design, for all multi-containers made in Gambas. What is needed is a "TextColor" property that would define the foreground color of

Re: [Gambas-user] missing wiki gridview.rows.selection

2017-06-20 Thread PICCORO McKAY Lenz
you must take in consideration that i ask here due in ide that information does not how.. so i assumed the wiki page not exist.., i go directly to gridview of qt4 component and does not show that property so i assumed confirmation of not existence... so then after adamnt42 send that mail, was a

Re: [Gambas-user] old question: detect gambas version in code

2017-06-20 Thread PICCORO McKAY Lenz
er tobias.. the #If saaid that only allow string values.. how the comparison are do it? i mean i want to compare the gambas version, so its for detection of a lower rather that 3.5 : #if Version <= 3.5 print "version 3.4" #endif so i cannot see the value of the Version or how do the

Re: [Gambas-user] old question: detect gambas version in code

2017-06-20 Thread PICCORO McKAY Lenz
Excelent! thanks tobias Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-06-20 13:05 GMT-04:30 Tobias Boege : > On Tue, 20 Jun 2017, PICCORO McKAY Lenz wrote: > > i want to make a piece of software work in both gambas olders (gambas3 << > > 3.5) and gambas

Re: [Gambas-user] old question: detect gambas version in code

2017-06-20 Thread Tobias Boege
On Tue, 20 Jun 2017, PICCORO McKAY Lenz wrote: > i want to make a piece of software work in both gambas olders (gambas3 << > 3.5) and gambas newers (gambas >> 3.5.1) > > by example, the smtp has some changes depending on the version, also the > gridview too.. > > example: > > SMTP was rewriten

[Gambas-user] old question: detect gambas version in code

2017-06-20 Thread PICCORO McKAY Lenz
i want to make a piece of software work in both gambas olders (gambas3 << 3.5) and gambas newers (gambas >> 3.5.1) by example, the smtp has some changes depending on the version, also the gridview too.. example: SMTP was rewriten in 3.6 so Body are not present in 3.5

Re: [Gambas-user] Errors compiling on Ubuntu 17.04 zesty

2017-06-20 Thread Benoît Minisini via Gambas-user
Le 20/06/2017 à 17:38, Gianluigi a écrit : A friend of ours of Italian forum who has Ubuntu 17.04 zesty, compiling Gambas gets error of Impossible to find package for libsage-dev and llvm-3.5-dev. I searched on https://packages.ubuntu.com/ and concerning llvm the oldest library available in

[Gambas-user] Errors compiling on Ubuntu 17.04 zesty

2017-06-20 Thread Gianluigi
A friend of ours of Italian forum who has Ubuntu 17.04 zesty, compiling Gambas gets error of Impossible to find package for libsage-dev and llvm-3.5-dev. I searched on https://packages.ubuntu.com/ and concerning llvm the oldest library available in zesty is 3.7, while concerning libsage I get

Re: [Gambas-user] (Main) Form won't close - how to tell the user why

2017-06-20 Thread Charlie
adamn...@gmail.com wrote > When they attempt to close the main form, the event loop won't terminate. > Which is proper. However, I need to be able to tell the user to close the > "such and such window". How can I find out which process is blocking the > end of the event loop? You could try hiding

[Gambas-user] Follow up from "...row count partially incorrect"

2017-06-20 Thread adamn...@gmail.com
I was looking at this today and noticed that my offline help still showed an old version of that page. So I cleared my offline version and downloaded the help again. Now the downloaded "timestamp" file says "20160411" and the bz2 file is: -rw-rw-r-- 1 bb bb 29249535 Apr 11 2016

Re: [Gambas-user] (Main) Form won't close - how to tell the user why

2017-06-20 Thread Benoît Minisini via Gambas-user
Le 20/06/2017 à 07:44, adamn...@gmail.com a écrit : I have a main form that has a lot of ways that the user can start other processes from, some with wait and some without. When they attempt to close the main form, the event loop won't terminate. Which is proper. However, I need to be able to

Re: [Gambas-user] wiki pages related to row count partially incorrect

2017-06-20 Thread Benoît Minisini via Gambas-user
Le 20/06/2017 à 05:29, PICCORO McKAY Lenz a écrit : the gambas wiki about rows count are partially incorrect.. http://gambaswiki.org/wiki/comp/gb.db/result/count?l=en the problem its that the cursor in most drivers return a Forwad Only and due tat the count implementation couln not be... the