Windows Phone 7 Page Navigation (Silverlight)
Uploader Comments (teenprogrammer)
All Comments (23)
-
thnks very much!! im really very interesdet and i need ur help i have a little prob with the c# in visual studio so if u have time pleez send me ur mail!
-
can u create a photo gallery grid inside pivot item page? looking similar to picture hub. i have already found a whole page of image gallery but in single column style.
-
can you put an RSS feed in an app with C#?
-
I want to make a simple App to upload so i can be verified developer and be able to get mango but I have no programming experience but will one day soon so any help on making a simple app so I can go ahead and submit it and no worries its not going into the marketplace....It doesnt need any junk
-
the weird numbers on the side are debug information (just for your info)
-
it was helpful.. thanks!
-
Hey man, this was very helpful! Please make more videos, also do you know how to make animated page transitions?
-
Thanks man! I'm about to watch your other videos right now.
Erm, teenprogrammer. A friend of mine told me that the Click event only works for mouse clicks and not touch. On Windows 7 phones, you obviously touch the screen, there's no mouse.....Is this true?
Please please please help.
UsmaanPro 10 months ago
@UsmaanPro So sorry I am late to answer :( - that is false. The click event is captured on the device itself by tapping the screen. In fact, if you are using XNA you can poll the "mouse" state to see if the "left button" is pressed. And that refers to whether the screen is being pressed or not. So basically the mouse is the same thing as touching the screen... Hope this helps someone in the future :)
teenprogrammer 9 months ago
In the second page you could simply make: NavigationService.GoBack();
liberejaguar 1 year ago 2
@liberejaguar Ah good call!
teenprogrammer 1 year ago