Hi Hamish,
Sounds good to me. By the time you create the structure will see if i can come up with some real code.
Regards,
Vinay
Type: Posts; User: vinayppatil; Keyword(s):
Hi Hamish,
Sounds good to me. By the time you create the structure will see if i can come up with some real code.
Regards,
Vinay
Hi Yassine,
Sorry if that confused you bud. Let us make it more clear and understandable. Feel free to make required changes.
Regards,
Vinay
Hi Yassine,
Oh yes. I had xml:lang="en-US" in my SRGS file. Changed it to xml:lang="en-IN" and it worked.
Now to support multiple languages is it possible to get list of installed language...
I have below code for speech recognition
// Initialize the SpeechRecognizerUI object.
SpeechRecognizerUI recoWithUI = new SpeechRecognizerUI();
...
Hi,
I created a wiki article explaining to achieve the task. Follow http://www.developer.nokia.com/Community/Wiki/Creating_a_Timer,_independent_of_System_Time_in_Windows_Phone for details.
Feel...
Hi Hamish,
As the final answer there are two approaches for this problem.
1. Use the approach i provided here here (for using a splash screen just replace "progress bar" display/hide logic...
Hi,
I created and implemented a small algorithm on it. Which makes use of periodic task too.
Yes i am more than happy to write the article. :)
Regards,
Vinay
Hi
Absolutely.! Very easy to overlook the case. Thanks SB Dev for pointing this out.
Regards
Hi Yassine,
In that case offline mode wont work right? Look at the post tile "Timer independent of system time even in background and offline mode".
Regards,
Vinay
Hi Yassine,
Basically what i need is "Timer independent of system time" but i guess the implementation you suggested is system time dependent. It will go wrong after user changes system time....
Hi wizard_hu_,
I have tried these scenarios with the app. After reading your post i again gave it a try. Steps i followed was:
1. Enable flight mode. Timer reading are 1:22:50. Wait for say 2-3...
Hi theothernet,
Good point. But if you look at the code, i am not delaying the initialization. After making the asynchronous call to server page initialization continues normally.
Regards,...
Hi Paulo,
If i go with this approach then i will need to expose progress bar, and other UI controls which i want to enable disable depending on rest call response (since those wont be accessible in...
Thanks for the link but adding a splash screen now will incur a lot of rework so i was wondering if there is a synchronized way to make rest calls. BTW i had included a splash screen in my article...
I cant see any official guy posting there. Also the guy claiming of Microsoft confirming the bug did not post any link to support incident. Well i don't know if we take it as official. But what i can...
And that's exactly what happened. :P
And for your information guys i am testing it on windows phone 8 emulator and device.
I implemented Background Agents using this link. I register background agents in Application_Closing event inside app.xaml
and remove background agents on Application_Launching event
...
Hi wizard_hu. Sorry for the wrong code which seemed to sit idle for 23 sec. I modified my solution, Please check that out.
Regards.
Hi Loukt, thanksfor your response. Used the same logic but implemented using Timer instead.
Do let me know if anything wrong with this implementation.
Regards.
That's the question. How do i achieve this? How do i know i have last few seconds remaining? Do OS notifies me? if yes how? if no, shall i run my own timer and what's the best way to run a timer C#?
I tried it with another device. Sadly doesn't works.:(
I used DispatcherTimer and it works seamless. hope it wont cause any blocks in the UI.:) But using a PeriodicAgent seems typical....
Hi Loukt, thanks for your response.
Yes i have followed MVVM design pattern. But almost every view has its own ViewModel so this solution wont do.
Haven't tried with this yet. Will try it...