Re: Maemo UI Development for N800/N810

2008-03-07 Thread Eero Tamminen
Hi, ext kumar lomash wrote: I have been developing GUI using GTK +2.0 and now I am facing some performance issues. Let me first describe The implementation: - The UI consists of layouts (GtkContainers) which have event box and image widgets. At any given time only one of the four layouts

GtkWindow GtkFixed Offset

2008-03-07 Thread kumar lomash
Hi, I have a normal Hildon window, on which I put a GtkFixed container. The problem is that the container seems to have a 10 pixel offset from the top-left corner of the parent (hildon) window. I tried using container border width, alignment etc but could not resolve this issue. I also found the

Re: Maemo UI Development for N800/N810

2008-03-07 Thread kumar lomash
Hi Eero, I tried reducing the hierarchy and it helped, but I am still trying to reduce it further. Currently I am using 24 bit png (24 bit bmp converted to png) images for all image widgets. Will it help if I use 8-bit bitmaps (converted to png) to lighten the UI? Is there any other image format

Re: GUI Flasher

2008-03-07 Thread pHilipp Zabel
On Fri, Mar 7, 2008 at 9:24 AM, Eero Tamminen [EMAIL PROTECTED] wrote: Hi, ext pancake wrote: I'm pleased to announce the first version of the GUI for the Free Nokia Internet Flasher (the 0x). I named it 'goxf' (yeah looks as weird as the other) ;) I just spend two funny

Re: Maemo UI Development for N800/N810

2008-03-07 Thread Ross Burton
On Fri, 2008-03-07 at 11:53 +0530, kumar lomash wrote: The Problem: - Whenever user switches between layouts, I hide other layouts (hide the containers) and show the selected layout. The problem is that it takes very long to do these operations. Use a GtkNotebook with hidden tabs to switch

Fwd: Control panel applet in maemo with python

2008-03-07 Thread Sergio Galán
I was reading the tutorial for writing Control panel desktop in maemo ( http://maemo.org/development/documentation/tutorials/maemo_4-0_tutorial.html#cpa ) But only mentions c, and looking for python bindings in google couldn't find anything. ¿Does Someone know if its possible to program these

Recording audio in python

2008-03-07 Thread Mark Chang
Sorry for the ignorance -- I just got this thing :). We are trying to do recording from the microphone input and playback using Python. The archives tell me that I can do playback through osso-media-server or through gstreamer, and that the osso thing is the native playback mechanism. I saw some

Re: Recording audio in python

2008-03-07 Thread Fred
Mark Chang a écrit : Sorry for the ignorance -- I just got this thing :). We are trying to do recording from the microphone input and playback using Python. The archives tell me that I can do playback through osso-media-server or through gstreamer, and that the osso thing is the native

Re: GtkWindow GtkFixed Offset

2008-03-07 Thread Florian Boor
Hi, kumar lomash schrieb: I have a normal Hildon window, on which I put a GtkFixed container. The problem is that the container seems to have a 10 pixel offset from the top-left corner of the parent (hildon) window. this sounds a little bit like screen size vs. window client size. The

Re: GUI Flasher

2008-03-07 Thread Florian Boor
Hi, pancake schrieb: I'm pleased to announce the first version of the GUI for the Free Nokia Internet Flasher (the 0x). I named it 'goxf' (yeah looks as weird as the other) ;) I just spend two funny nights playing with Gtkaml, Vala, Unix IPC and the flasher internals to get an

Launch image to increase feeling of responsiveness (a la iPhone)

2008-03-07 Thread Andrew Flegg
Hi, Reading the recently released iPhone SDK's Human Interface Guidelines document[1], I came across an interesting idea: every application has a launch image configured which is immediately displayed on launch to improve the user experience. The theory goes that because the user sees something

Re: Recording audio in python

2008-03-07 Thread Mark Chang
On Fri, Mar 7, 2008 at 10:13 AM, Fred [EMAIL PROTECTED] wrote: I suppose you could get recording example from Maemo Recorder ... I thought that was C? I'll take a peek and see if I can glean something. -- Mark L. Chang ___ maemo-developers mailing