Label Events

BlitzMax Forums/BlitzMax GUI Programming/Label Events

Does anybody know if there's a way to have mouse events ignore a label gadget (pass through to the underlying gadget), or to have a label respond to events like PANEL_ACTIVE? I would like to use labels parented to a panel but it makes that area of the panel a dead zone.

Have a look at the SetGadgetSensitivity() command... ;-)