Zer0

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: TVirtualStringTree + WrapCaption + AC #54054
    Zer0
    Participant

      Насколько я понимаю, используется OnAdvancedHeaderDraw для отрисовки. В определение Flags для вывода текста можно добавить что-то вроде:

      Code:
      var

      CaptionAlignment: string;
      begin

      CaptionAlignment := GetEnumProp(PaintInfo.Column, 'CaptionAlignment');
      if CaptionAlignment = 'taLeftJustify' then
      Flags := Flags + DT_LEFT
      else if CaptionAlignment = 'taRightJustify' then
      Flags := Flags + DT_RIGHT
      else if CaptionAlignment = 'taCenter' then
      Flags := Flags + DT_CENTER
      in reply to: sComboBox don't fire onDrawItem event #54053
      Zer0
      Participant

        Have you selected style csOwnerDrawFixed or csOwnerDrawVariable? I am using TsComboBox in some projects and with almost all 10.* AC versions and don't have this problem.

        in reply to: 10.0x under Delphi XE7 #53444
        Zer0
        Participant

          TsHintManager is deprecated in 10.x version. You can see it in changelog:

          Quote:
          24.02.2015 AlphaControls v10.00 Beta released

          * Removed TsHintManager deprecated component

          in reply to: Cannot get Groups to show in a TsListView #53442
          Zer0
          Participant

            Cannot try 9.20 now, but with last 10.05 beta your code works fine for me. In both TListView and TsListView groups are showing with enabled/disabled skins. Maybe you can try it?

            in reply to: AlphaImagelist 9.19 and ActionList #53331
            Zer0
            Participant

              In 10.03 version issue is solved.

              in reply to: AlphaImagelist 9.19 and ActionList #53120
              Zer0
              Participant

                Upgraded to 9.20 today, problem still exists. In XE5 can't open “Action List editor” in designtime if TsAlphaImageList is assigned to ActionList.Images.

                in reply to: AlphaImagelist 9.19 and ActionList #53118
                Zer0
                Participant

                  Seems like problem is in PNGComponents inside AlphaSkins. Here the same problem is solved by updating components.

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