[Gambas-user] Children disable question

Ron ron at ...1740...
Fri Oct 3 16:31:47 CEST 2008


Hi,

say I have a Form with alot of frames on it with buttons etc. in them.

I want to enable only 2 frames and the buttons inside them at some point.
When I first disable all, and then try to enable just the 2 frames, it 
doesn't work, they all stay disabled.

Have I shoot myself in the foot, by using ME.Children, or should it work?

    DIM oObject as Object

    FOR EACH oObject IN ME.Children
      oObject.Enabled = FALSE
    NEXT
    FOR EACH oObject IN frameStream.Children
      oObject.Enabled = TRUE
    NEXT
    FOR EACH oObject IN frameDevice.Children
      oObject.Enabled = TRUE
    NEXT

Gambas 2.9 using gb.qt

Regards,
Ron_2nd.




More information about the User mailing list