[Gambas-devel] BUG ? v. 1.9.46a Or am I hopelessly clumsy ?

MV gambas at ...538...
Sat Nov 25 09:56:54 CET 2006


[REPOST - hope it won't create a duplicate, I sent it first under an 
unregistred identity]

Hello,

Still in the process of discovering Gambas, I wanted to make a component (in 
gambas, not C/C++), and test it localy.

So I parsed the available documentation, and some messages on mailing lists. 
And I can't get anything to work. But what's troubling me is that I somehow 
have a result : if I write what I think a component should be like, and 
create the executable with copy in the local lib directory, the IDE 
subsequently accepts my new class when typing statements (for instance, say I 
leave the default CControl as file name for the class, I can type DIM $myctrl 
AS CCo and the IDE then allow autocompletion of 'ntrol', and I can go on 
typing $myctrl.property where property is declared in the component class, I 
have that choice popup automatically). What's even more troubling is that I 
get lot of hard crash while I try to set the type of my custom control in the 
property panel of the component project.

So I spent hours in Gambas2 sources, especially in gb.comp, and I still don't 
get what I'm missing, if I'm missing something. Might it be a bug, or is it 
really me ?

I attach a minimal test case with that message, a custom control in pt and a 
simple form in pttst.

Thank you all,

-- 
Manuel


-------------- next part --------------
A non-text attachment was scrubbed...
Name: pt-0.0.4.tar.gz
Type: application/x-tgz
Size: 4426 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20061125/55db0cff/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pttst-0.0.1.tar.gz
Type: application/x-tgz
Size: 3645 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20061125/55db0cff/attachment-0001.bin>


More information about the Devel mailing list