In my mainpage.xaml the windows mobile image(phone page) does not appear, instead white screen appears.How to get the phone page again.
The following forum post seems like a similar issue to yours "How do you set the skin of your design pane?":-
http://social.msdn.microsoft.com/Forums/en-US/Vsexpressinstall/thread/45712f01-1e4f-4dec-8896-21933f736336
Related
I am developing a web app, in the page developed i am seeing this weird icon at the bottom of the page after the footer
It is not coming in other android or iOS.
Please help in solving why this image is coming only in windows phone browser.
My issue is solved that image which is not loaded in the page is shown as like that icon in WP browsers, but all the other browsers is neglecting the image tag with no image loaded.
I am New to Windows Phone Dev. I like to Do one App after Using this App in Windows Phone
EspnCrickinfo App. When I use this App,i seen Very cool feather that Image in gallery Swiping Left and Right. I am trying this Functionally But I am Not Succeed.
I have Some JSON Link Contains Images
For Reference
I follow this MSDN But I am Getting Btns on App bar.
Please can any one suggest Me how can make this Easy.
Hear is the Perfect Answer for This Question...Image Slide Show with Swipe Effect in Windows Phone
Well if you want to have swipe effects go for microsoft toolkit and use gesture listener.
register to a flick event and you have your desired effect. This link will help you.
how to get swipe in windows phone 7
I want to display a page above page in Windows phone 7
such that the second page is transparent and when it becomes above (pop-up) the first one I want to still be able to see the first page.
You would better use UserControl s. Implement each page as a <UserControl> and load them accordingly into the MainPage.xaml.
I would suggest you to have a look at the MVVM for Windows Phone
Is it possible to change Application Icon, Splash screen etc through code, My requirement is i need to change these items after reaching a specific date say (jan-21-2012). Is there any provision present change these contents through code?
No, you cannot change these through code. These components of your application are specified via the manifest file. Regarding the Application Icon, you can have a 'live tile' for your application which is dynamic and can be changed. See MSDN:
How to: Create, Delete, and Update Tiles for Windows Phone
Maybe this blogpost about the dynamic splashscreen can help you?
http://windowsphonegeek.com/articles/All-about-Splash-Screens-in-WP7-ndash-Creating-animated-Splash-Screen
I don't think you can change the application icon this way. Do you have to change the icons multiple times through the year? Or is it one rebranding action? In that case i would suggest submit it with the new icons/splashscreen to the marketplace when you want it to change.
Here there are couple of articles about changing Splash screen:
Creating Animated Splash screen in Windows Phone7
Windows Phone 7 better Splash screen
You can extend techincs from articles above and implement your functionality.
Regarding to "Icon" use well known WP feature - Live Tiles (nice links in answers above).
Problem with the UriMapper. The flaw is when i am navigating to my EULA page which navigates to first page which navigates to Main Page.xaml but, this navigates back to EULA.xaml, here i mapped the MainPage.xaml and toggled between EULA.xaml and MainPage.xaml. So, the problem is after EULA->firstpage->EULA but i want it like EULA->firstpage->MaiNPage. How to achive this?
Regards,
Panache
You have a navigation loop.
Instead of mapping MainPage with UriMapper, map a virtual page eg. MainOrFirstPage.
Are you talking about a Navigation Loop ? I have this problem with a login screen : Remove a page from Navigation Stack
If you want a way to only show your EULA page once, have a look at these questions which all cover this issue:
Creating a Logon Screen
How do I clear navigation history in Silverlight/Windows Phone 7?
How to change the startup page of a WP7 Application
Windows Phone 7 Sign in screen redirect
On application launch show 2 different pages based on a condition?