hello aaike64,
You can use InvariantCulture
double a = Convert.ToDouble(textBox2.Text, System.Globalization.CultureInfo.InvariantCulture)
Yassine,
Type: Posts; User: Loukt; Keyword(s):
hello aaike64,
You can use InvariantCulture
double a = Convert.ToDouble(textBox2.Text, System.Globalization.CultureInfo.InvariantCulture)
Yassine,
Hi yan_
Not at all the effect will stay the same since there is a Black background (<Grid Background="Black">) behind the panorama.
But you've pointed out a good idea playing with the light/dark...
Hello Elaachebbi
This forum is for software development questions only, you may find your answer here : http://discussions.europe.nokia.com
As far as I know, there is no trick to search in old...
Hello
It's easy, retrieve it from : NetworkInterfaceInfo using Bandwidth property
Yassine,
Thank you Wizard_hu_
I had those two options in mind, I was hoping that there maybe be another easy solution.
I will try the first one (Merging the two brushes into one CustomBrush)
Extending...
Hello guys,
I'm facing a little probleme, I want to put two brush layer in a background property
let's say it's for a Panorama control :
<phone:Panorama>
<phone:Panorama.Background>
Hello
seems like you search for something like this : http://sorokoletov.com/2011/08/windows-phone-70-handling-text-entry-screens/
You can follow the solution above or try to play with...
Congratulations traud !
Congratulations !
Hello,
Have you set the required capabilities in the manifest (for front and back camera) ?
And is it possible to show us the snippet you're using ?
Yassine,
as the error and theothernt stated just : "uninstall the app, restart your Windows Phone and retry"
while restarting your phone, leave it off for about 10 sec. then switch on and try again.
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202942(v=vs.105).aspx#BKMK_ConstraintsforPeriodicAgents
If you don't call NotifyComplete() the task runned by the background...
Hello and welcome,
this seems helpful(Thank you) but you should put this in the wiki page !
Hello, could you please tell us where did you find this ?
as far as I know a background agent needs to be registered through "code" and this code needs to be executed, so in order for you background...
Long data processing in Windows phone periodic task / Background Agent
But still I prefer Handing potentially long running periodic tasks on Windows Phone
Hello,
can you be more specific about this line ? there may be some workarrounds for it.
Sorry guys didn't have much time to edit, I did some code on the wikipage now if you could review it (it's TBC).
need to add a feature in the snippet :
- if there is no connection block complety...
I suggest that we put there all the solutions, system dependent, network dependent timers ... I really got confused reading the article (sorry vinayppatil)
regarding Joaocardoso solution, it could...
Glad that it worked however can you test this one xml:lang="en" it should work for all english language packs.
For the language pack are you refering to the culture ?
then you should compare...
Your issue seems to be this "An attempt to load a CFG grammar with a LANGID different than other loaded grammars."
as stated here...
Hello Ricardo,
This forum is for software development questions, if you have a problem using a Nokia device or a device improvement suggestions the correct place for your posts is:...
Hello Manoj_a
as stated here http://www.developer.nokia.com/Community/Discussion/showthread.php?232834-Access-sms-and-call-history-from-WP7
there is no api actually for doing this, nor for WP8....
You might do it with ReverseGeocodeQuery for each change in the box, search for the elements with reverseGeocodeQuery.QueryAsync you'll get a list of address/postcode as a result in QueryCompleted ,...
Thank you, everything is working fine now !
Congratulatons Sara !
Yassine,