What needs to be built/included for application?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #33692
    DoctorJellybean
    Participant

    For a program to run on a machine with a skin, does the skin needs to be stored internal? Or does the program have to be compiled with the runtime package included?

    #42297
    Support
    Keymaster

    You can insert skins into Exe (the sSkinManager.InternalSkins property) or you can deploy skins as separate files (*.asz).
    You have a problem with that?

    #42310
    DoctorJellybean
    Participant

    No problem. Just didn't understand why Exe wasn't skinned when running on a laptop with no Delphi installed. So skin file must either be in Exe or deployed separately to work?

    #42327
    Support
    Keymaster

    QUOTE (DoctorJellybean @ Apr 22 2010, 01:34 PM) <{POST_SNAPBACK}>
    So skin file must either be in Exe or deployed separately to work?


    As you want, you can use both ways also. Default skin for your application may be built-in.
    In any case a skin must be accessible for the SkinManager

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