Support

Forum Replies Created

Viewing 20 posts - 4,381 through 4,400 (of 5,144 total)
  • Author
    Posts
  • in reply to: Newbie Questions #42943
    Support
    Keymaster

      Hello and thanks for your interest to the library )

      QUOTE (Nimral @ Jul 16 2010, 01:38 AM) <{POST_SNAPBACK}>
      1.) irregularly shaped buttons. I saw the round and oval buttons in the demo, and did hope that I could use any shape, e.g. an arrow, and make it a button. Does not seem like this is possible? It also seems that the round buttons from the demo are a bit misleading, since it seems that I cannot adjust the button size, if I do so, they are not round any more. Espedially there is no round button size a bit smaller than BUTTON_HUGE.


      It's possible if you add an additional section to the skin where will be template of button defined. If you plan it, then I can explain how to do that with more details.
      Other way is a using of Png glyphs (if button will have SkinData.SkinSection property = 'CHECKBOX' then this button will be always fully transparent and will show a content only).

      QUOTE
      2.) Buttons with animations. I had in mind a button, which, when pressed, starts something, a lengthy file copy for example, and while this something runs, I wanted to show some animation, e.g. revolving gears, on the button face, which stop if the button is pressed again. Animated buttons – I found nothing like this anywhere in the demos.


      Unfortunately, this feature is not implemented, but you can do it manually if change a glyph by timer.

      in reply to: Any way to compile without AC native png? #42940
      Support
      Keymaster

        Hi and sorry for delay – I had many work with preparing the version 7 these days. Today I have visited the forum and I'm answering here.
        So, you can try disbale a support of Png by AlphaControls using this code on start of project :

        uses acPng;

        TPicture.UnregisterGraphicClass(TPNGGraphic);

        But your problem with white corners and transparency is interesting, I'll be thankful if you give me a test-application which I can debug…

        in reply to: Не устанавливается AlphaDB #42937
        Support
        Keymaster

          Самый простой путь – ставить пакеты под Delphi с включенной опцией “Generate all C++ files” (Project options/Linking/Linker output).
          Проблем быть не должно – несколько раз проверял в разных вариантах.

          in reply to: New SKin #42930
          Support
          Keymaster

            Hi
            This skin is really very good.
            Maybe later something similar will be created for AlphaControls too, but not now, some limitations still exists.

            in reply to: TsGeneral Data FontColor Question #42929
            Support
            Keymaster

              Hello
              It's a top, left, right and bottom colors for a text contour.

              In the AlphaControls version 7 will be used other way (HotFontColor and FontColor are deprecated) :
              TsGeneral.Props[0..1].FontColor.Color
              TsGeneral.Props[0..1].FontColor.Left

              TsGeneral.Props[0..1].FontColor.Bottom

              0 or 1 – is a state of control, normal or hot.

              in reply to: Absolutely Awfull grid titles in DevEx cxGrid #42928
              Support
              Keymaster

                Skin for version 6 is attached

                in reply to: Problem upgrading to AlphaDB2010 v6.67 #42926
                Support
                Keymaster

                  Hi
                  sDefs.inc will be found always if you define a path to the AlphaControls package in the IDE <img src="style_emoticons//smile.gif” style=”vertical-align:middle” emoid=”:)” border=”0″ alt=”smile.gif” />

                  in reply to: Absolutely Awfull grid titles in DevEx cxGrid #42925
                  Support
                  Keymaster

                    I have updated this skin. Try it, please.

                    Support
                    Keymaster

                      Thank you for researching, I have changed code in the package

                      in reply to: Dynamic Forms #42921
                      Support
                      Keymaster

                        Hello
                        You are using Dll's? If no, could you make a little demo-application where I can reproduce it?

                        in reply to: TsSpinEdit does not honor MouseWheel handling in parent #42920
                        Support
                        Keymaster

                          Thanks for message, I'll fix it in the nearest release.

                          in reply to: sCheckListBox beginupdate , endupdate #42919
                          Support
                          Keymaster

                            Thanks for message, I'll fix it.

                            in reply to: Absolutely Awfull grid titles in DevEx cxGrid #42917
                            Support
                            Keymaster

                              This problem exists because the Sand skin have not a section for headers drawing (COLHEADER).
                              I think, maybe will be better just define this section in skin?

                              PS. Could you show a screenshot, what you have now?

                              in reply to: ComboBox failure #42916
                              Support
                              Keymaster

                                Thank you for demo, it helps

                                in reply to: TsTrackbar behaves strangely if BorderWidth is set #42915
                                Support
                                Keymaster

                                  I see the problem and I'll solve it soon )

                                  in reply to: Cannot skin TStaticText properly #42914
                                  Support
                                  Keymaster

                                    StaticText is not a graphiccontrol, it's a window with own handle. I'll try to add a support of this control soon.

                                    in reply to: Not all controls are skinnable #42913
                                    Support
                                    Keymaster

                                      Hello
                                      I'll install InfoPower and I'll check it soon.
                                      As I know TwwSpeedButton(TwwNavButton) is not inherited from standard SpeedButton, maybe it's a reason of problem.

                                      in reply to: TsDBGrid won't skin #42896
                                      Support
                                      Keymaster

                                        I think problem is in SkinSection property. Default value was 'TsDBGrid' earlier (must be changed to 'EDIT'). Sorry for that.

                                        in reply to: Suggestion : two patches #42895
                                        Support
                                        Keymaster

                                          Hello
                                          Thanks Hedibo for suggestion, this property is available already.

                                          in reply to: is not a valid date and time #42893
                                          Support
                                          Keymaster

                                            Thank you

                                            Author
                                            Posts
                                          Viewing 20 posts - 4,381 through 4,400 (of 5,144 total)