Support

Forum Replies Created

Viewing 20 posts - 4,481 through 4,500 (of 5,144 total)
  • Author
    Posts
  • in reply to: Project translation, error whith TsAlphaImageList #42221
    Support
    Keymaster

      Hello and thank you for the demo, I'll research it soon.

      in reply to: Rendering error for Sand skin and TsDBCtrlGrid #42203
      Support
      Keymaster

        Hello
        Problem must be solved in the v6.62, please try.

        in reply to: Bigger Checkbox Images for sCheckbox #42220
        Support
        Keymaster

          Hello
          Please show the Editor window fully.
          On the right side you can see some options, maybe these options are incorrectly defined?

          in reply to: Viewing Help File contents #42219
          Support
          Keymaster

            Hello
            There is a help file in the WinHelp format. You can use him if problem with Chm exists.

            in reply to: Packaging application-specific glyphs in the skin file? #42218
            Support
            Keymaster

              I'll make a small demo soon

              in reply to: TMS #42148
              Support
              Keymaster

                Тогда не скинируются формы на которых нет TsSkinProvider.
                Я проверю, возможно получится исключить TAdvSmoothSplashScreen только.

                in reply to: TMS #42132
                Support
                Keymaster

                  QUOTE (vyacheslav @ Mar 24 2010, 07:15 PM)
                  Найден конфликт с TAdvSmoothSplashScreen. Splashscreen-окно перестает показывать содержимое, вместо этого серый фон.

                  AC 6.60, TAdvSmoothSplashScreen 1.0.2.0


                  Видимо из-за того, что форма скинится автоматически. Можно попробовать отключить автоматическое скинирование. SkinManager.SkinningRules.srStdForms := False

                  in reply to: activate a TsWebLabel programmatically? #42131
                  Support
                  Keymaster

                    Maybe will be better to use a code like this :

                    CODE
                    ShellExecute(Application.Handle, 'open', PChar(sWebLabel1.URL), nil, nil, ord(soDefault));

                    uses ShellAPI;

                    in reply to: Delphi 2007 + V. 6.60 + ExtendedBorders #42130
                    Support
                    Keymaster

                      QUOTE (prefont @ Apr 3 2010, 12:03 AM) <{POST_SNAPBACK}>
                      It is really not hard to duplicate. Any simple project in D2007 will do it.


                      Can you give me this project? Thanks.

                      in reply to: Wrong date in TsDateEdit #42129
                      Support
                      Keymaster

                        Hello
                        If Date property is defined in the design-time then Date property will not be changed to the default value. Try to clear the Date property.

                        in reply to: Packaging application-specific glyphs in the skin file? #42128
                        Support
                        Keymaster

                          Hello

                          You can have directly access to Bitmap (if this image was contained in separated Bmp file).
                          Here is a code :

                          CODE
                          const
                            SectionName = 'SectionName';
                          var
                            SkinIndex, ImgIndex : integer;
                          begin
                            SkinIndex := sSkinManager1.GetSkinIndex(SectionName);
                            if sSkinManager1.IsValidSkinIndex(SkinIndex) then begin
                              ImgIndex := sSkinManager1.GetMaskIndex(SectionName, 'BORDERSMASK');
                              if sSkinManager1.IsValidImgIndex(ImgIndex) then begin
                                sSkinManager1.ma[ImgIndex].Bmp <- This a the image
                              end;
                            end;
                          end;


                          Maybe this way will be faster.

                          in reply to: Alphaskin and infopower #42127
                          Support
                          Keymaster

                            Hello

                            Some controls may be skinned (controls that inherited from native Delphi components, like TwwDBGrid).
                            And some controls may be skinned partially only (non-standard controls like TwwDBLookupCombo).

                            Predefined list of supported IP controls may be found in the SkinManager.ThirdParty list.

                            Support
                            Keymaster

                              Lite Edition v6.21 may be downoladed here : http://www.alphaskins.com/sfiles/621/alite.zip

                              Support
                              Keymaster

                                QUOTE (Steve @ Apr 2 2010, 04:38 PM)
                                If not 6.21, something with a low number. You have a great tool. If I can provide any additional information
                                that would help you to get ALite speeded up, I will be glad to provide more info/images, whatever.


                                Ok, I'll give you a link soon.
                                If you can give me a demo with slow work of pages, then will be great.

                                in reply to: Need skin images #42078
                                Support
                                Keymaster

                                  Hello

                                  Example of scrollbar drawing you can see in the acLFPainter.pas file. This file always is in the package.
                                  Also, I'll make a special demo soon, you can wait.

                                  Support
                                  Keymaster

                                    Mol, I'll research this problem today-tomorrow and maybe I will have an idea.

                                    Steve, you have another problem seems, please make a new topic in the future. Now, try to disable a pages animation (sSkinManager1.AnimEffects.PageChanging.Active := False). Maybe a cause of the problem is in animation. If problem will not be solved, then I'll try to find v6.21 Lite.

                                    Support
                                    Keymaster

                                      This is a common question of Delphi Bpl's using and compatibility. A knowledge of the TsSkinManager or any other component is not needed here.
                                      Maybe I'm wrong and not understand a situation?

                                      Support
                                      Keymaster

                                        Hello
                                        Here you can find the patched file.
                                        Try to reinstall the AlphaControls fully (remove firstly) with this new file.

                                        in reply to: SystemMenue Minimize WMSysCommand #42027
                                        Support
                                        Keymaster

                                          Hello
                                          The problem will be solved in the nearest release I think. But not for system menu from the taskbar. This code doesn't work for standard mode too, if minimized from taskbar.

                                          in reply to: Form caption problem with 6.60 #42026
                                          Support
                                          Keymaster

                                            Hello
                                            Font style is taken from the system now. You think will be better to have another style?
                                            I'll try to find a handy solution soon for a title font changing.

                                          Viewing 20 posts - 4,481 through 4,500 (of 5,144 total)