Forum Replies Created
-
AuthorPosts
-
rodrigo-ogioniParticipant'Support' wrote:
This is two different solutions, you can use one from these two lines.
Code:ThirdPartySkipForms.Add('TFQRClientes');or
Code:FQRClientes.tag := 256;Is this your form? Be sure that TsSkinProvider component is not placed on this form.
Good mornig,
must be why then. I have TsSkinProvider in all my forms 😮
to maintain a standard behavior on all windows . I could keep a pattern without using TsSkinProvider ?
Thanks
rodrigo-ogioniParticipant'Support' wrote:So, you should use this code:
Code:ThirdPartySkipForms.Add('TFQRClientes');Also, if this form may be changed – just change the Tag property to 256, form will not be skinned in this case.
would
ThirdPartySkipForms.Add('TFQRClientes');
FQRClientes.tag := 256;
would that be right?
Thanks
rodrigo-ogioniParticipant'Support' wrote:Thanks for screenshots.
I see “FQRClientes” in the caption of the form.
Are you sure that correct class name used? TFRLClientes?
Please, show a screenshot of the object inspector for this form.
By the way, this procedure parameter is case-sensitive.
Good afternoon,
Please find attached the image requested !
Tanks!
rodrigo-ogioniParticipant[attachment=7890:imgthirdparyskipforms.png]
'Support' wrote:I have checked it now, this code should work.
Are you sure this code is executed?
Try to insert it in the OnCreate event of the main form.
I was in the main form and put this command in oncreate,
ThirdPartySkipForms.Add('TRLReport');
but still the skin being applied .
Have I done right?
Thanks
rodrigo-ogioniParticipant'Support' wrote:When you calls this code? Are you sure this code is executed?
Good afternoon,
I tried in various places, both in the form where is the skinmanager component , as in the form where is the report .
I believe you are doing something wrong , but I'm not sure .
Grateful
rodrigo-ogioniParticipantGood Morning,
I tried that way inserting the component class
ThirdPartySkipForms.Add('TRLReport');
and I tried this otherwise placing the form name where the component is located :
ThirdPartySkipForms.Add('TFRLClientes');
In both situations the skin remains applied
is there any other way?
Grateful
-
AuthorPosts