Andy Dai

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Problem on TRzPanel.Enabled #3841
    Andy Dai
    Participant

      i see now,

      after RzPanel.Enable:=False , if change enable of controls will not working,
      RzPanel Re-Enable will recovery statu of controls.

      in reply to: Problem on TRzPanel.Enabled #3840
      Andy Dai
      Participant

        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;

        in reply to: Problem on TRzPanel.Enabled #3839
        Andy Dai
        Participant

          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.

          in reply to: Problem on TRzPanel.Enabled #3838
          Andy Dai
          Participant

            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

          Viewing 4 posts - 1 through 4 (of 4 total)