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
That's excellent, I'm not at my Dev PC right now, but could you answer the following?
1) Can you save ISL files from the runtime editor you mentioned2) Can I leave the editor in my distributed applications, or is it only intended for development use?
Thanks,
- Anthony