Re: [Gambas-user] [Feature Request] Offline Documentation

2012-04-18 Thread Mathias Maes
Why would you need a webserver to download files from a webserver? Just simply download them, and show them in the IDE like theyre showed now. Would be much easier. 2012/4/18 Ian Haywood > On Wed, Apr 18, 2012 at 6:33 PM, Demosthenes Koptsis > wrote: > > i try to download the docs with > > > >

Re: [Gambas-user] About Visual Studio Express

2012-03-28 Thread Mathias Maes
VB Studio Express is not bad, altough, it bugs (or at least, some time ago, it did) when working with controls that are bound to a databasecolumn. And I think the whole Net suite is too bloated. 2012/3/28 Demosthenes Koptsis > These days i started to test Visual Studio Express 2010 to compare i

Re: [Gambas-user] (no subject)

2012-03-20 Thread Mathias Maes
could sell your product to Windows users? Without porting your code? Because, if the interpreter is ported, your code would stay the same, the interpreter knows what to do with it on the Windows platform. Cheers 2012/3/20 Bruce Bruen > On Tue, 2012-03-20 at 10:03 +0100, Mathias Mae

[Gambas-user] (no subject)

2012-03-20 Thread Mathias Maes
Hello, Gambas is great, but there is one small thing why it isn't widly used. No cross-platform. Well, I know only a little bit of the inner workings of Gambas, but: I've been looking to a lot of event-driven Basic dialects, and the best one, that was most widely useable: RealBasic. Why? Just bec

Re: [Gambas-user] Prepared statements

2012-03-13 Thread Mathias Maes
en > > > If rSet.Count > 0 Then > > > rSet.MoveFirst > > > Print rSet["CLEF"], rSet["Langue"] > > > Endif > > > Endif > >

[Gambas-user] Prepared statements

2012-03-13 Thread Mathias Maes
Hello, Are there prepared statements in Gambas? It is so much safer to deal with a database with them! Thanks -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Micr