KSS

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Get clicked element in acListView #55306
    KSS
    Participant

      Hello!

      You should use a SelectedItem method in this case.

      Code:
      procedure TFormSamosChat.KssListViewLoginClick(Sender: TObject);
      begin
      if Assigned(KssListViewLogin.SelectedItem) then
      ShowMessage(KssListViewLogin.SelectedItem.SubItems[0]);
      end;
      in reply to: TsListView – go to specific position #53961
      KSS
      Participant

        Hi bdegli,

        You can try acListView component. I tried to make this tool as flexible as possible to use (including work with groups).

        in reply to: AcListView #45189
        KSS
        Participant

          Thanks 🙂

          Well, you can wait for the first version.

          in reply to: AcListView #45182
          KSS
          Participant
            'emailaya' wrote:

            Hi

            thank you for your reply

            the topic is in russian but i understand that the first topic is the one to download it from

            This topic is for both russian and english. You can also post messages at this forum.

            'emailaya' wrote:

            at the moment i installed ACExtra that includes several components including TacListView. your package includes also different components and it seems that you update it often. why not combine the 2 packages? i can't install 2 different packages that contains the same components (some are new and some are updated)

            I post working latest versions of my components on this forum. Update component in the ACExtra package longer, because it is necessary to check the compatibility. But when the first version of component acListView will appear, the ACExtra package will be updated. And what is the problem to install KssPack over ACExtra?

            in reply to: AcListView #45179
            KSS
            Participant

              You can find the latest version of TacListView on this forum

              in reply to: Looking for an Lineage2 skin #44838
              KSS
              Participant

                I can draw a skin. Contact me on icq: 331486611.

                in reply to: TsListView #44639
                KSS
                Participant
                  'JM-DG' wrote:

                  Ho! One last question…

                  Is it possible to get the row information when clicking on it?

                  Example: Retrieve the information of the 3rf column of the 2nd row clicked.

                  You can get Element object “TacListView.GetElementAt(MousePos: TPoint)”. See a new version of component with columns reorder on forum.

                  in reply to: TsListView #44487
                  KSS
                  Participant

                    No, you had not missed anything 🙂 Columns reordering is not supported now, but this feature will appear in one of next component release 😉

                    in reply to: TsListView #44475
                    KSS
                    Participant

                      User can change column size by mouse and you can change it by TacColumn.Width property.

                      in reply to: TsListView #44457
                      KSS
                      Participant

                        Hello! Perhaps this component is suitable for your task – TacListView 🙂

                        It has TacColumn.Visible property.

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