[Gambas-bugtracker] Bug #1405: Dynamic control creation problem

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Sat Aug 25 23:11:27 CEST 2018


http://gambaswiki.org/bugtracker/edit?object=BUG.1405&from=L21haW4-

Pierre-Henri GIRAUD reported a new bug.

Summary
-------

Dynamic control creation problem

Type             : Bug
Priority         : Medium
Gambas version   : Unknown
Product          : Language


Description
-----------

594/5000
Dynamic control creation problem

A suceptible control created from the form editor is assigned the property "GROUP" while the same control (object) dynamically creates the property "GROUP" does not exist.
This is an anomaly (or omission in my opinion) makes it impossible to receive an event associated with the group.
example:

dim lb as Label 'for example
lb = new label
lb.group = "Labels" 'or whatever you want

...
...

Public Sub Labels_MouseDown () 'or other event

'WILL BE IMPOSSIBLE what is a NO SENS
  
End

Thank you for your attention

translated from french to english by google translate






More information about the Bugtracker mailing list