[Gambas-user] Unexpected error / abort

Gareth Bult gareth at ...1689...
Thu May 3 22:24:18 CEST 2007


Ok,

Now I've done it ...

I changed the control to virtual ..
Made an exec ..
Loaded in my main application ...

Now it failes with "Not Enough Arguments" before getting to any lines of
code ..

Reverting to a previous version of the component doesn't help ...

Any ideas ?

Gareth.

On Thu, 2007-05-03 at 21:58 +0200, Benoit Minisini wrote:

> On jeudi 3 mai 2007, Gareth Bult wrote:
> > Yes, I'd figured .. I was using this for the DBConnection type and as it
> > was non-graphics, didn't really want all the associated methods ...
> >
> > I'd "like" to present it in the same way you present a timer .. don't
> > suppose there's a neat way of doing this for a Gambas component ?
> >
> > Gareth.
> >
> 
> You can, by specifying "Virtual" instead of "Control" in the "Provides" tab in 
> the project property dialog.
> 
> Another point: if you don't want an inherited property in _Properties, you can 
> prefix its name with a minus sign.
> 
> Silly example: 
> 
>   PUBLIC CONST _Properties AS String = "*,-Background,-Foreground"
> 
> Regards,
> 

-- 
Gareth Bult, Encryptec Limited
Tel: 0845 25 77033, FWD: 753977, Mob: 07891 389657
Email: gareth at ...1689... 
Statements made are at all times subject to Encryptec's Terms and Conditions of Business, which are available upon request.





More information about the User mailing list