Why the TQRStandardPreview form isn't skinned?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33820
    Leandro
    Participant

    My report preview isn't affected by aplhaskin and in sThirdParty unit found this:

    initialization
    ThirdPartySkipForms := TStringList.Create;
    ThirdPartySkipForms.Sorted := True;
    ThirdPartySkipForms.Add('TApplication');
    ThirdPartySkipForms.Add('TQRStandardPreview');
    ThirdPartySkipForms.Add('TfcPopup'); {FastCube popup}

    What's the problem with skinned TQRStandardPreview?

    Thanks.

    #42839
    Support
    Keymaster

    QUOTE (Leandro @ Jun 17 2010, 10:24 PM) <{POST_SNAPBACK}>
    What's the problem with skinned TQRStandardPreview?


    Potential problems exists there, but these problems will be solved in the v7

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