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
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.
>
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)
*
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
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
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
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
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:
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