First screen in app
Posted: Tue Sep 01, 2009 9:14 pm
Got some questions regarding what happens when a Rev app starts up.
Right now, my main stack is one that contains cards for maintaining the data in the app, so when I start the app, it brings up the first card in that stack.
What I want to happen is for another card to be displayed at startup, which would be a pallette (I think) containing several buttons that allow the user to choose what functions to perform.
I think I know how to change what is currently the main stack into a substack and make a new mainstack with the palette card in it, but I have a whole bunch of general purpose handlers that are in the stack script of what is currently the main stack.
Should I simply copy all these handlers from the old main stack to the new one? Or is there a better place for these handlers to be so I don;t have to move them again if I change the stack structure of the ap again?
Thanks,
Pete
Right now, my main stack is one that contains cards for maintaining the data in the app, so when I start the app, it brings up the first card in that stack.
What I want to happen is for another card to be displayed at startup, which would be a pallette (I think) containing several buttons that allow the user to choose what functions to perform.
I think I know how to change what is currently the main stack into a substack and make a new mainstack with the palette card in it, but I have a whole bunch of general purpose handlers that are in the stack script of what is currently the main stack.
Should I simply copy all these handlers from the old main stack to the new one? Or is there a better place for these handlers to be so I don;t have to move them again if I change the stack structure of the ap again?
Thanks,
Pete