/ Forums / Advansys Formativ / Creating Solutions with Formativ / Multiple Select in CheckListBox

  • Creator
    Topic
  • #4082
    Marco
    Participant

      Hello,

      I know this is not a part of Formativ, but I found nothing in the
      documentation for the new controls:

      I like to use the new FormDesigner in V2.0 with the CheckListBox.
      For the “old-style” dialogs it was possible to activate/deactivate the
      multiselect of the items with

      CheckListControl.Options = fchClick + fchSpaceKey + fchMultiSelect

      How to activate / deactivate this feature in the new forms?

    • Author
      Replies
    • #7051
      Support 1a
      Participant

        Unfortunatately, for the moment at least, the documentation for the controls isn’t available in a single document. You’ll find details of where you can obtain documentation for the various controls in the readme.txt file installed with Formativ.

        We have two checklist controls in Formativ 2.0. I would suggest the most appropriate check list control in this case would be the TRzCheckList control, found on the ‘Enhanced’ tab of the component pallete. It has a MultiSelect property, as well as an ExtendedSelect property.

        Regards,

        Advansys Support

        #7050
        Marco
        Participant

          Hello,

          > We have two checklist controls in Formativ 2.0. I would suggest the most
          > appropriate check list control in this case would be the TRzCheckList control,
          > found on the ‘Enhanced’ tab of the component pallete.
          > It has a MultiSelect property, as well as an ExtendedSelect property.

          Yes, I know about that and I have also read the documentation of Delphi
          and Raise-Components. But with both components it’s not possible to
          deactivate the MultiSelect-Option. They are always in Multiselct-Mode.

          Should I send you an example per e-mail?

          #7048
          Support 1a
          Participant

            An example has been sent via direct email.

            Advansys Support

            #7052
            Marco
            Participant

              Problem is solved.
              In the new CheckListBox there is no property for the Multiselect.
              You have to do this by yourself. Catch the Event “OnClick” and
              call the UnCheckAll method.
              This works only for the Raise-Components (Enhanced-Tab).

              Thank’s for your help.

              #7049
              Support 1a
              Participant

                Thanks for the information.

                Regards,

                Advansys Support

              Viewing 5 replies - 1 through 5 (of 5 total)
              • You must be logged in to reply to this topic.