[Gambas-devel] BUG ? in 1.9.46 - Menu class seems to be broken.

Benoit Minisini gambas at ...1...
Tue Nov 14 20:31:34 CET 2006


On Tuesday 14 November 2006 00:27, MV wrote:
> Hello,
>
> Just built Gambas 1.9.46, recompiled my project, launched OK. Made a minor
> adjustment, relaunched, and *bang* :
>
> Unknown symbol 'Name' in class 'Menu'
>
> After moving in and out various elements of the application menu, it seems
> it doesn't like my 'quit' button to be part of 'quitter' group, to act
> together with another quit button at the bottom of the form.
>
> I feel it's a bug because it works once, and then it locks the application
> until it is removed.
>
> I try to join a minimalist project called mini_bug that display this
> behaviour. If it gets filtered out, let me know where or to whom I can send
> it.

Oops. Of course it is a bug. I forgot that the Menu class does not inherits 
Control, and so its Name property is missing.

I will fix it in the svn as soon as possible...

-- 
Benoit Minisini





More information about the Devel mailing list