- This topic has 6 replies, 2 voices, and was last updated 2 years, 11 months ago by Support.
-
AuthorPosts
-
December 2, 2021 at 9:32 am #70552Koushik HalderParticipant
I have downloaded your Frame Hints Demo and replaced Image with sImage because I like to use the REFLECTED properties of sImage. Then I have added one PNG Image to that. But the transparent area becomes white.
What is the solution of transparency?And another problem is that if I use my own image in GlyphChecked and GlyphUnchecked instead of ImgChecked and ImgUnchecked in sCheckBox then Tick Animation is not working though AnimCheckDrawing = True.
Attachments:
You must be logged in to view attached files.December 3, 2021 at 9:35 am #70558Koushik HalderParticipantsImage Problem resolved. Please check sCheckBox AnimCheckDrawing problem.
December 4, 2021 at 6:40 am #70571SupportKeymasterCan you show a demo with checkboxes, please?
I have trying checkboxes with glyphs received from ImageList and animation works there (skins should be active).December 4, 2021 at 10:49 am #70578Koushik HalderParticipantNo! No! You have to add Glyphs manually by browsing not from LiageList what I have mentioned in attached Image.
And another thing is that same issue of RotateArrows if own Glyphs are added manually or from ImageList. It works only for default Glyphs from loaded skin.
Attachments:
You must be logged in to view attached files.December 5, 2021 at 7:02 am #70582SupportKeymasterUnderstand now, it will be improved in the next release.
And another thing is that same issue of RotateArrows if own Glyphs are added manually or from ImageList. It works only for default Glyphs from loaded skin.
Do you mean arrows in comboboxes?
December 5, 2021 at 7:46 am #70588Koushik HalderParticipantYes! I have used my own arrows and loaded from sImageList. AddedGlyph should rotate if
AnimCheckDrawing = True;
but AddedGlyph is not rotating.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 inMouseDown
andMouseEnter
event.You know ImageList itself is a buggy component. You will found some Posts in StackOverFlow. So my request to allow option to load Glyph Data as much as possible instead of loading from ImageList for example
TacAddedGlyph
.December 8, 2021 at 8:54 am #70600SupportKeymasterAddedGlyph 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?
-
AuthorPosts
- You must be logged in to reply to this topic.