[Gambas-user] does nothing using serial object as class property to implements

2015-11-30 Thread PICCORO McKAY Lenz
i'm trying t5o use the serial port with a class.. but when i try to write to the serial port nothing happened.. only wend data if i made all the port stuff from the form class here the code and the problems in comments: '' * Begin class serial manager Private SComm As SerialPort Publ

Re: [Gambas-user] xmlreader

2015-11-30 Thread roberto
bump Is There Anybody Out There? (PF) follow lines Mtest.module in gambas/gb.xml/src/gb.xml/.src Public Sub Main() Dim writer As New XmlWriter writer.Open("/tmp/text.xml", True) writer.Comment("commento") writer.StartElement("toto") writer.StartElement("titi") writer.Attribute("titi", "tutu\

Re: [Gambas-user] Fwd: a maths paradox......

2015-11-30 Thread Jussi Lahtinen
(a - b) is zero, and you cannot divide by zero. Also, wrong mailing list? Jussi On Mon, Nov 30, 2015 at 4:43 PM, monika wrote: > ​ > > *2 = 1 *എന്ന് തെളിയിച്ചിരിക്കുന്നു.. > > തെറ്റ് കണ്ടുപിടിക്കുക > > > prahelika.gif (535K) < > http://gambas.8142.n7.nabble.com/attachment/54608/0/praheli

[Gambas-user] Fwd: a maths paradox......

2015-11-30 Thread monika
​ *2 = 1 *എന്ന് തെളിയിച്ചിരിക്കുന്നു.. തെറ്റ് കണ്ടുപിടിക്കുക prahelika.gif (535K) -- View this message in context: http://gambas.8142.n7.nabble.com/Fwd-a-maths-paradox-tp54608.html Sent from the gambas-user mailing l

[Gambas-user] Sending a landscape PDF to printer

2015-11-30 Thread Rolf-Werner Eilert
Gambas can produce landscape A4 PDF documents. I have three PDF viewers, and they show and print these documents as landscape. No problem. Now I tried to send these PDFs to the printer from the Gambas program via Exec and lp or kprinter, but it doesn't print landscape. Commandline directly the

Re: [Gambas-user] Clicking a TreeView item by program

2015-11-30 Thread Rolf-Werner Eilert
Am 27.11.2015 12:49, schrieb Rolf-Werner Eilert: > Am 25.11.2015 18:07, schrieb Benoît Minisini: >> Le 25/11/2015 17:58, Rolf-Werner Eilert a écrit : >>> Am 25.11.2015 13:59, schrieb Benoît Minisini: Le 25/11/2015 09:07, Rolf-Werner Eilert a écrit : > In one of my older projects, there wa