[Gambas-user] MyObject.Property vs MyObject.Variable

2011-06-19 Thread Demosthenes Koptsis
Hi list, i study the objects these days and i saw that we can declare PUBLIC VARS in a class and also PROPERTIES. So we can have code like PUBLIC X AS Integer cThing.X or PROPERTY X AS Integer cThing.X - I understand that a property is shown at Properties List in IDE and a Vars not. - Proper

Re: [Gambas-user] Gambas Calculator

2011-06-19 Thread Jussi Lahtinen
"Problem solved." Default value for variable a is "0,5" which returns NULL with Val(). ? "*" & val("0,5") & "*" ** While "0.5" gives answer as expected. ? "*" & val("0.5") & "*" *0.5* Gambas 3 rev 3888 @ Ubuntu 11.04 64bit Jussi On Sun, Jun 5, 2011 at 23:36, Jussi Lahtinen wrote: > Resu

Re: [Gambas-user] q: about Printer.Resolution

2011-06-19 Thread Charlie Reinl
Am Sonntag, den 19.06.2011, 00:53 +0200 schrieb BenoƮt Minisini: > > Salut, > > > > what is wrong on my box? > > gambas2 : Printer.Resolution = 600 > > gambas3 : Printer.Resolution = 1200 > > > > the printer behind HP OfficeJet 6210 > > > > Any explication! > > The Qt4 printing system is more c