There was a discussion about this at Info-LabVIEW you can see it at(labview.pica.army.mil) or search the NI website for "error 1000" or "make current value default" But here's some info:
Error 1000 means that the VI is in protected mode, that is, you can't edit it. A vi is protected when is running or a strict type def. refnum is opened to it.
But in Built in app, as long as I know, you can't edit your vi because it has no diagram, so you should use some kind of ini files to acomplish this, I mean you should make values load at start and write current values to that file when you want.
Hope this helps.