![]() |
2010-03-12
, 14:23
|
Posts: 80 |
Thanked: 53 times |
Joined on Feb 2010
@ Berlin, Germany
|
#31
|
![]() |
2010-03-12
, 23:22
|
Posts: 113 |
Thanked: 26 times |
Joined on Feb 2010
@ Port of Spain, Trinidad & Tobago
|
#32
|
It sounds like you havent compiled the app?
A link to the tutorial youre following would be helful
![]() |
2010-03-12
, 23:43
|
Posts: 455 |
Thanked: 278 times |
Joined on Dec 2009
@ Oregon, USA
|
#33
|
I'd recommend to get QtCreator and start developing (with Qt 4.6.2) on your desktop. When you've got the application in the state you want, enough time will likely have passed so that PR1.2 is there and you can actually deploy it on your n900 without too much trouble.
![]() |
2010-03-13
, 00:30
|
Posts: 225 |
Thanked: 64 times |
Joined on Feb 2010
|
#34
|
Thanks for your reply.
I'm following tirtawn tutorial on post 18 on second page of this same thread.
Isn't qmake compiling it?
![]() |
2010-03-13
, 00:34
|
Posts: 225 |
Thanked: 64 times |
Joined on Feb 2010
|
#35
|
I've been messing around with QTCreator for the past couple of days (and have the necessary QT-4.6.2 testing libs installed on the N900), however I'm having some serious issues with controls not being rendered properly on the device, and control spacing going all whack. For example, 'push buttons' do not have borders (just display text), text boxes do not display borders (and are thus invisible but you can still select and type in them)
Anyone having these issues? I followed the 'MADDE on windows' tutorial, maybe I missed something?
![]() |
2010-03-13
, 03:22
|
Posts: 455 |
Thanked: 278 times |
Joined on Dec 2009
@ Oregon, USA
|
#36
|
You apt-getted the necessary 462 libs for your device, and I presume youre using scratchbox (because there is no working 462 madde I know iof, but please update me if i'm wrong) ?
Anyhows, I found a similar thing to you initially.. the buttons especially..
..and then I realised that I was writing in windows and then recomping for the n900.. and the n900 has 800x480 packed into 3.5 inches.. so my buttons that looked fine in windows at 21 px high were screwed up on device, and need to be more like 70 px high..
Did you size your ui as per hildon/maemo guidelines?
Note; you may indeed be discussing a 462 problem; all the apps I build for my n900 are limited to 453 because I ahvent succeeded in hacking 462 madde to work
![]() |
2010-03-13
, 09:52
|
Posts: 225 |
Thanked: 64 times |
Joined on Feb 2010
|
#37
|
The Following User Says Thank You to cjard For This Useful Post: | ||
![]() |
2010-03-13
, 17:31
|
Posts: 328 |
Thanked: 101 times |
Joined on Dec 2009
|
#38
|
Thanks for your reply.
I'm following tirtawn tutorial on post 18 on second page of this same thread.
Isn't qmake compiling it?