[Gambas-user] Sidepanel Problem

ron ronstk at ...239...
Tue May 9 03:42:57 CEST 2006


On Saturday 06 May 2006 18:19, Benoit Minisini wrote:
> On Saturday 06 May 2006 13:57, ron wrote:
> > On Saturday 06 May 2006 12:37, ron wrote:
> > > Beside of my other mail I send.
> > >
---8<---

> >
> > Questions:
> > 1) How do I refresh the installed component after edit in the source
> >    I mean a gambas already created component as gb.form but edit by user.
> >
> > 2) Can you make a documented sample of a mini control in gambas
> >    The head section with explain what this mean and why to use them.
> 
> I should do one...
Thanks, It cost me a lot of work to do with trial and error
and only guessing what all means, does and behave.
You have made the system and understand it, with notes i hope,
to be able to make a framework for it.

> 
> >
> >    From SidePanel.class
> > 	EXPORT
---8<---
> > Do I understand it right
> >   PROPERTY Orientation AS Integer "<Align,Top,Bottom,Left,Right>"
> > is your alternative for the Enum
> 
> Less than that. This string is just an information for the IDE.
I found the working of it, its for the property sheet in designmode :)

> 
> >
> > For now I find out the SidePanel.class is the first one I
> > should concentrate on.
> > I did add roWidth1 in the _Properties as
> > PUBLIC CONST _Properties AS String = "*,roWidth1,Hidden,Orientation,
> > but does not work either.
> >
> >
> > Greets from sunny Holland
> >
> > Ron
> >
> 
> All is right. You just have to refresh the component information file with the 
> gbi2 program. As root, type:
> 
> $ gbi2 gb.form
I did know it should be simple, just resolved it with the normal 'make install'
I asume in the directory where the gb.form is, or any other gb.xxxx usercontrol.

> 
> Then the IDE will know that there are new properties in the component.
> 
> Regards,
> 
Thanks sofar anyway

Ron




More information about the User mailing list