Forum Replies Created
-
AuthorPosts
-
Koushik HalderParticipant
Yes! Your solution is working.
Koushik HalderParticipantYes! The ICON is showing without mouse hovering. But the application area is painted two times.
Koushik HalderParticipantSome more improvement is required. It
sFontStore
stores 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
.Koushik HalderParticipantThe two times of application area painting in Windows Taskbar is still present in Version 16.22.
Koushik HalderParticipantThanks 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 #70701Koushik HalderParticipantMakeTextPlain
is working partially. If anyComboBox ItemIndex
is other than -1 i.e any item is selected then if I click any component likeButton
,Edit
andMemo
etc. then selected Item ofComboBox
again becomesHTML RAW DATA
not the plain text.January 8, 2022 at 8:06 am in reply to: ComboBox and PopupMenu Customization using HTML Text required #70694Koushik HalderParticipantThank you! I have checked and it is working fine.
Koushik HalderParticipantI 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.Koushik HalderParticipantNo! No! I don’t have no problem with PNG Image. Please modify my project to load PNG image.
Koushik HalderParticipantNow 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 #70678Koushik HalderParticipantYes! Please implement it.
Koushik HalderParticipantYour 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?Koushik HalderParticipantThe above solution is not working. I am getting error as
Cannot load image. Invalid or unexpected PNG image format.
Koushik HalderParticipantMy requirement is very simple. I don’t like to allow me like simple user to extract my own
sAlphaHintsTemplate
using PE Editors likePE Explorer
,Resource Tuner
andResource Hacker
etc. 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 createsAlphaHintsTemplate
from Memory Stream using Binary Data. So what is the solution of conversion?Koushik HalderParticipantMy requirement is very simple. I don’t like to allow me like simple user to extract my own
AlphaSkin
using PE Editors likePE Explorer
,Resource Tuner
andResource Hacker
etc. 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 createAlphaSkin
from 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 #70661Koushik HalderParticipantPlease do the needful.
Koushik HalderParticipantI have just checked in Version 16.20, the same problem still present.
Koushik HalderParticipantUsing the same piece of code I can add
sImage1.Picture
andsBitBtn1.Glyph
so 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 atAacHintImage
as Undeclared identifier. What is the correct way?FYI : I don’t like to load
sAlphaHints1.Image
fromTsAlphaImageLsit
or from from external file run-time.I have updated my project. Please see details.
- This reply was modified 2 years, 11 months ago by Koushik Halder.
Attachments:
You must be logged in to view attached files.Koushik HalderParticipantWhat will be the TRANSPARENCY of Button and Rotation Of Arrows?
Koushik HalderParticipantI am hundred percent sure
AText parameter has the correct image format
. I can createTsAlphaImageLsit
usingAText parameter
. Please see there is something more. -
AuthorPosts