Forum Replies Created
-
AuthorPosts
-
Hello
This error will be fixed in the next release.Hello.
I'll check it and problem will be solved soon.August 27, 2009 at 10:52 am in reply to: Problem with popupborder of TcxShellcombobox (DevExpress) #40292Hello
Here is a demo recompiled with AlphaControls v6.43 and DevExpress 6.45
You haven't such results? Maybe you have problem with upgrade?Hello and thank you for message, I'll check it soon.
Thank you for message, this code will be changed in the v6.44
Hello
Could you try the v6.43? Some changes was made there and problem may be solved.Hello and thank you for message.
This topic will be moved to the Troubleshooting and problem will be solved soon I think.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.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.
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.August 17, 2009 at 12:23 pm in reply to: How to determine required button width based on caption? #40227The SkinManager component have four functions :
CODEfunction 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 :CODEwith 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.August 17, 2009 at 12:15 pm in reply to: How do I get Aero if I am running Windows Server 2008 #40226Hello Mario, thank you for the info
August 17, 2009 at 12:14 pm in reply to: [ BUG in v6.42 ] – No Transparent Borders on Slpashscreen #40225Thank you for example, I'll check it today or tomorrow.
Yes, 'VER645' key must be enabled. In the next release this key will be enabled by default already.
I'll check it soon and problem will be solved in the nearest release I think.
August 17, 2009 at 10:27 am in reply to: Setting (a TPageControl instance).ActivePageIndex does not skin child controls #40220Hello and thank you for demo, I'll try it today or tomorrow.
Hello
Your new address was registered already and the test letter was sent there.
Have you received this mail?I understand now and problem will be solved in the next release.
AuthorPosts