Re: [Gambas-user] Datacombo order by display

2010-01-28 Thread Cyro Corte Real Filho
2010/1/27 Benoît Minisini gam...@users.sourceforge.net Hello all, I started to program with gambas and i am very impressed and satisfied so far, a have only two drawbacks on the moment: 1. How can i order my Datacombo by the display Text? It is not possible at the moment, but I

Re: [Gambas-user] indexing of buttons

2010-01-28 Thread Ron_1st
On Wednesday 27 January 2010, Kadaitcha Man wrote: 2010/1/27 Fiddler63 mx4...@gmail.com: In gambas I get an error if I give more that one button the same name. How do I index a row of buttons in Gambas ? You don't. Gambas is not VB; it does not suppor, and rightly so, arrays of control

Re: [Gambas-user] Conflict of names when extending the String class

2010-01-28 Thread Benoît Minisini
I want to extend the String class only like a learning goal, and when I write: EXPORT CREATE STATIC INHERITS String I get the message: Syntax error: INHERITS need a class name... How I could tell to Gambas that String isn't the String data type, but the String class? You

[Gambas-user] SVG Image

2010-01-28 Thread craf
Hello. Is there any way to load an SVG image in Gambas.? Regards. -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business

Re: [Gambas-user] Conflict of names when extending the String class

2010-01-28 Thread Fabián Flores Vadell
You can't, it's a bug. Well done. :-) Ok, Thanks. Hopefully I fixed it in revision #2648, so you will be able to do that soon. That revision involve to Gambas 3, Gambas 2.x or both? Regards -- Fabián Flores Vadell www.speedbooksargentina.blogspot.com

Re: [Gambas-user] Conflict of names when extending the String class

2010-01-28 Thread Benoît Minisini
You can't, it's a bug. Well done. :-) Ok, Thanks. Hopefully I fixed it in revision #2648, so you will be able to do that soon. That revision involve to Gambas 3, Gambas 2.x or both? Regards Both. -- Benoît Minisini

Re: [Gambas-user] Datacombo order by display

2010-01-28 Thread Kadaitcha Man
On 28 January 2010 20:43, Cyro Corte Real Filho cyror...@gmail.com wrote: 2010/1/27 Benoît Minisini gam...@users.sourceforge.net Hello all, I started to program with gambas and i am very impressed and satisfied so far, a have only two drawbacks on the moment: 1. How can i order my