Well, found the error.
While the Qt::AA_S60DisablePartialScreenInputMode has no effect. There is an attribute called platformSoftwareInputPanelEnabled : bool in PageStackWindow that enables...
Type: Posts; User: birch01; Keyword(s):
Well, found the error.
While the Qt::AA_S60DisablePartialScreenInputMode has no effect. There is an attribute called platformSoftwareInputPanelEnabled : bool in PageStackWindow that enables...
True, which is why this is so frustrating. So, if you could think of anything to try to fix this I would be grateful. I'm on a deadline and this was the least expected problem.
Please look at the...
Hi,
Could someone tell me how to disable split view input for text editors? In my application, even newly created ones, the input fields that are in lower part of the screen get covered up by the...
Thanks. At least I know I used the best possible solution. Plus, should work on meego without modification also :)
I'm developing for Symbian Anna/Belle.
At the moment I solved the problem by avoiding the use of ListItem. I used an Item then added MouseArea to capture actions and implemented custom graphic...
Hi,
I'm trying to customize the look of a list in QML. Everything is done except one annoying detail. I don't know how to change the default blue gradient on pressed item. Not the highlight for...
Yes, I tried cleaning and rebuilding. I made a new project and am slowly porting things to it to see what will break the icon things. The long press doesn't work for me for any sample application I...
Well... I tried to comment out those three lines for manual including of icons and nothing changes. I still get the same two icons. One is red square that runs the app and one is default qt icon that...
Hi,
I have a weird problem. When I install my application it creates two shortcuts, one is the default Qt shortcut that should be there and one is a red square. Funny thing, when I click the red...
Thanks,
That helped a lot.
Here's my working solution in case anyone else needs it.
main.cpp
Q_DECL_EXPORT int main(int argc, char *argv[])
Hi,
I have a qml Page and PageStackWindow like this:
main.qml
PageStackWindow {
id: window
initialPage: SomePage {}
Tried that also... doesn't work.
Since I need to catch a deadline with this I just changed the logic to append restaurants to the end and at the same time remove them from the start... Works good...
Hi,
I have a listView and I need to move the view to the middle when I load next page of items. ListView looks like this:
ListModel {
id: messageModel
}
Thanks everyone.
Hi,
Does anyone know, is it possible to display route with map in QML? Like drive to destination, walk to destination etc.
I haven't found any examples for that done in QML yet.
Ok... threw out asynchronous loading of pages from my main.qml and everything is working now :D
Hmmm I too am using PageStackWindow... I guess my implementation is flawed. Will go look for the error.
Hey,
Thanks for the hint about anchoring. That seems to have removed the problem with my button row being lower than the button next to it. But, if I don't use anchor, how do I convince toolbar...
It doesn't work fine on the device.
The only difference between device and simulator is the bottom 1cm in portrait mode. Note, there is an extra line there that hides the icons. On the device the...
Sometimes, during rotations, icons jump up to where they should be.
It looks like this:
Note the empty toolbar like line on bottom in portrait mode. That's not there on actual device. But the icons are still moved down off the screen.
...
Hi,
I have a strange problem with QML's ToolBar. For some reason ButtonRow is sometimes lower than ToolButton next to it. Also, sometimes when screen is loaded the entire toolbar is positioned...
Hi,
Could someone tell me what's the best way to detect if a ListView footer is currently visible on the screen?
Or what's the best way to handle dynamic loading of content to ListView, for...
Hi,
I'm using Nokia C7:
Symbian Anna
Sw. version: 022.007
Sw. version date: 2011-05-19
Custom version: 022.007.00.01
Custom ver. date: 2011-05-19
Product code: 059D8K6
Type: RM-675
Hi,
I have a problem when debugging applications on actual device. When I walk through code, doesn't matter where a breakpoint is set, I get a segmentation fault when the program stops at the...