Saraha, Your suggestion worked! I just compile my app. I opened it and complete the pref file and then quit my app and relaunch it. The pref file inserted the name of the school in my report! Thanks!
Charles Szasz [email protected] On Apr 26, 2010, at 7:16 PM, Sarah Reichelt-2 [via Runtime Revolution] wrote: > > I set up my pref file to be a substack of my app. My app is launched using > > a > > Splash screen. The user clicks on the Preference in the menu and then > > enters > > the name of the school for the report in the Prefs substack. When the > > Preference substack is closed, the name of the school appears throughout > > the > > report at the top of the card. > > > > Here is my problem: When I added a name of the school in the preference > > pane > > and closed it the name was correctly inserted in the report. When I quit > > the > > program and restart it the name of the school is not in the report but it > > still appears in the Preference substack. So the name of the school is > > saved > > in Preference substack but it is not being saved in the report? I am > > supposed to conduct a test of my program today in a school. Can anyone give > > me a "quick fix" for this problem? > > > Charles, the pref file gets saved and it stores the data. The other > stacks in the app do not get saved I presume, so any changes to them > are only temporary. When your app starts, say in a startup handler or > in a preOpenStack handler, read the settings from your prefs file and > apply them again, as if someone had just entered the data into the > prefs stack. > > Cheers, > Sarah > _______________________________________________ > use-revolution mailing list > [hidden email] > 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/Help-with-pref-file-tp2065319p2065954.html > > To unsubscribe from Help with pref file, click here. > -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Help-with-pref-file-tp2065319p2067788.html Sent from the Revolution - User mailing list archive at Nabble.com. _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
