Am Samstag, den 06.03.2010, 15:43 +0100 schrieb Benoît Minisini:
> > ------------------8< ------------------------------------------------
> > Salut,
> > 
> > the answer can be found on gambasdoc at
> > 
> > for Variable Declaration
> > http://gambasdoc.org/help/lang/vardecl
> > 
> > or for Local Variable Declaration
> > http://gambasdoc.org/help/lang/localdecl
> > 
> > Thanks for you help.
> > Charlie
> > 
> 
> Maybe you should have done a specific page, as this syntax can be used for 
> methods declaration, constants declaration, events declaration, arguments... 
> Anywhere an identifier is possible!
> 
done 

Special Declaration => http://gambasdoc.org/help/lang/specialdecl

the other two where cleaned up.

But I have a question about methods declaration asked in an old mail, I
attached.

-- 
Amicalement
Charlie
--- Begin Message ---
> Salut,
>
> my to days problem is:
>
> since gambas-0.95 I use an InputBox called InputBox, works good for me.
> With gambas2 it became a component (user-component).
>
> To day I added to the project the gb.form component, which includes his
> own InputBox even called InputBox.
>
> What is to do, to overwrite the gb.form.InputBox component?

You must export it (with the EXPORT keyword). It will not actually overwrite 
the gb.form InputBox, it will inherit it. So be careful!

Regards,

-- 
Benoît

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


--- End Message ---
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to