Forum Replies Created
-
AuthorPosts
-
SupportKeymaster
When the value changes the modified flag should be true until reset by the programmer. This is how the TMaskEdit works.
It’s how it works in my test-app. Can you show your demo where it doesn’t work, please?
SupportKeymasterI will think more, hope to find a solution soon.
SupportKeymasterI need to know what you want to do, then I can suggest a best way.
I’m not sure that copying of binary data from Dfm is good idea.Type of ImageDefault is TacHintImage.
It’s not the image, this is an object including an image and some other information (look the TacHintImage type in the acAlphaHints.pas unit).SupportKeymasterButtonSkinSection will work with custom glyphs soon.
But I can’t promise a quick implementing of glyph rotation, it’s more complicated.SupportKeymasterHi!
Can you tell me what you need to do? Why you are copying data from Dfm?
I think, I can offer a best solution.PS. Open any *.Asz file in the Hex-editor, you will see ‘AS’ there.
SupportKeymasterThanks for demo. Which text are you trying to load?
AlphaSkin file has ‘AS’ as two first chars.
Look, maybe this old demo can help you: https://www.alphaskins.com/sfiles/demos/skinandstream.zipSupportKeymasterThanks for the demo, borders will be better in the new version of the package.
SupportKeymasterThanks for the demo.
You should add new item before properties defining, like this:sAlphaHints1.Templates.Add;
But I’m not sure your AText parameter has the correct image format.
Maybe you can store it in the TsAlphaImageLsit and load it in the run-time?
Or load from external file?SupportKeymasterHello, Stephane! Thank you for the message.
I see the error, it will be fixed at the nearest days.December 12, 2021 at 8:15 am in reply to: ComboBox and PopupMenu Customization using HTML Text required #70615SupportKeymasterThank you, I’ll check it soon.
SupportKeymasterСпасибо, скоро буду смотреть.
SupportKeymasterThank you! I see what you mean now.
Such feature is not implemented at the moment. I will think, maybe it will be added later.SupportKeymasterI understand, thank you. Sorry, there is no special tool for this transformation.
You can do it manually only, as you did it already in NewAlpha.png..SupportKeymasterДобрый день
Для правильной работы ссылки нужен закрывающий тег
Попробуйте заменить<a>
на</a>
SupportKeymasterThank you, I see it in your video, but not on the my PC.
I will add some changes in the new release and hope it helps.December 8, 2021 at 8:55 am in reply to: ComboBox and PopupMenu Customization using HTML Text required #70601SupportKeymasterMaybe you can upload another demo?
SupportKeymasterAddedGlyph is not rotating
Rotating of this glyph is not implemented, dropdown arrows only.
And another thing is that there is option to completely hide Button though sComboBox1.ButtonSkinSection := ‘TRANSPARENT’; It is hidden in normal condition but again become visible in MouseDown and MouseEnter event.
Some old skins have whole arrow button defined as one glyph image.
Changing of skin section have no influence in this case. Which skin do you use in this case?You know ImageList itself is a buggy component. You will found some Posts in StackOverFlow.
StackOverFlow is huge, which problems with standard imagelists do you have?
SupportKeymasterWhy? Png24 format has the alpha-channel.
All skins has images in the Png24 format now.SupportKeymasterControls uses scaled images from imagelists automatically.
If you need some other behavior, can you make a demo, please?SupportKeymasterI see, thank you.
-
AuthorPosts