Re: [Gambas-user] Custom control not appearing in toolbox

2014-05-07 Thread VonZorch
Thanks for the help. On Tue, May 6, 2014 at 11:47 PM, B Bruen [via Gambas] < ml-node+s8142n46355...@n7.nabble.com> wrote: > On Mon, 5 May 2014 21:13:25 -0700 (PDT) > VonZorch <[hidden email]> > wrote: > > > I developed a custom control. I foll

Re: [Gambas-user] Custom control not appearing in toolbox

2014-05-06 Thread B Bruen
On Mon, 5 May 2014 21:13:25 -0700 (PDT) VonZorch wrote: > I developed a custom control. I followed the instructions on the How to > Program Components In Gambas page. It works correctly and can be selected > from the project properties dialog. It can be created in code but I cannot > get it to

Re: [Gambas-user] Custom control not appearing in toolbox

2014-05-06 Thread VonZorch
When I uncomment the "Inherits UserControl" line I get the error "Cannot Inherit twice". On Tue, May 6, 2014 at 3:08 PM, Fabien Bodard-4 [via Gambas] < ml-node+s8142n46344...@n7.nabble.com> wrote: > yes... you must inherit usercontrol > > 2014-05-06 6:13 GMT+02:00 VonZorch <[hidden > email]

Re: [Gambas-user] Custom control not appearing in toolbox

2014-05-06 Thread Fabien Bodard
yes... you must inherit usercontrol 2014-05-06 6:13 GMT+02:00 VonZorch : > I developed a custom control. I followed the instructions on the How to > Program Components In Gambas page. It works correctly and can be selected > from the project properties dialog. It can be created in code but I ca

[Gambas-user] Custom control not appearing in toolbox

2014-05-05 Thread VonZorch
I developed a custom control. I followed the instructions on the How to Program Components In Gambas page. It works correctly and can be selected from the project properties dialog. It can be created in code but I cannot get it to appear on the IDE toolbox. SpeedListBox.gz