Re: [Gambas-user] Sting declared as Const are not translated

2011-08-02 Thread Emanuele Sottocorno
Fixed! Thanks -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the latest technologies. Sessions, ha

Re: [Gambas-user] TextEdit, and missing Link event

2011-08-02 Thread Charlie Reinl
Am Dienstag, den 02.08.2011, 23:34 +0200 schrieb Benoît Minisini: > > Salut, > > > > did not find in http://gambasdoc.org/help/doc/gb2togb3?v3 so I aks here, > > I move my project from gb2 to gb3. > > I used a TextEdit with very simple HTML and a href in, and the Link > > event to open it in the b

Re: [Gambas-user] TextEdit, and missing Link event

2011-08-02 Thread Benoît Minisini
> Salut, > > did not find in http://gambasdoc.org/help/doc/gb2togb3?v3 so I aks here, > I move my project from gb2 to gb3. > I used a TextEdit with very simple HTML and a href in, and the Link > event to open it in the browser. > Now gb3 TextEdit don't show my very simple HTML any more (test only)

Re: [Gambas-user] Accessing a microsoft database from gambas

2011-08-02 Thread richard terry
On Tuesday 02 August 2011 21:03:22 Caveat wrote: > LOL, I spent several days banging my head against a wall trying to get > this to work (I think you have to go through ODBC) and eventually gave > up and turned to java. There's a nice java library called jackcess for > this. > > I have made a sta

Re: [Gambas-user] Accessing a microsoft database from gambas

2011-08-02 Thread Benoît Minisini
> LOL, I spent several days banging my head against a wall trying to get > this to work (I think you have to go through ODBC) and eventually gave > up and turned to java. There's a nice java library called jackcess for > this. > Maybe that library could be translated in Gambas... -- Benoît Min

Re: [Gambas-user] long lines of code ?

2011-08-02 Thread Caveat
The exact same question came up on this mailing list just 4 days ago, weren't you paying attention? :-P 2011/7/29 Andrea Bertini : > I use g3. is there the solution to write code of a single command on > few lines? > > In vb i ca

Re: [Gambas-user] Accessing a microsoft database from gambas

2011-08-02 Thread Caveat
LOL, I spent several days banging my head against a wall trying to get this to work (I think you have to go through ODBC) and eventually gave up and turned to java. There's a nice java library called jackcess for this. I have made a start on interfacing the java code to Gambas by making a simple

Re: [Gambas-user] long lines of code ?

2011-08-02 Thread Benoît Minisini
> How can i wrap long lines in code to several shorter so all is in view in > editor window ? > I think in VB there was the possibility to use "_" at the end of line. > You can't do that, but you can break a line of code just after a comma or any binary operator. Regards, -- Benoît Minisini

[Gambas-user] Accessing a microsoft database from gambas

2011-08-02 Thread richard terry
I wondered if anyone knew if it was possible to access tables from a MSAcess7 database via gambas? Regards richard -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developer

[Gambas-user] long lines of code ?

2011-08-02 Thread wally
How can i wrap long lines in code to several shorter so all is in view in editor window ? I think in VB there was the possibility to use "_" at the end of line. -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco,