Support

Forum Replies Created

Viewing 20 posts - 4,801 through 4,820 (of 5,144 total)
  • Author
    Posts
  • in reply to: Magnifier problem #40294
    Support
    Keymaster

      Hello
      This error will be fixed in the next release.

      in reply to: Bug in TsListView #40293
      Support
      Keymaster

        Hello.
        I'll check it and problem will be solved soon.

        in reply to: Problem with popupborder of TcxShellcombobox (DevExpress) #40292
        Support
        Keymaster

          Hello
          Here is a demo recompiled with AlphaControls v6.43 and DevExpress 6.45
          You haven't such results? Maybe you have problem with upgrade?

          in reply to: sSpeedButton Caption #40291
          Support
          Keymaster

            Hello and thank you for message, I'll check it soon.

            in reply to: Memory Leak in acPNG #40290
            Support
            Keymaster

              Thank you for message, this code will be changed in the v6.44

              in reply to: AC + Extendedborders + MadExcept #40289
              Support
              Keymaster

                Hello
                Could you try the v6.43? Some changes was made there and problem may be solved.

                in reply to: skinmanager have a little bug #40262
                Support
                Keymaster

                  Hello and thank you for message.
                  This topic will be moved to the Troubleshooting and problem will be solved soon I think.

                  in reply to: PNG Button #40261
                  Support
                  Keymaster

                    Hello Gabriel

                    TsSpeedButton component from the AlphaControls package can do that.
                    Just change SkinData.SkinSection property to 'WEBBUTTON' or to 'CHECKBOX'.
                    If you will have a problems with that, then I can make a little demo.

                    in reply to: TsPanel + selection of TsSpeedButton #40260
                    Support
                    Keymaster

                      Hello

                      It's a common question of using SpeedButtons in Delphi.
                      Down property (TSpeedButton) – Specifies whether the button is selected (down) or unselected (up). Look standard help for more details.

                      All SpeedButtons haven't Keydown and Keyup events and can't have that.

                      in reply to: Gauge.Handle #40233
                      Support
                      Keymaster

                        QUOTE (Sereby @ Aug 17 2009, 03:38 PM)
                        does the automatical calculation work there, too?


                        I'm sorry, what you mean?

                        in reply to: Gauge.Handle #40228
                        Support
                        Keymaster

                          TGauge can't have the Handle because it's TGraphicControl.
                          You can use TsProgressBar component I think, you can change the Style property to pbstMarquee there.

                          in reply to: How to determine required button width based on caption? #40227
                          Support
                          Keymaster

                            The SkinManager component have four functions :

                            CODE
                                function MaskWidthTop(MaskIndex : integer) : integer;
                                function MaskWidthLeft(MaskIndex : integer) : integer;
                                function MaskWidthBottom(MaskIndex : integer) : integer;
                                function MaskWidthRight(MaskIndex : integer) : integer;


                            These functions returns a width of top, left, bottom and right borders of controls. MaskIndex may be found in AlphaControl(YourButton).SkinData.BorderIndex
                            So, you can use code like this :

                            CODE
                            with sSkinManager1
                              do BtnClientRect := Rect(
                                MaskWidthLeft(sBtn1.Skindata.BorderIndex),
                                MaskWidthTop(sBtn1.Skindata.BorderIndex),
                                sBtn1.Width – MaskWidthRight(sBtn1.Skindata.BorderIndex),
                                sBtn1.Height – MaskWidthBottom(sBtn1.Skindata.BorderIndex)
                              );


                            I hope this info can help you.
                            If problem will not be solved please write me again.

                            in reply to: How do I get Aero if I am running Windows Server 2008 #40226
                            Support
                            Keymaster

                              Hello Mario, thank you for the info

                              in reply to: [ BUG in v6.42 ] – No Transparent Borders on Slpashscreen #40225
                              Support
                              Keymaster

                                QUOTE (Sereby @ Aug 17 2009, 02:22 PM)
                                thanks that fixed it.
                                but why is it not equal to clFuchsia? Form-Color is set to clFuchsia!


                                Because a form was skinned and form color was changed to skin color automatically )

                                in reply to: TsSkinProvider.AC_WMGetMinMaxInfo bug #40223
                                Support
                                Keymaster

                                  Thank you for example, I'll check it today or tomorrow.

                                  in reply to: AC 6.42 and DevExpress 45 #40222
                                  Support
                                  Keymaster

                                    Yes, 'VER645' key must be enabled. In the next release this key will be enabled by default already.

                                    in reply to: sMaskEdit problem #40221
                                    Support
                                    Keymaster

                                      I'll check it soon and problem will be solved in the nearest release I think.

                                      Support
                                      Keymaster

                                        Hello and thank you for demo, I'll try it today or tomorrow.

                                        in reply to: New Version #40219
                                        Support
                                        Keymaster

                                          Hello
                                          Your new address was registered already and the test letter was sent there.
                                          Have you received this mail?

                                          in reply to: FileListBox #40218
                                          Support
                                          Keymaster

                                            I understand now and problem will be solved in the next release.

                                          Viewing 20 posts - 4,801 through 4,820 (of 5,144 total)