[Gambas-user] Access global variable from other .class

2012-06-13 Thread sundar j
I am trying to write a code for accepting user password in a input box/textbox when user click on button from main form. For user input i have created new form named sudo.form and codes are in sudo.class file. This sudo.class accepts user password through textbox (hidden) and store it in global

[Gambas-user] Error with XmlWriter tag in gb.xml

2012-06-13 Thread Ru Vuott
Hello Benoit, an user of Gambas-it.org Community ask me to write to you about a possible error with XmlWriter tag in gb.xml. He says that he found a problem, linked to the library gb.xml, especially with XMLWriter (but there is probably something with XMLReader). Example, he has to write an xml

Re: [Gambas-user] QtBasic = Q7Basic some interesting features

2012-06-13 Thread Demosthenes Koptsis
As i see the project so far is in baby state. First of all it is rewritten from KBasic with some new features to Q7Basic. It is cross platform for Linux, Mac, Windows and can make machine executables. It has poor documentation, yes, and i dont know the rate of growing. I mean that i saw KBasic

Re: [Gambas-user] QtBasic = Q7Basic some interesting features

2012-06-13 Thread Jussi Lahtinen
I don't see Q7Basic as very useful idea. Surely it could be good tool for aid learning C++ GUI programming, if you already know basic. But C/C++ is good only if you need speed or you are working with resource restricted systems (example embedded systems) etc, for anything else higher level languag

Re: [Gambas-user] QtBasic = Q7Basic some interesting features

2012-06-13 Thread Rolf-Werner Eilert
Am 13.06.2012 13:29, schrieb Demosthenes Koptsis: > Hello i would like to inform you about a basic language perhaps you may > already know. > > The old KBasic is now Q7Basic > http://www.q7basic.org/ > > This project has some nice features, it is an object oriented Basic > compiler which generates

[Gambas-user] [SPAM] Re: QtBasic = Q7Basic some interesting features

2012-06-13 Thread Bruce
On Wed, 2012-06-13 at 14:29 +0300, Demosthenes Koptsis wrote: > Hello i would like to inform you about a basic language perhaps you may > already know. > > The old KBasic is now Q7Basic > http://www.q7basic.org/ > > This project has some nice features, it is an object oriented Basic > compiler

[Gambas-user] QtBasic = Q7Basic some interesting features

2012-06-13 Thread Demosthenes Koptsis
Hello i would like to inform you about a basic language perhaps you may already know. The old KBasic is now Q7Basic http://www.q7basic.org/ This project has some nice features, it is an object oriented Basic compiler which generates equivalent C++ code, managing QT widgets and classes natively