Hi all,
I've recently started developing a WPF application with Kinect, and I'm looking for a menu system. I came across this: http://www.codeproject.com/Articles/197132/Simple-WPF-Page-Transitions
Which I have edited slightly but it's not quite what I want.
The problem is that if I have a button on UserControl1 which when pressed triggers UerControl2, the new UserControl transitions behind the previous UserControl, which actually should be infront.
I have the project files here: http://dl.dropbox.com/u/6727433/Transitions.zip
Perhaps this isn't the best way of making a menus system? Just looking for advice, thanks.