Re: CrossPlatform Programming

2007-04-16 Thread adrian cockcroft
There is a comparison of GTK+ and QT for mobile applications at this URL http://www.hbmobile.org/wiki/index.php?title=GUI_Frameworks Adrian On 4/15/07, Joe Pfeiffer <[EMAIL PROTECTED]> wrote: xnike writes: >I just want to know is it good idea to use qt4 (not Qtopia) for >OpenMoko's apps? Prob

Re: CrossPlatform Programming

2007-04-15 Thread Joe Pfeiffer
xnike writes: >I just want to know is it good idea to use qt4 (not Qtopia) for >OpenMoko's apps? Probably not, unless you've got a compelling reason to use it. Openmoko itself is GTK-based, so a non-GTK application will require lots of extra libraries on a platform that really doesn't have much r

Re: CrossPlatform Programming

2007-04-15 Thread Mikko Rauhala
su, 2007-04-15 kello 21:41 +0400, xnike kirjoitti: > I just want to know is it good idea to use qt4 (not Qtopia) for > OpenMoko's apps? No, since it adds a big dependency that most OpenMoko users are not likely to already have. Eats storage and memory and install-time bandwidth. -- Mikko Rauhal

Re: CrossPlatform Programming

2007-04-15 Thread xnike
I just want to know is it good idea to use qt4 (not Qtopia) for OpenMoko's apps? Anyway, I am looking forward to NEO1973 in my hands. ___ OpenMoko community mailing list [EMAIL PROTECTED] http://lists.openmoko.org/mailman/listinfo/community

Re: CrossPlatform Programming

2007-04-14 Thread Robin Paulson
Is there way to add needed libraries for apps? if you're using linux, this can all be handled by the package manager of the host system. say you write an app that needs qt4, which isn't installed on the user's system - when the user installs your app, qt4 (and any other dependencies) gets instal

Re: CrossPlatform Programming

2007-04-14 Thread xnike
Is there way to add needed libraries for apps? openmoko-framework is good but I supposed I'll do my work at least twice with it. Am I right? ___ OpenMoko community mailing list [EMAIL PROTECTED] http://lists.openmoko.org/mailman/listinfo/community

Re: CrossPlatform Programming

2007-04-14 Thread kenneth marken
xnike wrote: In future I want to write applications for Linux, OpenMoko,Windows (one source for various OS), but I don't know what libraries(GTK, QT4, wxwidgets) use for this. Is using QT4 worth it? Sorry for my terrible English. openmoko is GTK based so...

CrossPlatform Programming

2007-04-14 Thread xnike
In future I want to write applications for Linux, OpenMoko,Windows (one source for various OS), but I don't know what libraries(GTK, QT4, wxwidgets) use for this. Is using QT4 worth it? Sorry for my terrible English. ___ OpenMoko community mailing li