Jar file location for user created files

I don’t know how to say this gently, but there are many many barriers blocking you from doing this successfully. You’re not going to be able to query the internal database- it’s… internal. And your built in functions are not going to be able to deserialize anything, as its serialized using our own custom xml system.

Now, as I’m somewhat fond of saying in regards to programming, “everything’s possible”. And that’s true, given infinite time. I point that out because I don’t want you to think I’m simply blowing you off… yes, theoretically, you could reverse engineer the xml, have a program generate it, and load it into Ignition. However, that would be a very complicated task. And we really wouldn’t be able to help you with it… because then that would mean making our window serialization system more or less a public API, which we’re not really ready for.

As Kevin mentioned, though, Ignition let’s you export the windows to XML, so you can start there and see what it looks like…

Regards,