Support

Forum Replies Created

Viewing 20 posts - 3,901 through 3,920 (of 5,144 total)
  • Author
    Posts
  • in reply to: Toolbar with right-aligned buttons? #47068
    Support
    Keymaster

      I'm using TsSpeedButtons on TsPanel in such cases.

      Code:
      TsSpeedButton.SkinData.SkinSection := 'TOOLBUTTON'
      TsPanel.SkinData.SkinSection := 'TOOLBAR'
      in reply to: Alpha Controls for 64-bit ? #47067
      Support
      Keymaster

        Hello

        Support of x64 is planned, but I can't promise a quick implementing.

        in reply to: Application crashes, setfocus to invisible window #46937
        Support
        Keymaster

          Hello

          Can you send me an example please? I can't repeat such situation.

          in reply to: Program crashed on changing the Skin #46940
          Support
          Keymaster

            Hello Lars

            You should be sure that latest version of the skin is used (internal skins should be updated after upgrading to the version 7).

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

              Thank you.

              I think, something in a system gives me a different result. I'm working with this issue now.

              in reply to: Access Violation v7.5.3 #46943
              Support
              Keymaster

                Hello and thank you for a help. The issue is solved now.

                in reply to: Skinning of dynamically created controls? #47037
                Support
                Keymaster

                  Hello

                  You can try this code

                  Code:
                  var
                  sBtn : TSpeedButton;
                  begin
                  sBtn := TSpeedButton.Create(self);
                  with sBtn do begin
                  Width := 50;
                  Height := 50;
                  Top := 50;
                  Left := 50;
                  Parent := self;
                  Caption := 'xx';
                  end;
                  sSkinProvider1.Adapter.AddNewItem(sBtn);
                  end;
                  Support
                  Keymaster
                    'Old' wrote:
                    1. Удалить не могу, поскольку основная работа ведется все же в ХЕ…

                    Ну, я имел в виду, что если пакет от XE ставился под XE2, то возможно от этой установки остались какие-то файлы в папках XE2, которые мешают теперь поставить нормальный пакет…

                    Файлы, используемые Билдером XE, удалять не нужно, вряд ли они пересекаются.

                    Support
                    Keymaster

                      Очень плохо работал интернет в последнее время, намучился с ним и забыл выложить ссылку на пакет для Builder XE2, скорее всего все из-за этого.

                      Советую удалить все лишнее (скорее всего осталось что-то от пакета для BuilderXE) и поставить только этот пакет для BuilderXE2, предварительно скопировав Dcu-файлы. Если прописать пути к библиотеке в Library path и Include path, то должно работать, я только что проверял.

                      Спиртное не пью почти, а если есть у Вас конструктивные предложения по подготовке пакета для Билдера, то я был бы благодарен за помощь, так как опыта работы в нем очень мало.

                      in reply to: Feature request – SkinManager.Reimport #46936
                      Support
                      Keymaster

                        You can try it already in the latest release.

                        in reply to: tray icon control #46935
                        Support
                        Keymaster
                          'cyberhound' wrote:

                          that is def needed

                          But such components exists already?

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

                            So, you uses an old acLFPainter6.pas file?

                            Try this updated unit in your application.

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

                              Which version of the cxGrid do you uses?

                              in reply to: Is compatible? #46931
                              Support
                              Keymaster

                                Hello

                                This control is not compatible with standard button control and can't be skinned easily, if I'm not wrong.

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

                                  I think, I know a cause of the problem now,

                                  Try the updated skin please : http://www.alphaskins.com/sfiles/skins/deeppurple.asz

                                  in reply to: TsPanel background not updating properly.. #46928
                                  Support
                                  Keymaster

                                    Hello Tonik

                                    I know what you mean and I'll try to fix it soon.

                                    I think, this problem will be solved in the next Beta version (not stable) because some critical changes should be added.

                                    in reply to: <A call to an OS function failed> #46927
                                    Support
                                    Keymaster

                                      Hello, Omega User

                                      I can't reproduce an error, can you show a problem remotely?

                                      in reply to: WEB Skin Problem #46926
                                      Support
                                      Keymaster

                                        Thank you.

                                        Form should be reinitilized because this window is recreated after the BorderIcons property changing.

                                        Try this code please :

                                        Code:
                                        spMain.PrepareForm;
                                        spMain.SkinData.Invalidate;
                                        in reply to: Moonlight skin issue #2 #46925
                                        Support
                                        Keymaster

                                          Look what I have with your demo.

                                          Why we have different colors?

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

                                            Thank you very much. Maybe you uses an old version of the skin?

                                            Can you insert a skin into Exe, please?

                                          Viewing 20 posts - 3,901 through 3,920 (of 5,144 total)