Maemo UI Development for N800/N810

2008-03-06 Thread kumar lomash
Hi, 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 is visible and the user can sele

Re: RE : Re: RE : Re: Fullscreen and Flash

2008-03-06 Thread koos vriezen
2008/3/6, Frédéric Charrier <[EMAIL PROTECTED]>: > it works now with my swf file ! > how can I switch to fullscreen mode ? Use the fullscreen hardware key (the most left, on top of the device) Remember, you may have to use the hardware windows key to get out of fullscreen (I still have to fix th

GUI Flasher

2008-03-06 Thread pancake
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 initial working version: http://

Re: Hybrid Web/Python apps with gtkmozembed

2008-03-06 Thread tonikitoo (Antonio Gomes)
Hi, > Hi there, > > I spent a few days working on a Maemo Python app that embed mozilla > via gtkmozembed. This ITT posting has a short description and > screenshots, source and debian packages are available on the linked > page: > > http://www.internettablettalk.com/forums/showpost.php?p=150

Gstreamer: udp bug?

2008-03-06 Thread ext-lukasz.1.kondrad
Hi all I want to have a simple RTSP client on N810. I was thinking that gstreamer would be the easiest solution. The first step iwas to received only video. The command line to do that is: gst-launch rtspsrc location=rtsp://path/to/file ! decodebin ! ffmpegcolorspace ! Autovideosink This works

precision of ADC value of battery

2008-03-06 Thread Vinod Hegde
Hi, I read dev/retu (using ioctl) to get the voltage value ( ? ) of battery. RETU_IOCH_ADC_READ is the argument for the ioctl. I repeatedly ran the application which reads and prints the value. but it does not vary much unless i run heavy application which consumes lot of power. I want to see the

Re: how to add filter to HildonFileChooserDialog

2008-03-06 Thread Markku Vire
Hi, HildonFileChooserDialog implements GtkFileChooser interface, so you can just do a cast. Fo example: gtk_file_chooser_set_filter(GTK_FILE_CHOOSER(your_hildon_file_selector), filter_to_be_set); -Markku- Yuan Jiang wrote: > Can you give me an example? > > void gtk_file_chooser_set_filter(Gtk

Re: how to add filter to HildonFileChooserDialog

2008-03-06 Thread Yuan Jiang
Can you give me an example? void gtk_file_chooser_set_filter(GtkFileChooser *chooser, GtkFileFilter *filter); The first param, what should I provide. I try to use HildonFileChooserDialog But it doesn't seem to work. Thanks. On Thu, Mar 6, 2008 at 4:42 PM, Markku Vire <[EMAIL PROTECTED]> wr

Tr: RE : Re: RE : Re: Fullscreen and Flash

2008-03-06 Thread Frédéric Charrier
Sorry, I forgot to send my answer to the maemo mailing list. > > I installed kmplayer on my N810. Then, I tried to open my swf > > file. > > kmplayer crashed ! > > A follow-up mail suggests you may using an older Chinook image. > Please > try to reproduce with the latest. > Also, if only works

Re: how to add filter to HildonFileChooserDialog

2008-03-06 Thread Markku Vire
Hi, Use normal gtk_file_chooser_set_filter In order to setup the filter matching image files, you can use gtk_file_filter_add_pixbuf_formats Hope this helps, -Markku- Yuan Jiang wrote: > anyone can tell me how to add file type filter to HildonFileChooserDialog. > > I just want to show