Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
744
Embed AppStylist in my app?
posted
Is it possible to embed appstylist into my app, so that styles can be edited and see how it affects my app instantly at runtime and export the ISL?
Thanks,
Anthony
Parents
  • 37774
    Verified Answer
    posted

    Anthony,

    I think that you might be looking for the AppStylistRuntime component, which lets you show a dialog that enabled the editing of the currently loaded style.  There is a sample called Dynamic Styling that ships with the NetAdvantage samples that you should take a look at.  The gist of its use is that at run-time you show teh dialog with:

    this.appStylistRuntime1.ShowRuntimeApplicationStylingEditor(this, "Title");

    -Matt

Reply Children