[Gambas-user] Brazilian help

2011-05-24 Thread Hamilton Geminiano Andrioli Junior
I'm looking for brazilians in this list. Please contact me. I really need your help. -- Hamilton Geminiano Andrioli Junior -- vRanger cuts backup time in half-while increasing security. With the market-leading solution

Re: [Gambas-user] gb3: sorting an array-like structure

2011-05-24 Thread Matti
Hi Kevin, this sorting problem is (at least to me) still unsolved. I gave up and used a lousy workaround, reading the 2-dim array into a 1-dim string array like "field1/field2", then sorting this and reading the fields backward again. See Examples/Image/Lighttable, the sorting subs. Works ok wit

Re: [Gambas-user] gb3: sorting an array-like structure

2011-05-24 Thread Benoît Minisini
> Not sure, but I think Benoit means special method "_compare" which is used > (if exist) to sort objects. > http://gambasdoc.org/help/lang/special/compare?view > http://gambasdoc.org/help/comp/gb/object%5B%5D/sort?v3 > > Jussi > Yep, sorry, I meant that. -- Benoît Minisini --

Re: [Gambas-user] gb3: sorting an array-like structure

2011-05-24 Thread Jussi Lahtinen
Not sure, but I think Benoit means special method "_compare" which is used (if exist) to sort objects. http://gambasdoc.org/help/lang/special/compare?view http://gambasdoc.org/help/comp/gb/object%5B%5D/sort?v3 Jussi On Tue, May 24, 2011 at 05:22, Kevin Fishburne < kevinfishbu...@eightvirtues.co

Re: [Gambas-user] more trigonometry fun (not)

2011-05-24 Thread Doriano Blengino
Kevin Fishburne ha scritto: > On 05/24/2011 12:57 AM, Bruce Bruen wrote: > > I need to know the (x, y) offset of a point at a given orientation and > velocity. For example if a point is moving at an angle of 45 degrees (or > radians, take your pick), what would its x and y coordinate