Re: [Gambas-user] Gambas for windows, how?

2010-05-27 Thread Doriano Blengino
Tomas Rodriguez ha scritto: > I like that solution, actually I installed already the andlinux, and > xming(andlinux installation ask me if I wanna install too), but what should > I do now? after the installation, how can I install gambas and how can I > have access to gambas since windows. >

Re: [Gambas-user] Gambas for windows, how?

2010-05-27 Thread Tomas Rodriguez
I like that solution, actually I installed already the andlinux, and xming(andlinux installation ask me if I wanna install too), but what should I do now? after the installation, how can I install gambas and how can I have access to gambas since windows. thanks for your help tomas -

Re: [Gambas-user] Structure support in Gambas 3

2010-05-27 Thread Benoît Minisini
> > Hi > > Thanks for this new amazing feature. > > I've noted that while writing code, autocompleter still isn't able to > manage/display Struct members. Is it planned to do so? Yes, even I have no idea how to do that yet. Regards, -- Benoît Minisini ---

[Gambas-user] Gambas 3 Autocompleter - Slight issue

2010-05-27 Thread EA7DFH
Hi all In Gambas2, when I accept an autocomplete suggestion, it writes the suggested code (property, methot or whatever) *plus* a trailing space to continue writing code, which is pretty handy. However Gambas3 doesn't behave the same way. Is it a bug or a feature? Not a big issue, but I prefer t

Re: [Gambas-user] Structure support in Gambas 3

2010-05-27 Thread EA7DFH
El 27/05/10 00:51, Benoît Minisini escribió: > Hi, > > I have just committed a new big internal change for Gambas 3 in revision > #2970: structure support. > > It is not 100% finished, must most of the useful parts are there. If that > crashes your program - I will be amazed if it won't :-) - y

Re: [Gambas-user] Blanks in filename and path, problems with shell

2010-05-27 Thread Jorge Carrión
Gregor: Here you have the pdf manipulator in multilingual version: Spanish and English. Please tell me if it works in English, I can't test it yet. Regards El 27 de mayo de 2010 09:52, Jorge Carrión escribió: > Gregor: > Don't waste your time trans

Re: [Gambas-user] Structure support in Gambas 3

2010-05-27 Thread Jussi Lahtinen
> Passing structures to extern functions is not correctly supported at the > moment, but it will. Nice! Does that mean objects are also passable in future? Jussi -- ___ Gamba

Re: [Gambas-user] Structure support in Gambas 3

2010-05-27 Thread Benoît Minisini
> Benoît, > What would happen if there was a case you had program A with 3.x > dependencies and Program B running 3.y dependencies? > Or are you only referring to complete Gambas 3.x and 3.y installations on > the same machine? > > Regards, > Dimitris > If you upgrade from Gambas 3.X to Gambas 3

Re: [Gambas-user] Structure support in Gambas 3

2010-05-27 Thread Dimitris Anogiatis
Benoît, What would happen if there was a case you had program A with 3.x dependencies and Program B running 3.y dependencies? Or are you only referring to complete Gambas 3.x and 3.y installations on the same machine? Regards, Dimitris 2010/5/27 Benoît Minisini > > > To define a structure, you

Re: [Gambas-user] Structure support in Gambas 3

2010-05-27 Thread Benoît Minisini
> > > > Now Fabien has just gb.report to finish, and I we will be able to release > > an alpha version of Gambas 3. :-) > > i need users test it to say me what are there needs.. Just finish what must be finished, or tell me what is needed (I can draw the missing icons). When users will test it!

Re: [Gambas-user] Structure support in Gambas 3

2010-05-27 Thread Benoît Minisini
> > To define a structure, you must declare it inside a class or a module > > that > > > > way: > > Public Struct > > As > > As > > End Struct > > This means you cannot define the struct itself at runtime like an > object, right? You must know the struct's composition of varia

Re: [Gambas-user] Re ODBC and MS SQL

2010-05-27 Thread Leonardo Miliani
Il giorno mer, 26/05/2010 alle 20.47 +0100, Franklin Solutions Limited ha scritto: > > Good evening > > > > I also tried connecting to a MS SQL server using the ODBC connection. I (...) Thank you for your reply I will contact my friend that has this problem and I will forward him your me

Re: [Gambas-user] smtp mail with gambas 2.20 sent mail body message and/or attached file not sowhon/opened by client

2010-05-27 Thread marco bra
Ok i have posted all tests to you. As you can see also Evolution ( and also Outlook) loose attached file (the file is in the message source ) but it isn't able to open attachment. When smtp class generated message have body message and attachment. Only kmail can open and read all the message parts

Re: [Gambas-user] Structure support in Gambas 3

2010-05-27 Thread Fabien Bodard
Le 27 mai 2010 00:51, Benoît Minisini a écrit : > Hi, > > I have just committed a new big internal change for Gambas 3 in revision > #2970: structure support. > > It is not 100% finished, must most of the useful parts are there. If that > crashes your program - I will be amazed if it won't :-) - y

Re: [Gambas-user] Blanks in filename and path, problems with shell

2010-05-27 Thread Jorge Carrión
Gregor: Don't waste your time translating it. I've made the translation to English yesterday. I upload it this evening to my domain and you will should download without problems. (If you want translate to german o russian I'm afraid that you have by your own...) 2010/5/26 Charlie Reinl > Am Mitt

Re: [Gambas-user] Structure support in Gambas 3

2010-05-27 Thread Rolf-Werner Eilert
> To define a structure, you must declare it inside a class or a module that > way: > > Public Struct > As > As > End Struct > This means you cannot define the struct itself at runtime like an object, right? You must know the struct's composition of variables in advan