I performed a search for this and found a couple posts of the same problem, but they were closed with no resolution.
Documentation states:
Quote: "
If a virtual keyboard is required for text entry on this device then it will be displayed over your app.
"
The only way I can enter text into my Nook is via virtual keyboard. But nothing pops up using the code taken from the documentation. Below is a function I am using based upon the documentation example.
version 108 beta 19
FUNCTION TEXT_INPUT()
StartTextInput("save name")
text$=""
do
if GetTextInputCompleted( )=1
text$ = GetTextInput( )
EXIT
endif
SYNC()
loop
ENDFUNCTION text$
www.mindsclay.com
lucifermagus.mindsclay.com (not working with Firefox)