Hey all,
I was having a problem getting a Screen Painter generated form (.srf file) to load in my application. I kept getting a "Form - Invalid" error. I then compared the XML with a form sample from the SDK. The only difference was the property "AutoManaged". Once I switched the value to "1", the form loaded fine.
Can anyone explain to me what the "AutoManaged" property is for and why it would cause this problem? Thanks!