Forum Replies Created
-
AuthorPosts
-
Lasse
ParticipantStrictly speaking, the problem is Delphi 11.1 patch 1.
Lasse
ParticipantYes, you are absolutely right. I installed 11.1 and everything still works. This is a patch 1 issue. I did try to uninstall the patch before but it didn’t help.
Lasse
ParticipantThis is a Delphi 11.1 problem. I installed Delphi 11 and there are no problems.
Lasse
ParticipantI can confirm this is a Delphi 11.1 problem. I installed Delphi 11 and there are no problems.
Lasse
ParticipantI am on the same boat (64-bit AVs). I had to make a few changes to AlphaSkins but I am still wondering why this happens now. Is it Delphi 11.1 causing issues?
My changes for AlphaSkins are:
acgpUtils.pas:
748:gpaPColor := Pointer(PAnsiChar{Integer}(bmData.Scan0) + Y * bmData.Stride);
acShellCtrls.pas:
4344: // InitSystemImageList;
sGraphUtils.pas:
7506: with PRGBQuad(PAnsiChar{Integer}(srcLine) + Pixel)^ do begin
But after that I have issues with other 3rd party components and it is a huge swamp… I think I will install Delphi 11 and test if 11.1 update is causing these issues.
Lasse
ParticipantHave you build Delphi packages? There is “Delphi Compiler > Output – C/C++ > C/C++ Output file generation” -option. Is it set so that it will build C++ objects?
Lasse
ParticipantNot sure, if this case but there is a fix in patch 1…
RSP-35040 64bit packets in C++ containing Delphi code do not run
Lasse
ParticipantI tried to repeat this but I can’t anymore. It might have been an issue with my own control which I have fixed. But I will follow the situation, if it comes up again…
Lasse
ParticipantI can try to find time to create a demo. Hard to find time and energy nowadays.
Basically this happens when the page control is created dynamically. But I will try to repeat it in simple demo.
Lasse
ParticipantFor example Panel.Width := Panel.Width + 1; solves the issue. It doesn’t change the width – the panel is aligned to client and contains page control. But obviously it sends a message forward that does the trick.
Lasse
ParticipantFixed this now like this… probably not the right way but it works.
Attachments:
You must be logged in to view attached files.Lasse
ParticipantAlphaSkins v.16.17 works perfectly. Great.
-
This reply was modified 3 years, 6 months ago by
Lasse.
Lasse
ParticipantThis is Delphi 11 Alexandria issue. Your demo works fine from executable but when I build it with Alexandria, it does not. You can get both errors for example when you open your mega demo and click “Internal skins editor” button.
-
This reply was modified 3 years, 7 months ago by
Lasse.
Lasse
ParticipantI will try to find time to create demo for the first issue. The second issue is quite simple.
Lasse
ParticipantBorderStyle = bsToolWindow is causing white border (see attachment).
Attachments:
You must be logged in to view attached files.Lasse
ParticipantOh, sorry about that. It is my own control. Yes, you can remove it.
Lasse
ParticipantYou can make project files easily by yourself while waiting for official files.
Here you are (see attachment). No warnings, hints, or errors.
I created dozen project files today for Alexandria at work and I saw only minor changes in stream class parameters.
Attachments:
You must be logged in to view attached files.Lasse
ParticipantTry combo box item lists with these new skins. Both are not highlighting the row when the mouse is over…
Lasse
ParticipantBtw. another weird issue with this skin is that in a combo box the last item is not highlighted when the mouse is over.
-
This reply was modified 3 years, 6 months ago by
-
AuthorPosts