Forum Replies Created
-
AuthorPosts
-
November 22, 2021 at 3:02 pm in reply to: TsPanel with ColorTone is not working as before with transparent objects #70512cypherosParticipant
Better in 16.19 but have another sample showing the problem again.
Attachments:
You must be logged in to view attached files.October 30, 2021 at 10:06 am in reply to: TsPanel with ColorTone is not working as before with transparent objects #70435cypherosParticipantNot finally fixed in 16.18. I thought the problem was fixed but if I change the colortone to another color, the problem shows up again.
Attachments:
You must be logged in to view attached files.October 8, 2021 at 9:42 pm in reply to: TsPanel with ColorTone is not working as before with transparent objects #70386cypherosParticipantSee the attachement how 16.15 looks like.
Attachments:
You must be logged in to view attached files.September 14, 2021 at 10:53 am in reply to: 3 Problems with Alphaskins 16.14 and Delphi 10.4.2 #70327cypherosParticipantThanks, seams to be fixed now.
cypherosParticipantThanks for your kind support.
It seams to solve the problem.cypherosParticipantFound out that “SkinManager.SkinnedPopups := False” is doing the trick.
December 16, 2019 at 5:37 pm in reply to: List of TsRadioGroup is not skinned correctly 14.35 under Delphi 10.2.3 #68238cypherosParticipantThank you very much for your good and fast support. Works like a charm.
I have never regretted buying a lifetime license many years ago.
- This reply was modified 4 years, 11 months ago by cypheros.
December 15, 2019 at 2:15 pm in reply to: List of TsRadioGroup is not skinned correctly 14.35 under Delphi 10.2.3 #68233cypherosParticipantYes, that would be great.
cypherosParticipantExperts:
- DDevExtensions 2.84[*]Compiler Speed Pack x86 6.2 for Delphi 10.2[*]Compiler Speed Pack x64 6.2 for Delphi 10.2[*]Compiler Speed Pack Android 6.2 for Delphi 10.2[*]IDE Fix Pack 6.2 for Delphi 10.2[*]Exbaradero Quality Insight[*]IntraWeb XIV
uses
Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
Vcl.Controls, Vcl.Forms, Vcl.Dialogs;
cypherosParticipantHave the same with Tokyo (10.2.3) and AS14.13
Just create a new VCL application. Double click the form and in the create event enter the the text “application”. As soon as you enter a dot after application, you will get a list of properties and methodes. See attachement 1.
Delete the word “application.” and add a Skinmanager to the form and then build the application.
If you now double click the form again and put a dot after the word “application”, you will no longer get anything. See attachement 2.
This is very annoying.
cypherosParticipant'Support' wrote:Thank you for the demo.
You can try the version 12.06, this issue is solved there.
Thank you very much for fixing this. This was important for my product.
I really appreciate your fast and qualified support.
I'm happy with the fix but I found a remaining problem if AllowOuterEffects is disabled.
[attachment=8274:SkinError3.PNG]
But this has no priority to me.
cypherosParticipantSorry, needed to update the error description. Not AllowExtBorders but AllowOuterEffects is causing the missbehavior.
But even with AllowOuterEffects disabled there is a repaint problem if you move or resize the parented form:
[attachment=8261:SkinError2.PNG]
I attached a short sample to reproduce the problem.
cypherosParticipantThanks for the informations. As I was using Delphi 10 and Alphaskins 10.x in the past, now I've updated to Delphi 10.2 and Alphaskins 12. This is causing more problems as I expected.
I will look into the new Skinmanager properties. Thanks for your support.
cypherosParticipantYes, Skinmanager and Skinprovider are missing as it makes no difference.
After some further tests, it seams the problem appears also with the TListView. So the bug has to be in the Embarcadero code or in Windows 10.
cypherosParticipantHave the same problem. The download link is missing.
December 2, 2015 at 11:42 pm in reply to: sSkinManager prevents applications from running under Wine/Linux/OSX #54458cypherosParticipant'Support' wrote:Hello! Thank you for the message.
Next version has been uploaded today already. Your solution will be implemented in the v10.23
Thanks for your great support. Many problems have beeen fixed with new version 10.22 and it's not a big deal to wait some more days for the 10.23 .
cypherosParticipant'egorea1999' wrote:Where you delete line (2097)?
sListView.pas
cypherosParticipant'Support' wrote:Hello!
The package with support of Seattle will be published today.
Great, thanks for your support.
cypherosParticipantIf you have source code license, you can try to compile it for Delphi 10.
As a quick workaround, you can change sDefs.inc and add two lines:
{$IFDEF VER300} {$DEFINE DELPHI_10} {$ENDIF}
{$IFDEF VER290} {$DEFINE DELPHI_XE8} {$ENDIF}
…
{$IFDEF DELPHI_10} {$DEFINE DELPHI_XE8} {$ENDIF}
{$IFDEF DELPHI_XE8} {$DEFINE DELPHI_XE7} {$ENDIF}
…
After that, you can use the packages from the previous version acntDelphiXE8…
I was able to compile and use AlphaSkins under Delphi 10 Seattle. But I didn't test it on bigger projects. Maybe there are hidden bugs needing changes to the source code.
cypherosParticipant'Lasse' wrote:Is there any plan to support Delphi 10 Seattle?
I hope so, new Delphi 10 support would be important for me, too.
-
AuthorPosts