what should i add for fastreport support get skinned ?

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #35085
    guyinwonder
    Participant

    Hi , could anyone help me , I am using Fast report for reporting but somehow the windows didn't get skinned,

    could anyone point me the pointer on how to make the alpha skin recognize fast report ?

    #47881
    Witcher
    Participant

    Hello!

    Look for ThirdParty property in TsSkinManager component. In property editor just select Fast/Quick Report package item and press “<<" button to add this package in skinned controls list. Thats all.

    #47884
    guyinwonder
    Participant
    'Witcher' wrote:

    Hello!

    Look for ThirdParty property in TsSkinManager component. In property editor just select Fast/Quick Report package item and press “<<" button to add this package in skinned controls list. Thats all.

    alread did that but it seems when i stated frxfastreport.ShowReport; the form preview didnt get skin.. what todo next ?

    #47887
    Witcher
    Participant

    Perhaps problem in different case in component names.

    ThirdParty list is a case sensitive!

    In your post before you wrote: “frxfastreport”. Be sure that in your code this component have type named TfrxReport, i.e.

    frxfastreport : TfrxReport;

    but not

    frxfastreport : tfrxreport;

    #47888
    guyinwonder
    Participant
    'Witcher' wrote:

    Perhaps problem in different case in component names.

    ThirdParty list is a case sensitive!

    In your post before you wrote: “frxfastreport”. Be sure that in your code this component have type named TfrxReport, i.e.

    frxfastreport : TfrxReport;

    but not

    frxfastreport : tfrxreport;

    I am following your post previously

    Quote:
    select Fast/Quick Report package item and press “<<" button

    so the TfrxReport by default was not registered ( as per template it didn't included TfrxRepot ) so if i have to include TfrxReport what type should i put for this TfrxReport ?

    as per name it was default when we drop it at form .

    #47920
    Support
    Keymaster

    Hello!

    Adding of 'TfrxRepor'is not required, form should be skinned automatically.

    The ThirdParty property may be used for a skinning of controls only.

    You have a problem with a skinning of report preview still?

    #47930
    guyinwonder
    Participant
    'Support' wrote:

    Hello!

    Adding of 'TfrxRepor'is not required, form should be skinned automatically.

    The ThirdParty property may be used for a skinning of controls only.

    You have a problem with a skinning of report preview still?

    yes .. the fast report preview page didn't get skinned using standard skin provided

    #47932
    guyinwonder
    Participant

    another test shows up if the frxreport set as mdichild then it won't get skinned.

    if set as normal form then it skinned perfectly .

    (you can set as mdichild at frxreport option)

    #48055
    guyinwonder
    Participant

    any news on how to make fast report get skinned when set in mdi child ?

    #48088
    Support
    Keymaster

    Now I understand a problem, child forms can't be skinned automatically.

    I'll try find a solution, but I can't give a guarantee.

    #48108
    guyinwonder
    Participant
    'Support' wrote:

    Now I understand a problem, child forms can't be skinned automatically.

    I'll try find a solution, but I can't give a guarantee.

    ty

    #48216
    guyinwonder
    Participant
    'guyinwonder' wrote:

    ty

    tested with new version 7.63 , fastreport with mdichild type still didnt get skinned properly . . .

    when this problem can be solved ? any aproximate time ?

    #48248
    Support
    Keymaster

    Tomorrow will be released new version where this behavior will be improved.

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.