Hi All,
Testing the Sqlite demo from klaus. (great tutorial)
when I go into the edit mode the title bar is not visible.
It scrolls up with the scrollview. (when the keyboard is shown)
I need a way to hide the keyboard when the user has finished editing.
I would like to put an menu icon on the tile bar for finished editing so I can hide the keyboard.
These might be multiple lines so cannot use the enter key.
Also using the
and adding some menu items.
Also can I hide show menu buttons
Hope this makes sense.
Tom
Testing the Sqlite demo from klaus. (great tutorial)
when I go into the edit mode the title bar is not visible.
It scrolls up with the scrollview. (when the keyboard is shown)
I need a way to hide the keyboard when the user has finished editing.
I would like to put an menu icon on the tile bar for finished editing so I can hide the keyboard.
These might be multiple lines so cannot use the enter key.
Also using the
B4X:
SetApplicationAttribute(android:theme, "@android:style/Theme.Holo.Light")
Also can I hide show menu buttons
Hope this makes sense.
Tom