Re: [Gambas-user] Signal 11 with some ByRef conditions

2009-05-17 Thread Benoît Minisini
> Hi! > > Call this function; > > Public Function Test(a1 As Object, ByRef a2 As Long, a3 As Long, a4 As > Long, a5 As Boolean, a6 As Boolean, a7 As Long, a8 As Long, a9 As > Boolean, Optional ByRef a10 As Long, Optional ByRef a11 As Long, > Optional ByRef a12 As Long, Optional ByRef a13 As Long, O

Re: [Gambas-user] drawingarea - clipping when saving to file

2009-05-17 Thread Björn Röder
Hello everyone! I found the solution for my problem. I use a Picturebox instead of a Drawingarea and synchronize it with the internal picture that I'm drawing to (as drawing device). It gives me the same functionality with only little more work. Regards, Björn Björn Röder schrieb: > Hello ever

Re: [Gambas-user] let's nominate Gambas

2009-05-17 Thread francois
Benoît Minisini a écrit : >> Stefano Palmeri a écrit : >> >>> It's time again for SourgeForge Awards. >>> >>> This year you can nominate Gambas even >>> if you don't have a SourceForge account. >>> >>> Here's the nominations page: >>> >>> http://sourceforge.net/community/cca09/nominate/ >>> >

Re: [Gambas-user] let's nominate Gambas

2009-05-17 Thread Benoît Minisini
> Stefano Palmeri a écrit : > > It's time again for SourgeForge Awards. > > > > This year you can nominate Gambas even > > if you don't have a SourceForge account. > > > > Here's the nominations page: > > > > http://sourceforge.net/community/cca09/nominate/ > > > > I nominated Gambas for "Best Too

Re: [Gambas-user] How to control the PRINT output in console application

2009-05-17 Thread KhurramM
Well Sir! I used the following: PRINT Format$(TimeVal, "-00.00"), Format$(height, "-0.00"), Format$(velocity, "-.00") Other options did not got me the result the way I wanted the allignment. C and C++ give us the option to control the position of the cursor before printing. Is there no opt

Re: [Gambas-user] How to control the PRINT output in console application

2009-05-17 Thread KhurramM
Thank u Sir! As soon as I will try this and let u know. Best Regards :-) -- View this message in context: http://www.nabble.com/How-to-control-the-PRINT-output-in-console-application-tp23576681p23582732.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] let's nominate Gambas

2009-05-17 Thread francois
Stefano Palmeri a écrit : > It's time again for SourgeForge Awards. > > This year you can nominate Gambas even > if you don't have a SourceForge account. > > Here's the nominations page: > > http://sourceforge.net/community/cca09/nominate/ > > I nominated Gambas for "Best Tool or Utility for Dev