Re: [Gambas-user] Creating a Gambas component

2008-11-29 Thread dfuchs
Thank you for your help and the interest you showed, As Benoit has suggested, any further discussions should take place in the developers' mailing list. But because Richard Terry has asked me: There will be a short tutorial on how to program graphical controls in Gambas, as far as I am a judge, in

Re: [Gambas-user] Creating a Gambas component

2008-11-24 Thread Luis Alberto Cacho GarcĂ­a
Untitled.png Description: Binary data - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two

Re: [Gambas-user] Creating a Gambas component

2008-11-24 Thread richard terry
On Tue, 25 Nov 2008 06:33:39 am [EMAIL PROTECTED] wrote: I don't suppose that when You've got a this working you could write a tutorial on it for everyone could you?, I tried to make a control and failed miserably. regards Richard > I have created a Gambas 2 project that contains some user co

Re: [Gambas-user] Creating a Gambas component

2008-11-24 Thread Benoit Minisini
On lundi 24 novembre 2008, [EMAIL PROTECTED] wrote: > I have created a Gambas 2 project that contains some user controls, and > I would like to make it a component. > > > > I have successfully compiled and installed the component, including its > .component, .list and .info files in their proper pl

[Gambas-user] Creating a Gambas component

2008-11-24 Thread dfuchs
I have created a Gambas 2 project that contains some user controls, and I would like to make it a component. I have successfully compiled and installed the component, including its .component, .list and .info files in their proper places. So now I can insert the controls provided by my project