Lessons tagged: standalone
-
Updated on: Jun 01, 2011
How do I save custom properties in a standalone application?
Custom properties are a very useful way to store information, and if you want that information to persist between sessions you can just save your stack and the custom properties are saved and available next time you start it up. But what if you want to use and save custom properties once you h...
-
Updated on: Jun 29, 2010
How to create an application that opens when you drag a file onto it
Lots of applications and programs allow you to open them by dragging a file onto the application icon. The application will then open and load the file you dragged on.
It is quite simple to add this behavior to your Rev standalones. In this lesson we will show you how to create a stand...
