Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In the windows phone 7, settings->Email+accounts->create a account, the screen contains two buttons below, 'previous' and 'sign in'. The soft keyboard does not overlap these buttons. I want to implement a similar functionality in my application. I have two buttons at the bottom of the page but these buttons get hidden due to the soft keyboard. Is there any way, where I can show the keyboard above the buttons and application bar buttons are not serving the purpose. Could you please suggest a method as what can be done for this.

share|improve this question
let me just make it clear - the app bar and the app bar buttons are not an option for you? – igrali Jul 6 '12 at 9:57
nope according to the design, i need to place buttons in the rectangle shape – user1448092 Jul 6 '12 at 10:49
Did you ever solve this? – zaitsman Apr 11 at 5:01

1 Answer

this is not possbile. The mechanism available to developers (3rd party.. non partner) is using AppBar buttons only.

the default WP code does not use controls available in SDK. Instead the SDK and the additional controls try to replicate functionality / behaviour of native controls used

share|improve this answer
Is there a source for this information? – zaitsman Apr 11 at 5:00
Knowledge and experience of doing WP dev for 2 years? If you doubt that, search through the 100k+ apps on store and find one 3rd party app – Hermit Dave Apr 11 at 7:21
Hi Hermit, I wasn't having the go at you, i just would like to have some sort of official confirmation for this line from you: the default WP code does not use controls available in SDK. – zaitsman Apr 11 at 11:11
The basis of that was general conversations with a few people involved with Silverlight toolkit. Performance wise / design wise, you can come close Stock apps but you can't make your apps behave the same way.. more asked question is behaviour of the email viewer – Hermit Dave Apr 11 at 11:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.