Re: [Gambas-user] Issue 24 in gambas: Desktop.SendKeys("[RETURN]") doesn't work

2013-08-06 Thread gambas
Comment #2 on issue 24 by victorg...@gmail.com: Desktop.SendKeys("[RETURN]") doesn't work http://code.google.com/p/gambas/issues/detail?id=24 Hello I'm Victor I would want to know if you would help me I'm starting to program with gambas3 and I'm using SendKeys and webview to get a web page

Re: [Gambas-user] SQLite3 VARYING CHARACTER(255) taken as Boolean?

2013-08-06 Thread Benoît Minisini
Le 05/08/2013 16:22, Tobias Boege a écrit : > Hi, > > we have a case at http://gambas-club.de where one uses an SQLite3 database > with some fields being of type VARYING CHARACTER(255). These are all shown > to be Booleans by Gambas code. Note that the TEXT type apparently is handled > correctly. >

Re: [Gambas-user] gb.net.curl Issues

2013-08-06 Thread Jim Provan
http.SSL.VerifyHost = False http.SSL.VerifyPeer = False http.User = "admin" http.Password = "admin1" http.Auth = Net.AuthBasic http.Async = False http.Debug = True http.Async = True http.Timeout = 60 then the Get returns * About to connect() to 10.25.52.11 port 443 (#0) *

Re: [Gambas-user] Wild cards in filter expressions

2013-08-06 Thread Charlie Reinl
Am Dienstag, den 06.08.2013, 13:56 -0400 schrieb Marty McGlensey: > Hello, > > > > I need to write a filter expression for a datasource that includes wildcard > characters (* or ?). I'd like to filter on this expression name = '*mith'. > The result should be all records with a name equal to Sm

[Gambas-user] Wild cards in filter expressions

2013-08-06 Thread Marty McGlensey
Hello, I need to write a filter expression for a datasource that includes wildcard characters (* or ?). I'd like to filter on this expression name = '*mith'. The result should be all records with a name equal to Smith. I'm using MySql as the underlying database. The usual wildcards are the * a

Re: [Gambas-user] Error (bug report request at startup) running MapView example

2013-08-06 Thread marco bra
Fixed Thanks Marco 2013/8/6 Benoît Minisini : > Le 06/08/2013 16:58, marco bra a écrit : >> Hi with gambas trunk rev. 5773 >> >> Starting MapView i get: >> >> ** Oops! Internal error! ** >> ** Symbol 'Alt' declared twice in class 'Key' >> >> ** Program aborting. Sorry! :-( >> ** Please send a bug

Re: [Gambas-user] Error (bug report request at startup) running MapView example

2013-08-06 Thread Benoît Minisini
Le 06/08/2013 16:58, marco bra a écrit : > Hi with gambas trunk rev. 5773 > > Starting MapView i get: > > ** Oops! Internal error! ** > ** Symbol 'Alt' declared twice in class 'Key' > > ** Program aborting. Sorry! :-( > ** Please send a bug report at gam...@users.sourceforge.net > > Thank you > mar

[Gambas-user] Error (bug report request at startup) running MapView example

2013-08-06 Thread marco bra
Hi with gambas trunk rev. 5773 Starting MapView i get: ** Oops! Internal error! ** ** Symbol 'Alt' declared twice in class 'Key' ** Program aborting. Sorry! :-( ** Please send a bug report at gam...@users.sourceforge.net Thank you marco -- Linux Infinite Freedom I'm writing from this place:

[Gambas-user] How to interpret the "circular references" message?

2013-08-06 Thread Tobias Boege
Hi, I have got some circular references in my project which I want to get rid of. Actually I haven't really got an idea of where the cause could lie so I wonder if there is anything useful in the message from Gambas. My questions are: What does the order of the classes signify? What are these num