Support

Forum Replies Created

Viewing 20 posts - 4,121 through 4,140 (of 5,144 total)
  • Author
    Posts
  • in reply to: Mainform not resizable (bsDialog vs bsSizable) #45056
    Support
    Keymaster

      Maybe, BorderStyle:= bsSingle?

      in reply to: Remember skin-path in Demo-App #45055
      Support
      Keymaster

        Hello

        You should store and load 3 properties of the TsSkinManager component in this order : SkinDirectory, SkinName, Active

        in reply to: AlphaSkins not compatible with TJvFormStorage? #45053
        Support
        Keymaster

          Hello

          Can you give me an example of application please? (with sources)

          Thank you in advance.

          in reply to: devex cxRichEdit not skinned #45052
          Support
          Keymaster

            Hello

            This component haven't support of DevEx LookAndFeel technology and can't be skinned by this way.

            But you can try to add this control into SkinManager.ThirdParty list : Add TcxRichEdit as 'Edit'

            in reply to: TsButton – a weird problem #45051
            Support
            Keymaster

              Hello

              Try to use Synchronize procedure. I think, you have a problem because not uses that.

              in reply to: Access Violation when using AC Lite and Save Dialogs #45050
              Support
              Keymaster

                Thank you very much.

                I have tried your Exe and I really see a problem. You have sent Exe compiled with 7.02 version. Could you compile it with 7.32 please, and upload it too?

                in reply to: AC's fading effects are very very slow #45049
                Support
                Keymaster

                  Hello

                  Please describe your system configuration. What color scheme used? 32bpp?

                  Can you show your application? You can link with me by ICQ or MSN and we can talk with more details.

                  in reply to: Form without Titlebar #45010
                  Support
                  Keymaster

                    Hello

                    Skinned borders are not drawn now if caption is not visible.

                    I think, this behaviour must be changed and I will be thinking how to do that.

                    in reply to: Alphacontrol Trouble on WINDOW 7 #45009
                    Support
                    Keymaster

                      Hello

                      Maybe you haven't rights for accessing this directory from Delphi?

                      in reply to: Dynamicly added TMenuItem is not skinned? #45008
                      Support
                      Keymaster

                        I don't remember it now, I can tell it later.

                        Why you asking? You have a problem with autoskinning of menus? Some controls may not have a support of that.

                        in reply to: Form without Titlebar #44977
                        Support
                        Keymaster

                          Hello

                          You want to have unskinned borders and title of form? Or you want to remove them?

                          You can use sSkinProvider.DrawNonClientArea in first case or Form1.BorderStyle := bsNone in second case.

                          in reply to: Dynamicly added TMenuItem is not skinned? #44976
                          Support
                          Keymaster
                            'Peacelyk' wrote:

                            try

                            Code:
                            sSkinManager1.SkinName := sSkinManager.SkinName;

                            Better solutions exists 🙂 :

                            http://www.alphaskins.com/forum/index.php?s=&showtopic=3552&view=findpost&p=21510

                            sSkinManager1.SkinableMenus.HookPopupMenu(sPopupMenu1, True);

                            Menu items, created in the run-time, must be updated manually in old versions of the package.

                            Btw. Which version of AlphaControls is used? Menus must be updated automatically in latest versions.

                            And which control is owner of your menu?

                            in reply to: AlphaControls 2010 v7.31 #44974
                            Support
                            Keymaster

                              Hello

                              I'm sorry, but Free Edition of the package haven't support of Devexpress controls.

                              in reply to: Unicode new Problem #44973
                              Support
                              Keymaster

                                Hello

                                Recompiling of the package with TNTUNICODE key is possible if all sources available only.

                                So, only owners of license with sources can use this feature.

                                In the Delphi 2009 and newer unicode is supported already automatically.

                                in reply to: Кастомная установка (v7.30 , 28.01.2011) #44948
                                Support
                                Keymaster

                                  В основном, эти все константы имеют отношение к работе пакета в Design-time, не думаю что имеет смысл переделывать их под переменные.

                                  in reply to: Customcolor of TsPanel didn't work fine #44875
                                  Support
                                  Keymaster

                                    Hello

                                    Can you upload an example, please? I haven't this problem..

                                    in reply to: sMessageDlgPos in sDialogs ignores x,y parameters #44874
                                    Support
                                    Keymaster

                                      Standard Windows dialogs (based on MessageBox function, TForm is not used) have language of the current system automatically.

                                      If you uses Delphi dialogs, then you will have buttons captions like 'OK, 'Cancel' on all machines, but when used Windows system dialogs, then on russian PC you will have 'OK', 'Отмена'.

                                      Your solution is based on Delphi TForm. If automatic localization is not required then you can just use Delphi dialogs…

                                      in reply to: SkinSection not applied in runtime TsPanel #44871
                                      Support
                                      Keymaster

                                        I have made test for buttons, but haven't an error.

                                        Maybe you must show me your component… Can you use TeamViewer tool for sharing of your PC?

                                        in reply to: SkinSection not applied in runtime TsPanel #44870
                                        Support
                                        Keymaster

                                          Hello

                                          The problem in sPanel occurs because support of panel bevels was added. SkinSection is changed automatically after changing of the BevelOuter property.

                                          So, you can write “pnl.BevelOuter := bvNone” and remove “pnl.SkinData.SkinSection := 'CHECKBOX'”

                                          Also you can write “pnl.SkinData.SkinSection := 'MENUITEM'”, panel will be transparent in this case too.

                                          I will test buttons created in run-time, now.

                                          in reply to: [RESOLVED] TsTrackbar & custom skin not supported anymore? #44869
                                          Support
                                          Keymaster
                                            'souch' wrote:

                                            :read: Is it in the .31 release ?

                                            Yes, you can try already.

                                          Viewing 20 posts - 4,121 through 4,140 (of 5,144 total)