Re: [Gambas-user] Issue 447 in gambas: tab key hierarchy

2013-06-29 Thread gambas
Comment #1 on issue 447 by centurio...@gmail.com: tab key hierarchy http://code.google.com/p/gambas/issues/detail?id=447 Please forgive me, I'm not a programmer, I am self taught and free software enthusiast and I'm doing a small project for personal use, I hastened to write without doing ext

[Gambas-user] Issue 447 in gambas: tab key hierarchy

2013-06-29 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Other Arch-Any Desktop-Any GUI-Any New issue 447 by centurio...@gmail.com: tab key hierarchy http://code.google.com/p/gambas/issues/detail?id=447 Hello! Greetings from Paraguay, Congratulations to Benoit for t

Re: [Gambas-user] Question about XML

2013-06-29 Thread Adrien Prokopowicz
Le Thu, 20 Jun 2013 13:29:13 +0200, Charlie Reinl a écrit: > Salut Adrien, > > "Article :\ngreen peppers\ntinned tomatoes" > > this text saved with > > xml.Attribute("Text", "Article :\ngreen peppers\ntinned tomatoes") > where xml is a XmlWriter > > the old XMLLib sorted thet > > Text="Article

Re: [Gambas-user] Help binding to /dev/usbtmc0?

2013-06-29 Thread Randall Morgan
Sorry to jump in here but I was wondering if this could be caused the mode the usb connection is opened in? The OS is not required to send the data to usb devices at the time your program talks to the usb port. The data is often cached for some time before being sent to the usb device. There is a u

Re: [Gambas-user] Help binding to /dev/usbtmc0?

2013-06-29 Thread Tobias Boege
On Fri, 28 Jun 2013, dr.diesel wrote: > Thanks for the help. That is basically what I've done, expect all I get: > > "System error #110: Connection Timed out" > > I get the same when I cat and echo, but I get the proper response then get > the error: > > [root@dev andy]# echo *IDN?>/dev/usbtmc0

Re: [Gambas-user] Question about XML

2013-06-29 Thread Adrien Prokopowicz
Le Thu, 20 Jun 2013 13:29:13 +0200, Charlie Reinl a écrit: > Salut Adrien, > > "Article :\ngreen peppers\ntinned tomatoes" > > this text saved with > > xml.Attribute("Text", "Article :\ngreen peppers\ntinned tomatoes") > where xml is a XmlWriter > > the old XMLLib sorted thet > > Text="Article

Re: [Gambas-user] Issue 444 in gambas: Balloon location is wrong for a textbox

2013-06-29 Thread gambas
Comment #3 on issue 444 by uale...@gmail.com: Balloon location is wrong for a textbox http://code.google.com/p/gambas/issues/detail?id=444 I tried with KDE on Ubuntu 13.04 and then the Balloon is in the RIGHT place. So it is a specific desktop issue ;-( I used the following procedure to inst

Re: [Gambas-user] Issue 444 in gambas: Balloon location is wrong for a textbox

2013-06-29 Thread gambas
Updates: Status: Accepted Comment #2 on issue 444 by benoit.m...@gmail.com: Balloon location is wrong for a textbox http://code.google.com/p/gambas/issues/detail?id=444 (No comment was entered for this change.) -- You received this message because this project is configured to send al

Re: [Gambas-user] Issue 444 in gambas: Balloon location is wrong for a textbox

2013-06-29 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #1 on issue 444 by benoit.m...@gmail.com: Balloon location is wrong for a textbox http://code.google.com/p/gambas/issues/detail?id=444 Mmm... I cannot reproduce your problem. The balloon is in the right place there. But I use KDE (and so

Re: [Gambas-user] Issue 445 in gambas: Project profiling setting not saved

2013-06-29 Thread gambas
Updates: Status: Fixed Labels: -Version Version-TRUNK Comment #1 on issue 445 by benoit.m...@gmail.com: Project profiling setting not saved http://code.google.com/p/gambas/issues/detail?id=445 Thanks, fixed in revision #5714. -- You received this message because this project i

Re: [Gambas-user] Issue 446 in gambas: Select statement returns no data

2013-06-29 Thread gambas
Updates: Status: WontFix Labels: -Version Version-TRUNK Comment #3 on issue 446 by benoit.m...@gmail.com: Select statement returns no data http://code.google.com/p/gambas/issues/detail?id=446 (No comment was entered for this change.) -- You received this message because this p

Re: [Gambas-user] Issue 438 in gambas: gb.xml.rpc sometimes doesn't parse data correctly due to incompleteness of received data

2013-06-29 Thread gambas
Updates: Status: Started Labels: -Version Version-TRUNK Comment #5 on issue 438 by benoit.m...@gmail.com: gb.xml.rpc sometimes doesn't parse data correctly due to incompleteness of received data http://code.google.com/p/gambas/issues/detail?id=438 I tried to understand the minis