Hello Friends,
I am in a need to develop a sketchflow application. I use a series of pages to tell a story.
But I have a sliding tool bar at the bottom of the page and is common throughout the application. I have choose to implement the tool bar as a component screen
Now,say the user is in page 1 and bring up the tool bar and also pins it on to the app window.
if the user goes on to the next page, the sliding window is not any more pinned.
Is there any way I can maintain a persistent data common to the application , which can be used to bring up the tool bar when I navigate to the new screen.
Also can you say me if its a possibility to access application object inside one the pages (i.e in the c# class of that particular page)
Regards
RK