Custom property set cRevStandaloneSettings, then the name property within that set. Make sure you have "Rev UI elements appear in lists" checked in Rev prefs or you won't be able to see it in the prop inspector.

So something like:

put the cRevStandaloneSettings["name"] of this stack into tStandaloneName

should get you what you want.

Hope that helps
Chris


On Sep 18, 2008, at 1:54 PM, Dave wrote:

Hi,

I need to get the name of the Standalone Application when I'm running in IDE mode. I have a standaloneSaved handler that sets vital information for the Standalone after is has been saved, The main problem is that the standaloneSaved handler is passed the name of the Standalone folder in which the new folder for the applications (Mac and Windows) have been saved, e.g.

<path>/StandAloneFolder/

Whereas what would be really useful would be the folder that is created to store the Standalone Application, e.g.

<path>/StandAloneFolder/AppName/

Which contains:

MacOSX
Windows

I either the folder name or I need to be able to get the Standalone Settings for the Application where the name of the Application is stored.

Does anyone have any idea on how to solve this?

All the Best
Dave





_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

--
Chris Sheffield
Read Naturally, Inc.
www.readnaturally.com

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to