![]() |
2010-06-17
, 10:02
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#2
|
![]() |
2010-06-18
, 10:13
|
Posts: 131 |
Thanked: 36 times |
Joined on Dec 2009
@ Spain
|
#3
|
python 2.5 and gtk/hildon. there are of course some things that work differently across the major versions, but those are genrally minor things.
much more important diffference is that maemo5 stronly prefers finger size UIs and Harmattan requires them, do don't do anything that would require stylus.
![]() |
2010-06-20
, 07:38
|
Posts: 540 |
Thanked: 288 times |
Joined on Sep 2009
|
#4
|
and about stylus... are you only talking about interaction with windows?
![]() |
2011-03-04
, 14:42
|
Posts: 131 |
Thanked: 36 times |
Joined on Dec 2009
@ Spain
|
#5
|
![]() |
2011-03-04
, 14:59
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#6
|
I left this interesting task for a long time, but now I have more time and I will start with writing code for gtk/hildon and Maemo4&5.
More questions
Could Nokia leave the support for Gtk in future OS versions?
Should I use Maemo 4SDK or Maemo5 SDK?
The Following User Says Thank You to epage For This Useful Post: | ||
![]() |
2011-03-14
, 22:50
|
Posts: 131 |
Thanked: 36 times |
Joined on Dec 2009
@ Spain
|
#7
|
![]() |
2011-03-15
, 17:15
|
|
Posts: 298 |
Thanked: 341 times |
Joined on Aug 2010
@ This world :)
|
#8
|
I've been reading about python and doing small tests with python 2.3.5.
Now I want to write code for pymaemo+hildon+gtk, and I would like to use a IDE editor in MacOSX computer.
I read about IDLE, which came by default with python distribution, and my question is:
can I install and use the latest python (version 3.2)?
Are you using any IDE? which do you recommend?
![]() |
2011-03-15
, 17:35
|
|
Posts: 1,684 |
Thanked: 1,562 times |
Joined on Jun 2008
@ Austin, TX
|
#9
|
I've been reading about python and doing small tests with python 2.3.5.
Now I want to write code for pymaemo+hildon+gtk, and I would like to use a IDE editor in MacOSX computer.
I read about IDLE, which came by default with python distribution, and my question is:
can I install and use the latest python (version 3.2)?
Are you using any IDE? which do you recommend?
![]() |
2011-03-21
, 13:52
|
Posts: 131 |
Thanked: 36 times |
Joined on Dec 2009
@ Spain
|
#10
|
UI elements, buttons etc, text-input is handled by the Hildon framework automagically depending on HW and settings etc.
Screen resolutions are very different on N8x0 and N900 too, so make sure you use the size constants (HILDON_SIZE_xx) since "fanger sized" button is a lot more pixels on N900 than on N8x0 (especially and issue for any bitmaps you might use in your UI).
I know programming for QT is only supported for OS2008, after install an early and limited version of QT.
What about tcl/tk? have any dependency of gtk/qt?
Are there any script language/interpreter with graphic functions who works in QT and GTK?
In conclusion I have a Os2008 device and I prefer don't be dependent of any company decision however I understand the nokia movement to QT.