the URI class has a few helper methods such as Uri.EscapeUriString and Uri.EscapeDataString. If you want access to the URL params (eg ?x=y&a=b) then here are two implementations of ParseQueryString I...
Type: Posts; User: theothernt; Keyword(s):
the URI class has a few helper methods such as Uri.EscapeUriString and Uri.EscapeDataString. If you want access to the URL params (eg ?x=y&a=b) then here are two implementations of ParseQueryString I...
Using Loukt's 'First Launch' code, another option is to use the CustomMessageBox from the WP Toolkit which has a full-screen option, examples can be found in the example app at...
Although that's valid, you're limited to key/value pairs - and it's not possible to pass objects that way.
Are you targeting Windows Phone 7, 8 or both?
Done!
... now only 2 or 3 wiki guides left to write ;)
Ok, my solution suits a little better then - my script does a find + replace on a few entries in WMAppManifest, builds, then undoes the changes.
I'll write up a wiki article mentioning the two...
I've used Flurry since last year and it works well. I've added lots of event logging to keep track of a) what features work and b) how long certain features take to run.
Also, if you deploy a WP7...
But what does that mean?
When you encrypt the data and the app has a password, what other features would you like?
Are you saying that your app works in Debug mode but not Release?
Also, is there a sample app your SkyDrive code is taken from (something I can compare the code to) ?
Ok, sounds good to me. I'm currently use the Telerik controls in my apps where I can so, when I get time, I'll put together an article or two where the official docs seems a bit spare (there can be a...
I thought I posted a similar link a couple of weeks ago, not sure why the post didn't appear - sorry about that.
That solution is simpler than mine and works well :)
The Telerik controls, although great, are commercial so not everyone has access to them - so, there should always be other options available.
It's not likely to happen. And there will always be parts of the phone you cannot call from within your app.
The mods will hopefully chime in, but I'd guess there is no way to launch any of the OEM specific apps.
Just to rule out a few things, have you tried the following...
1. Use different small + medium sized images and see if they display
2. Where you specify the counter, use a Random number instead...
Although you mentioned that you updated your Lumia 920, have you reset it?
Also, have you removed all previous versions of the app from the phone?
Do you have another device you can try to deploy the app to?
If you open Visual Studio 2012 and create a new blank Windows Phone 8 project, does that deploy to the phone?
No problem, have a good weekend coding ;)
Good idea, I'll get started over the weekend and let you know.
- Neil :)
There is no full-screen keyboard on Windows Phone. Maybe you were holding the phone side ways (horizontal) ?
It's not possible to do that with the WebBrowser control, can you give an example of what you are trying to do, then we can give suggestions?
True, I was mentioning it 'just in case', I see people get caught by the issue from time to time.
Can you post a complete class so we can test it?
EDIT:
I see you got a semi-official confirmation here......
Sorry, I forgot the mention that, the code should be in... RootFrame_Navigating