Support

Forum Replies Created

Viewing 20 posts - 5,001 through 5,020 (of 5,144 total)
  • Author
    Posts
  • in reply to: AC6.23: Bug when changing skin from secondary from #39336
    Support
    Keymaster

      Thank you for additional information.
      Your second form (where skin is selected) must have not a skinning?
      If SkinProvider is placed there then I do not see a problem…
      In the your application this form haven't TsSkinProvider component too?

      in reply to: Windows message dialogs not skinned? #39334
      Support
      Keymaster

        Hello
        Be sure please that SkinManager.SkinningRules.srStdDialogs property is True
        If this property is defined but problem is exists still then give me a program with example please…

        in reply to: Problem with ReportBuilder #39333
        Support
        Keymaster

          Hello Giuseppe
          If you could give me a little demo with this program you can very help me.
          Maybe you have already working example with sources?

          in reply to: FrameBar Problem #39332
          Support
          Keymaster

            Hi
            I'm sorry for delay, I was busy in preparing of the new release.
            I'll try to change your demo soon.

            in reply to: Access Violation on FormClose #39327
            Support
            Keymaster

              I think a program with example is very needed there. I'll try to reproduce this problem, but I'm not sure that I know how to do it…

              in reply to: how can i change the color of tsgauge in runtime #39321
              Support
              Keymaster

                Hello
                I will make a demo program soon, please wait.

                in reply to: How to show TsButton as glowing #39320
                Support
                Keymaster

                  Glowing is working only for mouse hovering and leaving.
                  If controls must have glowing effect always then a special code must be added to the component…

                  in reply to: AC6.23: Bug when changing skin from secondary from #39319
                  Support
                  Keymaster

                    Mixture occurs when animating working seems. You can try to disable animation and look…
                    And thank you for the demo, I'll research it soon.

                    in reply to: How to retrieve color values from active skin? #39318
                    Support
                    Keymaster

                      Hello

                      For retrieving some colors from skin you can use these functions of the TsSkinManager class

                         function GetGlobalColor : TColor;

                      function GetGlobalFontColor : TColor;

                      function GetActiveEditColor : TColor;

                      function GetActiveEditFontColor : TColor;

                      function GetHighLightColor : TColor;

                      function GetHighLightFontColor : TColor;
                      in reply to: Creating array of TsButton at runtime #39278
                      Support
                      Keymaster

                        Thank you

                        You must change this line

                        CODE
                        buttonsArray[nNumber].SkinData.FSkinManager:=sSkinManager2;

                        to

                        CODE
                        buttonsArray[nNumber].SkinData.SkinManager:=sSkinManager2;


                        Skinning data will be updated in this case, and problem must be solved.

                        Also I can suggest you to move this line :

                        CODE
                        buttonsArray[nNumber].Parent:=PanelTags;

                        after “Visible:=True;”. And remove “Visible:=True;” because button is visible already when created.

                        in reply to: SMessageDlg no Localisation #39268
                        Support
                        Keymaster

                          I can suggest a solution
                          When loading from resources is required then may be used Delphi standard dialogs (MessageDlg and others).
                          When data must be received from system then may be used AlphaControls dialogs (sMessageDlg and others).
                          Both ways have support of skins.

                          in reply to: Detecting skin change in DLL frame #39260
                          Support
                          Keymaster

                            Hello
                            You can catch the SM_ALPHACMD message with AC_REFRESH parameter which gets in form WndProcedure (AC_GETSKINSTATE used for other purposes).
                            Can you do that?

                            in reply to: Devexpress integration #39259
                            Support
                            Keymaster

                              QUOTE (plasticut @ May 16 2009, 04:39 PM)
                              Буду весьма признателен если Вы добавите поддержку этого контрола!


                              Есть идеи как это сделать? Лук&фил ведь не поддерживается в нем?

                              in reply to: AC6.23: TsSpeedButton Glyph malfunction #39258
                              Support
                              Keymaster

                                Hello
                                Problem will be solved in the nearest release, please wait a few days.

                                in reply to: Creating array of TsButton at runtime #39257
                                Support
                                Keymaster

                                  Hello
                                  You must be sure that second SkinManager is created and available before creating buttons.
                                  If is possible to make a little example application for tests then it will be very helpful.

                                  in reply to: Problem with Frames (AlphaLite, also in full version?) #39255
                                  Support
                                  Keymaster

                                    Hello and thank you very much for an example.
                                    In the full version this problem does not occurs if TGroupBox is defined in the SkinManager.ThirdParty property or if used TsGroupBox control.
                                    I see a problem with drawing and I'll try to fix it in the Lite version, groupbox must have just standard kind, but I can't guarantee it.
                                    As a temporary solution for the Lite Edition I can suggest to place TsPanel control under GroupBox (with SkinData.SkinSectionProperty = 'MENUITEM', for a full transparency).

                                    in reply to: SMessageDlg no Localisation #39252
                                    Support
                                    Keymaster

                                      Hello
                                      Was some ideas to get title text from system if not defined in function parameters, but is not implemented at moment.
                                      How you think, what will be better – use ResLoad or get from system?

                                      in reply to: AlphaControls 6.32 – TStatusBar Bug #39251
                                      Support
                                      Keymaster

                                        Hello
                                        Thank you for the screenshot, problem will be solved in the v6.33, please wait a few days.

                                        in reply to: [6.32] Form title quirks when migrating from 6.20 #39250
                                        Support
                                        Keymaster

                                          Hello and thank you for screenshots.
                                          Please compare skinned captions font with font which used in the system (must be equal). If fonts are not equal, please show a screenshot of system font.

                                          in reply to: tsprogressbar paint problem #39249
                                          Support
                                          Keymaster

                                            Thank you for message, problem will be solved in the v6.33, please wait a few days.

                                          Viewing 20 posts - 5,001 through 5,020 (of 5,144 total)