[Gambas-devel] Docs

Ken Schrock schrockk at ...26...
Fri Jun 6 19:39:56 CEST 2003


Benoit Minisini wrote:

>Le Mardi 3 Juin 2003 22:19, Ken Schrock a écrit :
>  
>
>>I installed Gambas from a binary package
>>Where can I get docs on the component interface?
>>    
>>
>Hi, Ken
>
>I didn't write such a documentation, but there is a full commented gb.example 
>component that you can browse.
>
>Writing a component on gambas is a bit like writing a driver under Linux. You 
>have an interface to the interpreter, and must follow a lot of rules. The 
>source of the component is to be included in the gambas source.
>
>You will not have all the information in the gb.example component, so you must 
>ask me. It depends on what you want to do exactly.
>
Seems the functions should all be the same
Communication from and\or to the component
In either a syncronous or asyncronous manner
 From the example there seems to also be init

I had several things in mind (example, getting system data)
Seems most projects could be started read only, values only
(the component simply offers read only properties to the app)

Writing properties and various callbacks could then be added
Depending on the needs of the particular component involved
Is the example compilable as is, and what all is needed for that?

-- 
Using Lindows 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20030606/e03dce30/attachment.html>


More information about the Devel mailing list