Andy Dai Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 5, 2024 at 5:31 am in reply to: Problem on TRzPanel.Enabled #3841 Andy DaiParticipant i see now, after RzPanel.Enable:=False , if change enable of controls will not working, RzPanel Re-Enable will recovery statu of controls. February 5, 2024 at 4:24 am in reply to: Problem on TRzPanel.Enabled #3840 Andy DaiParticipant try RzPanel1.Enabled:=False; RzButton1.Enabled:=False; Button1.Enabled:=False; finally RzPanel1.Enabled:=True; // RzButton1.Enabled and Button1.Enabled automatic become True end; But if try RzButton1.Enabled:=False; Button1.Enabled:=False; RzPanel1.Enabled:=False; finally RzPanel1.Enabled:=True; // RzButton1.Enabled and Button1.Enabled Still False end; February 5, 2024 at 4:14 am in reply to: Problem on TRzPanel.Enabled #3839 Andy DaiParticipant Hi, “And then when the panel is re-enabled, those originally disabled controls remain disabled.” After i try, when panel is re-enabled, all controls whose original state is disable in RzPanel will auto Enabled. Thanks. February 5, 2024 at 3:56 am in reply to: Problem on TRzPanel.Enabled #3838 Andy DaiParticipant Hi, “And then when the panel is re-enabled, those originally disabled controls remain disabled.” After i try, when panel is re-enabled, all controls in Panel will auto Enabled. Thanks Author Posts Viewing 4 posts - 1 through 4 (of 4 total)