Support

Forum Replies Created

Viewing 20 posts - 4,441 through 4,460 (of 5,144 total)
  • Author
    Posts
  • in reply to: Magnifier Control #42524
    Support
    Keymaster

      Hello

      You can change the magnifier form directly using such code :

      CODE
      uses sConst;

      if Assigned(acMagnForm) and acMagnForm.Visible then acMagnForm.Left := …


      acMagnForm : TWinControl is declared in the sConst unit.

      in reply to: Devex gives an AV #42523
      Support
      Keymaster

        Thank you for the demo, I'll check it soon.

        in reply to: AC 6.22 Demo: Stack overflow on app start #42522
        Support
        Keymaster

          QUOTE (Владимир скромный @ May 12 2010, 11:18 PM) <{POST_SNAPBACK}>
          But when we can wait new convertor?


          After the version 7 release, I can't tell more precisely..

          in reply to: Disable default sShellListView double-click action? #42521
          Support
          Keymaster

            This automatic opening will be disabled if you change the AutoNavigate property to False.

            in reply to: Project translation, error whith TsAlphaImageList #42520
            Support
            Keymaster

              Hello, I have a bad news. This problem may be solved by the Translation Tool developer only, seems.
              Look this page, a cause of the problem is explained there :
              http://www.devexpress.com/Support/Center/p/B94485.aspx
              http://qc.embarcadero.com/wc/qcmain.aspx?d=79449

              in reply to: TMS #42460
              Support
              Keymaster

                QUOTE (vyacheslav @ Apr 29 2010, 10:08 PM)
                2. Есть ли новости по поводу поддержки TAdvPageControl? Могу ли я сам при необходимости устранить дефект скинизации компонента 3-го лица? Если да, то что для этого необходимо сделать?


                Вряд ли это можно сделать просто. Если добавлена дополнительная функциональность, то нужно добавлять дополнительный код, чтобы ее реализовать и в скинах..
                Нужно смотреть.

                Support
                Keymaster

                  Hello

                  QUOTE (Jacek @ May 7 2010, 12:33 PM)
                  Any plans for supporting it?


                  I can't say now, I'll research it soon.

                  in reply to: Retro skins – Zune,WP7 #42439
                  Support
                  Keymaster

                    Hello!

                    You mean a making of skins with such colors? There are no examples of controls or forms (except few panels and speedbuttons)…

                    in reply to: Store Skins In A Resource DLL #42438
                    Support
                    Keymaster

                      Hello
                      I think you can store it in RC as RC_DATA and load in the run-time to TMemoryStream.
                      Skin may be loaded to the Skinmanager from a stream easily (demo of work with stream : http://www.alphaskins.com/sfiles/demos/skinandstream.zip).

                      in reply to: Working with INI Files (save skin) #42437
                      Support
                      Keymaster

                        Here is a changed demo, check it <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

                        in reply to: What happened to TsMenuManager? #42436
                        Support
                        Keymaster

                          Hello
                          Menus are skinned automatically now. For changing a menu font you can use the CustomMenuFont:TFont variable.
                          This variable is declared in the sSkinMenus.pas unit and used for drawing of text in menus if CustomMenuFont is not Nil.
                          Example of using :

                          CODE
                          CustomMenuFont := TFont.Create;
                          CustomMenuFont.Name := 'Comic Sans MS';
                          CustomMenuFont.Style := [fsBold];

                          uses sSkinMenus;

                          in reply to: russian text with delphi 7 #42435
                          Support
                          Keymaster

                            Hello and sorry for a delay
                            I have researched this question and I don't know reasons for problems now. Cyrillic symbols will be shown, if correct character set is defined for used font…

                            in reply to: D2007 Pro, trial version compile errors #42434
                            Support
                            Keymaster

                              Hello
                              Problem will be solved in the nearest release, I think, very soon.

                              in reply to: [6.64 bug] MessageBox AccessViolation #42433
                              Support
                              Keymaster

                                Hello

                                QUOTE (Iruau @ May 5 2010, 04:52 PM) <{POST_SNAPBACK}>
                                In fact, it is a bit more complex, and seems to be application dependent. Skin “Beijing” has the bug only in my application but not my test case, skin “Cold” and “Blue Ice” have the bug in both apps, and “Beijing Ext” does not have the bug in any of the two apps.


                                Could you give me this test app where an error is reproduced?

                                in reply to: IBObjects TIB_EDIT etc 3rd-party components #42432
                                Support
                                Keymaster

                                  Hello
                                  If these controls are inherited from standard components (like TCustomEdit, TCustomComboBox and other) then they may be supported without problems I think.
                                  You only must use sSkinManager.ThirdParty property editor and add required types there.

                                  If these controls are not standard and have a non-standard implementation (I haven't an experience of IBObjects using, unfortunately) then must be added a lot of special code to the AlphaControls package for support of them.

                                  in reply to: Form Caption problem under Windows Xp and unicode #42431
                                  Support
                                  Keymaster

                                    Thank you, mbagheri!

                                    in reply to: TsDBGrid don't skin V 6.64 #42430
                                    Support
                                    Keymaster

                                      I see it. This glitch in animation will be removed soon, but not in the v6.65

                                      in reply to: inherit from TsPanel #42429
                                      Support
                                      Keymaster

                                        Hello
                                        Thank you for researching, this topic will be moved to “tricks” soon. I think, your information will be useful for others.

                                        in reply to: TPanel in V6.64 #42389
                                        Support
                                        Keymaster

                                          Hello
                                          Working of TPanels was improved in latest releases.
                                          You can define a kind of panel in the sSkinProvider.OnAddSkin event like this code : if Item = Panel1 then SkinSection := 'EDIT';

                                          How these panels had an other looking earlier? Where this kind was defined?[code] if Item = Panel1 then SkinSection := 'EDIT';

                                          How these panels had an other looking earlier? Where this kind was defined?

                                          in reply to: TsDBGrid don't skin V 6.64 #42388
                                          Support
                                          Keymaster

                                            TsDBGrids are created in design-time or run-time?
                                            SkinData.SkinSection property is defined to 'EDIT'?

                                          Viewing 20 posts - 4,441 through 4,460 (of 5,144 total)