Re: undefined symbol: _Py_TrueStruct

2008-02-19 Thread Sergio Galán
It was something wrong with my N800, because now, magically,it works on N800 and also in scratchbox: I've uploaded a tgz with the deb packages compiled for i386 and armel http://eclectico.net/python-hildondesktop-plugin-0.0.2.tar.gz On Feb 18, 2008 6:19 PM, Lauro Moura <[EMAIL PROTECTED]> wrote

Re: PyGTK/Hildon: CLOSING CHILD WINDOW PROPERLY?

2008-02-19 Thread Darren Enns
Daniel Martin Yerga wrote: > Try changing the line: > window2.connect("destroy", gtk.main_quit) > > with: > window2.connect("destroy", window2.destroy) > > You have more information about gtk.main_quit function in: > http://pygtk.org/docs/pygtk/gtk-functions.html#function-gtk--main-quit > > Yipp

Re: PyGTK/Hildon: CLOSING CHILD WINDOW PROPERLY?

2008-02-19 Thread Chris Lord
On Tue, 2008-02-19 at 09:49 -0600, Darren Enns wrote: > I am trying to convert my command-line Python program into a > PyGTK/Hildonized version for my Nokia N800. > > I am *very new* at doing this, so the best that I can do is look for > examples that other people have written, and this is what

Re: PyGTK/Hildon: CLOSING CHILD WINDOW PROPERLY?

2008-02-19 Thread Pierre Amadio
Hi there. On Tue, Feb 19, 2008 at 09:49:12AM -0600, Darren Enns wrote: >window2.connect("destroy", gtk.main_quit) It looks to me like gtk.main_quit() will be called each time the window is destroyed, thus killing the all application. ___ maemo

Re: PyGTK/Hildon: CLOSING CHILD WINDOW PROPERLY?

2008-02-19 Thread Daniel Martin Yerga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. On Tue, 19 Feb 2008 09:49:12 -0600 Darren Enns <[EMAIL PROTECTED]> wrote: > I am trying to convert my command-line Python program into a > PyGTK/Hildonized version for my Nokia N800. > > I am *very new* at doing this, so the best that I can do

PyGTK/Hildon: CLOSING CHILD WINDOW PROPERLY?

2008-02-19 Thread Darren Enns
I am trying to convert my command-line Python program into a PyGTK/Hildonized version for my Nokia N800. I am *very new* at doing this, so the best that I can do is look for examples that other people have written, and this is what I have been using for my 'child' window, but it does not work -

RE: Using the scrollbar on the N810

2008-02-19 Thread josh.soref
Neil wrote: > Hi Josh - I'm guessing your reply concerns my comment about > the thumbtrack capturing events slightly above/below and not > the bug being discussed (2961)? If so I can understand what > you're saying - it would just be nice if the scrollbar were > able to allow for slightly mis-d

Re: Using the scrollbar on the N810

2008-02-19 Thread Neil MacLeod
[EMAIL PROTECTED] wrote: > Neil wrote: >> Bug 2961[1] now opened for what it's worth... I've >> inadvertently assigned it to the incorrect component (input >> method framework) when it should be Window Manager (I think) >> - perhaps someone would be kind enough to reassign? >> >> After further i

RE: Using the scrollbar on the N810

2008-02-19 Thread josh.soref
Neil wrote: > Bug 2961[1] now opened for what it's worth... I've > inadvertently assigned it to the incorrect component (input > method framework) when it should be Window Manager (I think) > - perhaps someone would be kind enough to reassign? > > After further investigation this problem is not

Re: How to disable screen saver in SDL?

2008-02-19 Thread Tapani Pälli
ext Till Harbaum / Lists wrote: > Hi, > > i have a little sdl app which i use to test my tiltstick. Since the tiltstick > is none of the typical input mechanisms it doesn't reset the timout of the > screen saver. > > How can i trigger the screen saver from a pure sdl application? > > You can

Re: Using the scrollbar on the N810

2008-02-19 Thread Neil MacLeod
Frantisek Dufka wrote: > Neil MacLeod wrote: >> Richard Booth wrote: >> >>> How do others find it? >>> >>> Rich >> Exactly the same as you - when I grab the scrollbar thumbtrack, instead of >> the events being processed by the scrollbar widget the events appear to be >> processed by the main page

Re: Installing directly onto internal memory card

2008-02-19 Thread Till Harbaum / Lists
Hi, thanks, that's what i do now. Till Am Sonntag 17 Februar 2008 schrieb Charles Werbick: > You can use the pre-install script to do what you need. But you need > to make sure your post-removal script cleans it up. > > hope this helps, > charles werbick > > On 2/17/08, Till Harbaum / Lists <[E

How to disable screen saver in SDL?

2008-02-19 Thread Till Harbaum / Lists
Hi, i have a little sdl app which i use to test my tiltstick. Since the tiltstick is none of the typical input mechanisms it doesn't reset the timout of the screen saver. How can i trigger the screen saver from a pure sdl application? Till ___ maemo-

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-19 Thread Jakov
Oh, I see. Thanks, Jussi. Now I can install the application. However, it turns to the above problem. When I click a button, the application exits with error: Segmentation fault. Then let's turn to Eero Tamminen's question: "I guess in that case there's a bug in your application. Was it also a s

RE: Using the scrollbar on the N810

2008-02-19 Thread josh.soref
Richard Booth wrote: > I find it particularly awkward at the times when you want to fast > scroll down a page. I really wish the N810 had a scroll wheel Eero wrote: > I'm not sure whether this helps, but you can scroll the page with > long-press of the down key in keyboard. Short press moves >

Re: Using the scrollbar on the N810

2008-02-19 Thread Eero Tamminen
Hi, ext Richard Booth wrote: > Is there a hidden setting somewhere to improve the scrollbar > sensitivity in the web browser on the N810? > > I find it tricky to use the web browser in full screen mode. If I > try to grab the bar with the stylus and scroll down I can end up > leaving the scroll

Re: Segmentation fault in callback functions - maemo 4.0

2008-02-19 Thread Jussi Kukkonen
Jakov wrote: > Oops, installed the old deb file. Now I repack my app to new .deb file. > But I can't install with this file, the problem reported: > > > Unable to install testapp > Application packages missing: hi

Re: VS: Re: maemopad exits suddenly when clicking on Save icon

2008-02-19 Thread Jakov
Thank you. But as I know, on the target device (N800), it works only with ARMEL architecture, is it right? If so, it's unnecessary to use X86 arch, it's for testing purpose. In the end, I'll need to transfer the app to N800 device. I just don't know what's wrong with this OS2008 version. I'm think