Re: [Gambas-user] R: Key events don't work on gb.gtk

2014-08-15 Thread Jorge Carrión
The only thing I've changed is the qt defult theme... Maybe that's involved in it but I think I've saw that Jesus has the same theme than me... Realy don't know. Regards 2014-08-16 3:53 GMT+02:00 Ian : > I have the same version of Linux as Jorge (Linux Mint 17) and key events > don't work for

Re: [Gambas-user] R: Key events don't work on gb.gtk

2014-08-15 Thread Ian
I have the same version of Linux as Jorge (Linux Mint 17) and key events don't work for me. ? Is there some other tertiary factor involved here? Cheers, Ian Roper. On 15/08/14 19:47, Jorge Carrión wrote: > Jesus: > In my computer works fine with both libraries qt and gtk. with LinuxMint 17. > >

Re: [Gambas-user] Sqlite3 Driver changed?

2014-08-15 Thread Jorge Carrión
Tobi, Thanks for the interest you show. I used the gambas database objects long time ago for that things... but -I don't know why- they are slowest than hell. Most of all in Mysql but in sqlite too... The pragma solution works well (like the Show columns from Table in MySql), very well until... I d

[Gambas-user] WebFrame gives Sigbart 6

2014-08-15 Thread epost
Attached project fails with Sigbart 6 when clicking 'Find Images' more than once. (Clicking it once and then closing the app gives a Sigbart 11 instead...) *** Error in `WebFrame': double free or corruption (out): 0x01879910 *** === Backtrace: = /usr/lib/libc.so.6(+0x73f8

Re: [Gambas-user] Key events don't work on gb.gtk

2014-08-15 Thread Emanuele Sottocorno
Il 15/08/2014 10:13, Jesus ha scritto: > Hi everyone > > I just realized that key events don't work on gb.gtk. > > Could you please give it a test and confirm it as a bug? > > Little test program attached. > > Regards > > > --

Re: [Gambas-user] Sqlite3 Driver changed?

2014-08-15 Thread Tobias Boege
On Fri, 15 Aug 2014, Jorge Carri??n wrote: > Tobi: > You're right. Excuse me. > I'm using the 3.5.4 version of the stable repository of nemh (now > deprecated, I think...). > Attached a little proyect showing what I mean. > I've testing the database with SqliteMan application and respond ok to the

Re: [Gambas-user] Sqlite3 Driver changed?

2014-08-15 Thread PICCORO McKAY Lenz
From: Tobias Boege > > On Fri, 15 Aug 2014, Jorge Carri??n wrote: > > Since a lot of time I've been using this code with Sqlite3 databases in > > order to identify the keys and other information about Sqlite3 tables. > > > > dim rs as result > > > > rs = rsDatos.Connection.exec("PRAGMA table_info(

Re: [Gambas-user] R: Key events don't work on gb.gtk

2014-08-15 Thread Jesus
El 15/08/14 a las #4, Jorge Carrión escribió: > Jesus: > In my computer works fine with both libraries qt and gtk. with LinuxMint 17. > > [System] > Gambas=3.5.4 > OperatingSystem=Linux > Kernel=3.13.0-24-generic > Architecture=x86_64 > Distribution=Linux Mint 17 Qiana > Desktop=GNOME > Theme=QClea

Re: [Gambas-user] R: Key events don't work on gb.gtk

2014-08-15 Thread Jorge Carrión
Jesus: In my computer works fine with both libraries qt and gtk. with LinuxMint 17. [System] Gambas=3.5.4 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17 Qiana Desktop=GNOME Theme=QCleanlooks Language=es_ES.UTF-8 Memory=7968M [Libraries] Cairo=libcairo

Re: [Gambas-user] Sqlite3 Driver changed?

2014-08-15 Thread Jorge Carrión
Tobi: You're right. Excuse me. I'm using the 3.5.4 version of the stable repository of nemh (now deprecated, I think...). Attached a little proyect showing what I mean. I've testing the database with SqliteMan application and respond ok to the copy-paste pragma instruction. Thanks 2014-08-15 12:

[Gambas-user] R: Key events don't work on gb.gtk

2014-08-15 Thread Ru Vuott
Hello Jesus, I tested it, and I confirm the problem: key events don't work on gb.gtk, nor gb.gtk3. My system: [System] Gambas=3.5.90 OperatingSystem=Linux Kernel=3.13.0-24-generic Architecture=x86_64 Distribution=Linux Mint 17 Qiana Desktop=GNOME Theme=QCleanlooks Language=it_IT.UTF-8 Memory=395

Re: [Gambas-user] Sqlite3 Driver changed?

2014-08-15 Thread Tobias Boege
On Fri, 15 Aug 2014, Jorge Carri??n wrote: > Since a lot of time I've been using this code with Sqlite3 databases in > order to identify the keys and other information about Sqlite3 tables. > > dim rs as result > > rs = rsDatos.Connection.exec("PRAGMA table_info(`" & tabla & "`)") > > > It have

Re: [Gambas-user] Key events don't work on gb.gtk

2014-08-15 Thread Gian
In my Gambas 3.5.90 on Ubuntu 14.04 LTS your test works well with gb.gtk, gb.gtk3, gb.gui. Ciao gianluigi -- View this message in context: http://gambas.8142.n7.nabble.com/Key-events-don-t-work-on-gb-gtk-tp47726p47729.html Sent from the gambas-user mailing list archive at Nabble.com. -

[Gambas-user] Sqlite3 Driver changed?

2014-08-15 Thread Jorge Carrión
Since a lot of time I've been using this code with Sqlite3 databases in order to identify the keys and other information about Sqlite3 tables. dim rs as result rs = rsDatos.Connection.exec("PRAGMA table_info(`" & tabla & "`)") It have been working right from several years. Now It returns a not

Re: [Gambas-user] Key events don't work on gb.gtk

2014-08-15 Thread Jesus
El 15/08/2014 10:13, Jesus escribió: > Hi everyone > > I just realized that key events don't work on gb.gtk. > > Could you please give it a test and confirm it as a bug? > > Little test program attached. > > Regards > Sorry, forgot to mention I'm using latest developmente version from gambas-team

[Gambas-user] Key events don't work on gb.gtk

2014-08-15 Thread Jesus
Hi everyone I just realized that key events don't work on gb.gtk. Could you please give it a test and confirm it as a bug? Little test program attached. Regards -- Jesus Guardon TestKeyEvents.tar.gz Description: application/gzip ---