I'm t ryng to add a chat feature with an app. When the keyboard comes up, it obscures the UI, so I always kept the edits above the keyboard area. But now, I'd like to provide a "facebook-style" chat UI, where the text entry is docked to the top of the keyboard, with the previous chat history above that, and not obscuring any previous messages. How could I do that in QML?
+------------------------------+ | previous chat | | history | | goes | | here... | +------------------------------+ | [ text entry here ] [send] | | [ OSK line 0 ] | (usually 1-0, if present ) ] | [ OSK line 1 ] | (A-L] | [ OSK line 2 ] | (Z-M)] +------------------------------+ _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest