Re: A real problem with Prefs!!

2010-08-06 Thread charles61
] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution View message @ http://runtime-revolution.278305.n4.nabble.com/A-real-problem-with-Prefs-tp2311179p2315803.html To unsubscribe from Re

Re: A real problem with Prefs!!

2010-08-05 Thread Chipp Walters
Charles, I will sometimes have a getPrefsFolder() function. Something like: function getPrefsFolder get the effective filename of this stack set itemDel to / delete last item of it put / Prefs after it If there is not a folder it then create folder it return it end

Re: A real problem with Prefs!!

2010-08-03 Thread Mark Wieder
charles61- Monday, August 2, 2010, 6:07:30 PM, you wrote: Hi Mark! I had that code in the actual Prefs stack but not in my app stack script. If I put the following: put tPrefs into url (binfile: specialFolderPath(26) / 504_prefs) before loadPrefs in app stack script I should be

Re: A real problem with Prefs!!

2010-08-03 Thread charles61
launched, the preferences are empty, waiting to be filled by the user. I will try your suggestion! Again thanks for your time! -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/A-real-problem-with-Prefs-tp2311179p2311653.html Sent from the Revolution - User mailing list

Re: A real problem with Prefs!!

2010-08-03 Thread charles61
a prefs stack. My experience with this have been frustrating at time but invaluable for future apps. I am posting this code so that it will be helpful to others. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/A-real-problem-with-Prefs-tp2311179p2311755.html Sent

A real problem with Prefs!!

2010-08-02 Thread charles61
named 504_Prefs What am I missing here? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/A-real-problem-with-Prefs-tp2311179p2311179.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use

Re: A real problem with Prefs!!

2010-08-02 Thread Mark Wieder
charles61- I thought that the code: put url (binfile: specialFolderPath(26) / 504_prefs) into tPrefs created a folder named 504_Prefs What am I missing here? No, that reads the prefs file. To create the file you need put tPrefs into url (binfile: specialFolderPath(26) / 504_prefs)

Re: A real problem with Prefs!!

2010-08-02 Thread charles61
, Mark Wieder [via Runtime Revolution] wrote: put tPrefs into url (binfile: specialFolderPath(26) / 504_prefs) -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/A-real-problem-with-Prefs-tp2311179p2311185.html Sent from the Revolution - User mailing list archive