Forum Replies Created
-
AuthorPosts
-
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).QUOTE2.) 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.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…
Самый простой путь – ставить пакеты под Delphi с включенной опцией “Generate all C++ files” (Project options/Linking/Linker output).
Проблем быть не должно – несколько раз проверял в разных вариантах.Hi
This skin is really very good.
Maybe later something similar will be created for AlphaControls too, but not now, some limitations still exists.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.Bottom0 or 1 – is a state of control, normal or hot.
Skin for version 6 is attached
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” />I have updated this skin. Try it, please.
July 16, 2010 at 1:12 pm in reply to: [6.67] BUG REPORT: AV error when loading an invalid packed skin / trying to reload a valid skin #42922Thank you for researching, I have changed code in the package
Hello
You are using Dll's? If no, could you make a little demo-application where I can reproduce it?July 16, 2010 at 1:03 pm in reply to: TsSpinEdit does not honor MouseWheel handling in parent #42920Thanks for message, I'll fix it in the nearest release.
Thanks for message, I'll fix it.
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?
Thank you for demo, it helps
I see the problem and I'll solve it soon )
StaticText is not a graphiccontrol, it's a window with own handle. I'll try to add a support of this control soon.
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.I think problem is in SkinSection property. Default value was 'TsDBGrid' earlier (must be changed to 'EDIT'). Sorry for that.