09-17-2012 07:35 AM
Hi
As a matter of curiosity, is anybody actually writing or porting substantial applications using Qt? Or is Qt still in the realms of interesting experiments? I ask because there doesn't seem to be much discussion on this forum. Is this a topic that is discussed elsewhere?
Best wishes
Kevin
09-17-2012 08:14 AM
09-17-2012 11:03 AM
09-17-2012 01:05 PM
09-17-2012 01:09 PM
Oleg, it is impossible to get current state (shown/hidden?). Sometimes it is needed.
09-17-2012 01:16 PM
Not only an interest, but I have also offered up regular rebuilds of the QT Library (as well as the symbian components) for both the Device as well as the SIM.
09-17-2012 01:52 PM
XD Do you have a PDF viewer like Okular too ![]()
09-17-2012 02:52 PM
Hi Oleg
The problem with the keyboard is that it pops up over the top of whatever widgets are displayed. If one of them happens to be a text control, then there's just no way to use the application. Well, I suppose you could just type blind, and hope that the text is OK.
Essentially, you can't put any widget that takes text in the bottom half of the screen, because as soon as the keyboard is displayed, you can't see the widget any more.
If an event were dispatched to the application when the keyboard appeared and disappeared, it would be relatively straightforward to adjust the layout so that everything were accessible. It would still be somewhat awkward to ensure the that widget with input focus is always in view, but it would at least be possible. At the moment, it doesn't seem to be possible.
Or am I just missing something, somewhere?
Best wishes
Kevin
09-17-2012 10:24 PM
Perhaps this will help?
http://www.developer.nokia.com/Community/Wiki/Work
or maybe:
http://qt-project.org/forums/viewthread/11544
Are you using the symbian qml components or widgets? Are you using the latest Qt4.8.3 libs? There are many fixes for QNX in the latest libs as fixes for bb are coming in weekly... http://qt.gitorious.org/qt/qt/commits/4.8
Good luck,
Jon
09-17-2012 10:31 PM
Thanks Jon, I'll try the first link, it might actually work.
BTW 4.8.3 did not work at all on BB10 without this patch:
diff --git a/src/plugins/platforms/blackberry/qbbintegration.
index 6733f18..025b537 100644
--- a/src/plugins/platforms/blackberry/qbbintegration.
+++ b/src/plugins/platforms/blackberry/qbbintegration.
@@ -36,6 +36,7 @@
*************************************************
//#define QBBINTEGRATION_DEBUG
+#define QBB_SCREENEVENTTHREAD