[Gambas-user] Making components in Gambas
    Benoit Minisini 
    gambas at ...1...
       
    Tue Jan 22 22:16:53 CET 2008
    
    
  
On mardi 22 janvier 2008, Gareth Bult wrote:
> Mmm,
>
> I'm afraid I spent more time trying to figure out how to integrate
> GridEditor into Gambas than actually writing GridEditor .. and didn't make
> any substantial progress.
>
> I'm afraid I just link it in manually and set properties by hand.
>
> I do have time to write components, but unfortunately not to try to work
> out the innards of Gambas .. :(
>
> Gareth.
>
Now you don't have to anything special. Just make a package of your component 
project from the IDE, and install it globally. 
Or install it locally in your home directory in the 'make executable' dialog. 
Moreover, you can create a 'control' directory in your project, and put all 
control icons in it. The control icon must have the name of the control class 
in lowercase and must be a 'png' file.
If you install your component project locally, the IDE will refresh 
automatically and you will be able to use the controls in your forms 
immediately.
Regards,
-- 
Benoit Minisini
    
    
More information about the User
mailing list