Hi, I'm calling teh NUIManager ShowEditor() and everything works fine there. However, I want my users to be able to select thier default scheme, and have that load when the program loads. I'm not sure how to acomplish saving the default scheme the user selected, nor how to recall it... can you give me an example? Using VB Visual Studio 2008. Thanks.
Gary
Hi Gary,
You can save and load a NUIPalette into a file using NUIPalette.Save and NUIPalette.Load or NUIPalette.SaveToFile and NUIPalette.FromFile methods.
Regards,
Angel.