[Gambas-user] integer array in struct ?

2011-10-24 Thread wally
Can i use an integer array in struct with Gambas 3 ? How to handle it ? (declaration, initilisation etc.) Public Struct axis i As Integer f As Float ia As Integer[] End Struct axis.ia.add(123) --> null object axis.ia[0] - ? thx wally --

[Gambas-user] Vertical Progress Bar?

2011-10-24 Thread Dr.Diesel
Any possible trick to flipping a progress bar to the vertical position? Thanks Andy -- View this message in context: http://old.nabble.com/Vertical-Progress-Bar--tp32713955p32713955.html Sent from the gambas-user mailing list archive at Nabble.com. ---

[Gambas-user] User timezone - could I ask a favour?

2011-10-24 Thread Bruce Bruen
Hi all, According to my web research the module below is the "best" way to obtain the user's timezone name (or "Olson name" if you prefer). This is because distros implement timezoning in different ways. It works fine for me using using the test harnesses I can devise for my (non-standard) distr

Re: [Gambas-user] Issue 128 in gambas: Gambas does not catch HttpClient events

2011-10-24 Thread gambas
Updates: Status: Fixed Comment #4 on issue 128 by benoit.m...@gmail.com: Gambas does not catch HttpClient events http://code.google.com/p/gambas/issues/detail?id=128 There was a bug that made HttpClient and FtpClient synchronous by default. It is fixed in revision #4218, and now HttpC

Re: [Gambas-user] Issue 128 in gambas: Gambas does not catch HttpClient events

2011-10-24 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #3 on issue 128 by benoit.m...@gmail.com: Gambas does not catch HttpClient events http://code.google.com/p/gambas/issues/detail?id=128 (No comment was entered for this change.) ---

Re: [Gambas-user] Issue 133 in gambas: Folding fails on empty class file

2011-10-24 Thread gambas
Updates: Status: Fixed Comment #2 on issue 133 by benoit.m...@gmail.com: Folding fails on empty class file http://code.google.com/p/gambas/issues/detail?id=133 Fixed in revision #4217. -- The demand for IT net

Re: [Gambas-user] Issue 133 in gambas: Folding fails on empty class file

2011-10-24 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 133 by benoit.m...@gmail.com: Folding fails on empty class file http://code.google.com/p/gambas/issues/detail?id=133 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 74 in gambas: printer error with gb.report and gb.qt

2011-10-24 Thread gambas
Comment #13 on issue 74 by flynetin...@gmail.com: printer error with gb.report and gb.qt http://code.google.com/p/gambas/issues/detail?id=74 The problem still persist. Attached the example modified with db Clientes Attachments: ReportExample2.zip 41.9 KB Clientes.sql 1.0 KB

[Gambas-user] Issue 134 in gambas: gb.report not work properly

2011-10-24 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 134 by flynetin...@gmail.com: gb.report not work properly http://code.google.com/p/gambas/issues/detail?id=134 1) I have an application that uses gb.report to print invoice

Re: [Gambas-user] Issue 132 in gambas: Not possible to pass more than one function pointer

2011-10-24 Thread gambas
Updates: Status: Fixed Comment #2 on issue 132 by benoit.m...@gmail.com: Not possible to pass more than one function pointer http://code.google.com/p/gambas/issues/detail?id=132 It should be fixed in revision #4212. -

Re: [Gambas-user] Issue 132 in gambas: Not possible to pass more than one function pointer

2011-10-24 Thread gambas
Comment #3 on issue 132 by benoit.m...@gmail.com: Not possible to pass more than one function pointer http://code.google.com/p/gambas/issues/detail?id=132 You were right about the cause. It should be fixed in revision #4212.

Re: [Gambas-user] Issue 132 in gambas: Not possible to pass more than one function pointer

2011-10-24 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 132 by benoit.m...@gmail.com: Not possible to pass more than one function pointer http://code.google.com/p/gambas/issues/detail?id=132 (No comment was entered for this change.) ---