Disabling and re-enablng page tabs
Posted: Mon Aug 24, 2015 10:57 pm
Hello Andreas, hope your well, another bug report/unexpected behaviour.
When I set a .Disabled a page tab to 'True' I get expected visual behaviour on-screen, the tab and any child objects are ghosted.
However the reverse behaviour is not want I want/expect, yes the tab is unghosted, but all child objects are immediately ghosted/enabled too irrespective of their prior state before the page tab was enabled. Which means loads of additional code to refresh the state of everything back.
Hope this makes sense, in other words toggling the .Disabled of a page tab is not only only doing that but also toggling the individual elements within the page tab in bulk when really all that you want to see is a ghosting/greying out of the panel.
When I set a .Disabled a page tab to 'True' I get expected visual behaviour on-screen, the tab and any child objects are ghosted.
However the reverse behaviour is not want I want/expect, yes the tab is unghosted, but all child objects are immediately ghosted/enabled too irrespective of their prior state before the page tab was enabled. Which means loads of additional code to refresh the state of everything back.
Hope this makes sense, in other words toggling the .Disabled of a page tab is not only only doing that but also toggling the individual elements within the page tab in bulk when really all that you want to see is a ghosting/greying out of the panel.