where do objects go?
zoraster
Posts: 10
This is a question that makes me want to bang my head on the wall!. If I am going to use objects for propeller programming, do they go in the folder with the files I am working on or do they go in the library folder for the spin tool or somewhere else?
Thanks for you patience
Thanks for you patience
Comments
If you're not sure, you can always make copies of your object to put in each project's folder. That makes it harder to maintain the object since, if you make changes, you have to change all the copies. On the other hand, you may forget to include these extra library objects if you send the project to someone else.
I personally add a date extension on all my Spin file names. This way when I make changes to an object, I can still tell which version I had used in a particular project.
-Phil
This surprises me since the Prop Tool can't seem to find an object in and open window if it's not also in one of the two folders. You are correct though, the unsaved version will be used in an open window rather than the saved version. (I just tested this.)
Thanks Phil, I didn't know this.