Support

Forum Replies Created

Viewing 20 posts - 3,921 through 3,940 (of 5,144 total)
  • Author
    Posts
  • in reply to: TrackBar #46861
    Support
    Keymaster

      Hello

      Maybe this feature will be added later, but I can't promise.

      in reply to: WEB Skin Problem #46860
      Support
      Keymaster

        Describe a procedure of form creation please. This form have a non-standard style or property?

        PS. A working example will be the best help )

        in reply to: Unpack acnt_reg.zip #46859
        Support
        Keymaster

          You should use actual password and standard unpacker.

          Please write to support@alphaskins.com and show your registration data in the message.

          in reply to: Deep Purple skin issues #46858
          Support
          Keymaster

            Skin-engine can't affect to sizes of controls.

            I have changed this skin for a better painting of buttons background when parent SkinSection is 'TOOLBAR'

            in reply to: Moonlight skin issue #2 #46857
            Support
            Keymaster

              Thank you, please try version 7.52

              in reply to: TsListBox isn't side scrolling properly #46856
              Support
              Keymaster

                Hello

                Please try version 7.52

                Support
                Keymaster

                  Такое сообщение 'Property ThirdScrollControl does not exist' говорит, что точно на винте есть файлы от старой версии пакета.

                  in reply to: Include project groups with the projects #46801
                  Support
                  Keymaster

                    Thanks for suggestion, I'll try to do that in the next release.

                    in reply to: Please implement TsCategoryPanelGroup #46800
                    Support
                    Keymaster

                      Which SkinSection is used for a title painting here?

                      I think you can get a font color from this section and define this color for a painting of chevrons.

                      I will think about the new TsCategoryPanelGroup component, but I can't promise a fast implementing.

                      in reply to: Moonlight skin issue #2 #46799
                      Support
                      Keymaster

                        Can you send me this test-application? I will check a skin with this program after changing.

                        in reply to: Deep Purple skin issues #46738
                        Support
                        Keymaster
                          in reply to: Repaint Issue On Some Skins #46790
                          Support
                          Keymaster

                            Hello

                            This issue is not known. Can you show an example for debugging, please?

                            Be sure that latest skins are used with latest versions of the package (internal skins too).

                            in reply to: Cannot install in Delphi XE2 #46789
                            Support
                            Keymaster

                              Hello

                              Try to install without DEVEX6 key.

                              'Hamilton' wrote:
                              [DCC Fatal Error] acLFPainter6.pas(30): F1026 File not found: 'cxLookAndFeelPainters.dcu'

                              If you uses DevExpress then cxLookAndFeelPainters unit should be accessible for Delphi (DevExpress should be installed completely and path to this file must be defined in the Delphi options).

                              in reply to: Skinning problem in form caption #46787
                              Support
                              Keymaster

                                Hello

                                Quote:
                                The problem with the form's appearance when running in the IDE is still the same

                                Could you send me your demo with Exe, please?

                                in reply to: Deep Purple skin issues #46786
                                Support
                                Keymaster
                                  'Hamilton' wrote:
                                  1. In a DevExpress cxGrid, the selected row has white text on a white background.

                                  Here is updated file : http://www.alphaskins.com/sfiles/skins/deeppurple.asz

                                  Quote:
                                  2. With a TsBitBtn on a TsPanel, the buttons draw over the panel border. For other themes this happens if the buttons are in a DOWN state but for DeepPurple it happens to all buttons. This situation occurred for me because I'm using TsBitBtns on a panel to create a menu; it looks OK to have the selected button larger but having all the buttons draw over the border looks strange.

                                  Can you show a screenshot please?

                                  in reply to: TsStatusBar and Anchors #46785
                                  Support
                                  Keymaster

                                    Hello

                                    Work of the Anchors property is not implemented in VCL if control is placed on the TScrollBar, it's a normal behavior, unfortunately.

                                    in reply to: Moonlight skin issue #2 #46782
                                    Support
                                    Keymaster

                                      Hello

                                      As I understand – you want to have odd and even colors? But cxGrid uses them automatically, special defining of such colors is not needed.

                                      Quote:
                                      For the moonlight theme, GetHighLightColor returns the same color as the cxGrid uses for the selected row.

                                      I think, you can receive combinations of colors by using MixColors function, example :

                                      Code:
                                      function TcxACLookAndFeelPainter.DefaultVGridLineColor: TColor;
                                      begin
                                      if Skinned then Result := MixColors(DefaultManager.GetActiveEditFontColor, DefaultManager.GetActiveEditColor, 0.3) else Result := inherited DefaultVGridLineColor;
                                      end;

                                      function TcxACLookAndFeelPainter.DefaultVGridBandLineColor: TColor;
                                      begin
                                      if Skinned then Result := MixColors(DefaultManager.GetActiveEditFontColor, DefaultManager.GetActiveEditColor, 0.3) else Result := inherited DefaultVGridBandLineColor;
                                      end;

                                      in reply to: Moonlight skin issue #3 #46770
                                      Support
                                      Keymaster

                                        Hello

                                        I have tested this skin with MessageDlg's but color of text is not black.

                                        What is your OS? You meant a standard Windows dialog?

                                        Can you show a screenshot please?

                                        in reply to: Installation AC7.51 on Delphi XE not working #46768
                                        Support
                                        Keymaster

                                          Hello

                                          Yes, you can just delete this line, otares files not used in the package.

                                          in reply to: How work condition function DrawDataCell in TsDBGRID #46730
                                          Support
                                          Keymaster

                                            You should use the OnDrawColumn event in this case.

                                            Standard grid have same behaviour.

                                          Viewing 20 posts - 3,921 through 3,940 (of 5,144 total)