calendar backend, CMulticalendar and importIcsFileData

2009-12-11 Thread Pierre Amadio
Hello. I am trying to understand how the calendar api works: http://maemo.org/api_refs/5.0/beta/calendar-backend/ I have several ical calendar exported from zimbra that i wish to import in a calendar on the n900. I manage to make something that seems to work (see attachement), but i realise i ha

Re: Needing help with dead unit.

2008-10-29 Thread pierre . amadio
Hi there. On Wed, Oct 29, 2008 at 09:00:20AM -0700, Tim Ashman wrote: > On Wednesday 29 October 2008 08:30:51 am Ryan Abel wrote: > > Did you go to the correct page for your unit? > > > I did, not only that when I was on the phone with tech support I asked him to > check my ID number and he told

Re: Maemo-mapper vector data backend follow-up

2008-09-23 Thread pierre . amadio
Hi there ! On Tue, Sep 23, 2008 at 02:13:34PM +0100, Simon Pickering wrote: > >http://sayhoo.garage.maemo.org/ > > > >It works but it eats too much memory. > > Thanks, I'll take a look at that - is it because it stores the data in > memory rather than using a db? It stores the data in memory (

Re: Maemo-mapper vector data backend follow-up

2008-09-23 Thread pierre . amadio
Hola ! I have been looking at pyrender and did try recently to have a on the fly vector map rendering in python. It was so slow i decided to use pre made tiles instead. I also used most part of pyroute to try to make off line route calculation: http://sayhoo.garage.maemo.org/ It works but it ea

Re: Distutils Missing?

2008-06-27 Thread Pierre Amadio
On Fri, Jun 27, 2008 at 12:13:22PM +0200, Pavel Rojtberg wrote: > > Hi, my build always fails with the message: > > python2.5 setup.py clean > Traceback (most recent call last): >File "setup.py", line 8, in > from distutils.core import setup, Command > ImportError: No module named distu

Pushing -dev packages in diablo's extras.

2008-06-25 Thread Pierre Amadio
Hi there. I realise diablo is now live, and am trying to upload some packages to the extras-devel repository. It looks like now, the step to follow are: http://extras-cauldron.garage.maemo.org/HOWTO.html#what-to-expect-as-a-result Upload seems to work, compilation too, but for an unkown reason,

Re: Problem using swig to compile python module in scratchbox

2008-06-18 Thread Pierre Amadio
On Wed, Jun 18, 2008 at 03:11:55PM +0300, Jussi Hakala wrote: > > Try using SBOX_REDIRECT_IGNORE=/usr/bin/swig and executing swig with > explicit path, ie > > SBOX_REDIRECT_IGNORE=/usr/bin/swig /usr/bin/swig -version > > Make a substitution such as > > SWIG = SBOX_REDIRECT_IGNORE=/usr/bin/swig /u

Problem using swig to compile python module in scratchbox

2008-06-17 Thread Pierre Amadio
Hello. I'm encoutering problem building a python module that used to build ok in scratchbox with previous upstream version and wich is still compiling all i right when i try to do so in a up to date debian Etch box. However, i am not able to compile the latest version in scratchbox (maemo chino

Re: use of Glade for N810

2008-06-09 Thread Pierre Amadio
Hi there. On Mon, Jun 09, 2008 at 12:09:13PM +0530, Arvind1 K wrote: > Can I use Glade to design my GUI so that it works in the hildon program. I > want my application to work by simple tapping by stylus. > I have my application written in GTK+, how do I make it work in N810? It should work. Se

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: Installing Python2.5-gtk and Python2.5-hildon on the N800

2008-01-21 Thread Pierre Amadio
On Tue, Jan 22, 2008 at 02:35:44PM +1100, Devraj Mukherjee wrote: > But (there's always a but) it seems that my N800 is missing the GTK > and Hildon libraries for Python2.5. I tried to find these packages in > Application Manager and they don't seem to exists. Then I tried to use > apt-get on the c

Re: How to keep window on top? (python)

2007-08-13 Thread Pierre Amadio
Hi there. On Mon, Aug 13, 2007 at 11:46:38AM -0400, Tony Maro wrote: > I'm a noob at both Python and GTK so forgive me if this is a silly question. > > I've got a modal window I'm creating, and I've tried doing > "set_transient_for" but no matter what I've done, it won't stay on top of > the base

Re: Python startup desktop icon

2007-08-09 Thread Pierre Amadio
Hi there. On Thu, Aug 09, 2007 at 04:54:45PM -0400, Tony Maro wrote: > It tells me "Starting app" in the top right, and the application starts just > fine. > > Then, after about 20 seconds, the app closes. If I launch it without using > X-Osso-service, it of course gives no notification that the

Re: pygtk: hildon.FileChooserDialog and device selection

2007-05-28 Thread Pierre Amadio
Hi there. On Mon, May 28, 2007 at 03:24:06PM -0300, Lauro wrote: > I wrote a simple C program that uses FileChooserDialog and it doesn't > show the memory card too. I think that it's a FileChooserDialog > limitation. Indeed. Thinks works better if i use FILE_CHOOSER_ACTION_SELECT_FOLDER though :

pygtk: hildon.FileChooserDialog and device selection

2007-05-25 Thread Pierre Amadio
Hi there. I do not understand how i can tell a hildon.FileChooserDialog to let the user select a directory located on a memory card. Even when i click on the location icon in the filechooserdialog that is shown on the test case, nothing happens altough i have a memory card present. Any idea what

python2.5 gtk_tree_view_set_fixed_height_mode segfault

2007-03-30 Thread Pierre Amadio
Hi there. I have a problem with a bug i m experiencing with pygtk. I hoped the new maemo 3.1 'bora' would automagically fix it, but it did not. I did not yet open a bug report because i failed recreating a simple test case. I know how to reproduce it at will with the application i m experiencing

[maemo-developers] Is this a bug in python-osso ? (osso rpc call with argument)

2007-02-11 Thread Pierre Amadio
python-osso/src/osso-helper.c, but this is where i m stuck at, not understanding what may be wrong there (i guess one of the 2 argument being sent has not the right type or size or something, but that s about it). Any help would be appreciated. Pierre Amadio Core was generated by `/usr/bin/python2.5 .

[maemo-developers] osso rpc call with argument : looking for python example

2007-02-10 Thread Pierre Amadio
test=rpc.rpc_run("org.maemo.rapierbg", "/org/maemo/rapierbg", "org.maemo.rapierbg", "do_something",args) Then, it looks like callback_func is not being called at all. Any idea as to how to send arguments or what error i may have made would be appreciated. Pierre Amadio ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers