Forum Replies Created
-
AuthorPosts
-
Yes! Your solution is working.
Yes! The ICON is showing without mouse hovering. But the application area is painted two times.
Some more improvement is required. It
sFontStorestores some information that is no longer required. Like in your DemoFileName = 'E:\Design\Fonts\Regular\9585.ttf'andFileName = 'E:\Design\Fonts\Regular\9547.ttf'. As I have added some Fonts, my path is also there for any new project withsFontStore. Once Font is converted to binary data, there is no requirement storingFileName.The two times of application area painting in Windows Taskbar is still present in Version 16.22.
Thanks a lot. Now it is working flawlessly. I have checked using Frame also and working properly.
January 10, 2022 at 10:29 am in reply to: ComboBox and PopupMenu Customization using HTML Text required #70701MakeTextPlainis working partially. If anyComboBox ItemIndexis other than -1 i.e any item is selected then if I click any component likeButton,EditandMemoetc. then selected Item ofComboBoxagain becomesHTML RAW DATAnot the plain text.January 8, 2022 at 8:06 am in reply to: ComboBox and PopupMenu Customization using HTML Text required #70694Thank you! I have checked and it is working fine.
I have a checked you demo. I have not found PNG Data. I have tried to add Image Data from to code to
Image1: TImage;in DFM File but no image is shown inImage1: TImage;. Please see the case again. I need to load real PNG Data which is available in DFM File.No! No! I don’t have no problem with PNG Image. Please modify my project to load PNG image.
Now I have found the problem.
IfsSkinManager1.AnimEffects.FormShow.Active := true;andsSkinManager1.AnimEffects.FormShow.Time := 170;then the application area in Windows Taskbar is painted two times and the change is visible. As a result no icon is shown.If
sSkinManager1.AnimEffects.FormShow.Active := false;then the application area in Windows Taskbar is painted only one time. As a result icon is shown.January 3, 2022 at 12:16 pm in reply to: ComboBox and PopupMenu Customization using HTML Text required #70678Yes! Please implement it.
Your solution is working like a charm! Thanks!
However one thing is renaming. I will add 3 skins by skin data in sSkinManager1. I need to activate sometimes ItemID=0 or ItemID=1 or maybe ItemID=2. How to activate this item IDs in sSkinManager1 by coding?The above solution is not working. I am getting error as
Cannot load image. Invalid or unexpected PNG image format.My requirement is very simple. I don’t like to allow me like simple user to extract my own
sAlphaHintsTemplateusing PE Editors likePE Explorer,Resource TunerandResource Hackeretc. So I have decided not store any Binary Data to my PE. I will load Binary Data into Memory Stream then I will call it at Runtime. So I need to create to createsAlphaHintsTemplatefrom Memory Stream using Binary Data. So what is the solution of conversion?My requirement is very simple. I don’t like to allow me like simple user to extract my own
AlphaSkinusing PE Editors likePE Explorer,Resource TunerandResource Hackeretc. So I have decided not store any Binary Data to my PE. I will load Binary Data into Memory Stream then I will call it at Runtime. So I need to create to createAlphaSkinfrom Memory Stream using Binary Data. So what is the solution of conversion?December 23, 2021 at 5:48 am in reply to: ComboBox and PopupMenu Customization using HTML Text required #70661Please do the needful.
I have just checked in Version 16.20, the same problem still present.
Using the same piece of code I can add
sImage1.PictureandsBitBtn1.Glyphso why I am unable to loadsAlphaHints1.Image?
As per you suggestion I have addedsAlphaHints1.Templates.Add;, no my Argument out of range is gone but new error has come as Cannot load image. Invalid or unexpected PNG image format.. So I thinks it can be done with some little bit of modification. So you are requested to help me to modify myLoadAlphaHintsData.
Another thing is that when I am defining a variable asAacHintImage: TacHintImage;and trying to useAsAlphaHints.Templates[TemplatesIndex].AacHintImage.LoadFromStream(LData);instead ofAsAlphaHints.Templates[TemplatesIndex].ImageDefault.LoadFromStream(LData);, I a am getting error atAacHintImageas Undeclared identifier. What is the correct way?FYI : I don’t like to load
sAlphaHints1.ImagefromTsAlphaImageLsitor from from external file run-time.I have updated my project. Please see details.
-
This reply was modified 4 years, 2 months ago by
Koushik Halder.
Attachments:
You must be logged in to view attached files.What will be the TRANSPARENCY of Button and Rotation Of Arrows?
I am hundred percent sure
AText parameter has the correct image format. I can createTsAlphaImageLsitusingAText parameter. Please see there is something more. -
This reply was modified 4 years, 2 months ago by
-
AuthorPosts