wxPanel not disabling child controls on Mac

BlitzMax Forums/Brucey's Modules/wxPanel not disabling child controls on Mac

Pete Rigz(Posted 2013) [#1]
It seems that wxPanel/window is not disabling children when you call it. It works fine on windows however:



It's returning true, indicating that is has disabled but the button still works and isn't greyed out.

I don't know if this is a mavericks thing or it's been happening since 2.9.5 of widgets?


Brucey(Posted 2013) [#2]
Hallo,

It appears to be a "feature" of the current version of wxWidgets on OS X.

At present I don't have a workaround - other than to disable the child controls individually.


Pete Rigz(Posted 2013) [#3]
Interesting feature :-)

Yeah, disabling them individually is exactly what I did.