![]() |
2009-12-11
, 13:18
|
|
Posts: 516 |
Thanked: 643 times |
Joined on Oct 2009
@ Denmark/Poland
|
#2
|
![]() |
2009-12-11
, 13:25
|
Posts: 219 |
Thanked: 94 times |
Joined on Nov 2009
@ Helsinki, Finland
|
#3
|
The Following User Says Thank You to naabi For This Useful Post: | ||
![]() |
2009-12-11
, 13:31
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#4
|
![]() |
2009-12-11
, 13:35
|
Posts: 341 |
Thanked: 607 times |
Joined on Dec 2008
|
#5
|
The Following User Says Thank You to kanishou For This Useful Post: | ||
![]() |
2009-12-11
, 13:41
|
Posts: 341 |
Thanked: 607 times |
Joined on Dec 2008
|
#6
|
thank you guys for being so prompt in your responses.
That does help.
Sorry but im still confused about the hildon framework.
http://maemomm.garage.maemo.org/docs...l/classes.html
I thought that hildon framework was some kind of a wrapper over GTK developed for Nokia handhelds.
So my choices can be QT OR GTK OR Hildon , isnt that right ?
Id still go with QT as its C++ based and I can use either C++ or python for creating the app, but I just wanted to know what this hildon framework classes in the above link were, and whether it gives me more options for creativity while creating the app .
Thanks again.
![]() |
2009-12-11
, 13:51
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#7
|
Hildon is an extension to Gtk, that adds Hildon specific widgets (like the pannable area). The majority of elements used in system applications are Hildon widgets, not plain Gtk widgets. Hildon also has many helper functions to use Gtk widgets in the Fremantle style, to apply the right themeing, etc.
Qt for Fremantle is doing the same now, with custom widgets that behave like their Hildon counterparts. However, those haven't been used extensively in applications yet, as it was just released a very short time ago.
![]() |
2009-12-11
, 21:26
|
Posts: 415 |
Thanked: 732 times |
Joined on Jan 2009
@ Finland
|
#8
|
![]() |
2010-01-13
, 10:11
|
Posts: 4 |
Thanked: 0 times |
Joined on Jan 2010
|
#9
|
exactly the answers I was looking for.
So things like getting a menu when I click on the application title on the window , or having a system wide setting apply to my windows/apps etc, I presume this would come as hooks by default when I use the hildon framework.
But if I use QT or GTK I wouldn't have this , am I right in that presumption ?
![]() |
2010-01-13
, 12:37
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#10
|
Im about to start on some application development , wrt this
1. I was wondering do I need to use QT or Hildon Api's to create windows, buttons likewise to build my app ?
I understand QT is integrated with hildon, but im confused with this.
2 . Also in the future, I may want to access phone functions, like placing a call/sms/email or the sensors, does this have anything to do even remotely with the choice I make QT/hildon above ?
Apologize if these questions have already been answered,I will be most grateful if I can be forwarded to that post if thats the case.
Thanks for clarifying .