Re: getting operator name and SIM card status on N900

2010-04-24 Thread William Maddler
On 04/24/2010 02:18 AM, Cláudio Sampaio wrote: On Fri, Apr 23, 2010 at 5:35 PM, William Maddler n...@maddler.net mailto:n...@maddler.net wrote: Hello all, I've tried googling around but got no luck. I'd need to get current operator name a SIM card status (registered/not

python app at portrait mode all the time

2010-04-24 Thread peltsip
Hi, is there a single or two rows way to define a python app to stay at portrait mode all the time? Tried to look through autorotation stuff from portrait.py[1] but didn't manage to find anything that I could use straight on. http://talk.maemo.org/showthread.php?t=31940

Re: python app at portrait mode all the time

2010-04-24 Thread Faheem Pervez
The part you want is in the orientation_changed function. Try: hildon.hildon_gtk_window_set_portrait_flags(window, hildon.PORTRAIT_MODE_SUPPORT | hildon.PORTRAIT_MODE_REQUEST) On 4/24/10, pelt...@gmail.com pelt...@gmail.com wrote: Hi, is there a single or two rows way to define a python app to

Splitting windows vertically

2010-04-24 Thread Charles Clément
Hello, I have an application, an input method, that doesn't need all the screen estate because it is not a virtual keyboard. By default in maemo, if I set a size for the window, it will show my application window in a horizontal layout, with the normal application above it and my window below. I