kevinle10@gmail.com wrote on Sun, 09 April 2006 11:36
Mirek,
I think I know what the problem is. When I put any control inside a label box, the events to those (child) controls no longer get to them. You can duplicate easily by putting an ArrayCtrl and a Button inside a LabelBox, then the column headers of the ArrayCtrl are no longer resizable and THISBACK(buttonPush) has no effect. Please take a look at this problem to make Ultimate++ the best. I like Ultimate very much. Thanks
How do you "put it inside label box"? As child? If that is the case, it simply is the feature (mouse events are ignored by LabelBox and its childs, because otherwise you would not be able to use LabelBox with sibling Ctrls). The moral of the story - never add Ctrls as LabelBox childs. Or, if you insiset on doing so, at least restore mouse processing by calling NoIgnoreMouse for LabelBox.
Dropping a couple of lines of code or even (better) testing package would really help me here to understand circumstances and fix the bug if there is any!