Re: [Multisync-devel] Palm Plugin - finished

2003-11-30 Thread Gideon N. Guillen
On Sat, 2003-11-29 at 22:54, Armin Bauer wrote: > I finally finished the work on the palm plugin. everybody is welcome > to test it from CVS. Hmm.. does the Palm plugin support the categories on the Palm and also be able to sync it with the categories in Evolution? This is one feature that I was h

Re: [Multisync-devel] Message Box failure - update

2003-11-30 Thread Armin Bauer
but thats really bad if i need a blocking message box (like g_dialog_run) On Sun, 2003-11-30 at 13:39, Bo Lincoln wrote: > > i have now found the reason. it crashes for some reason because it is > > called in a different thread. if i wrap it into another function and > > call it with g_idle_add it

Re: [Multisync-devel] Message Box failure - update

2003-11-30 Thread Bo Lincoln
i have now found the reason. it crashes for some reason because it is called in a different thread. if i wrap it into another function and call it with g_idle_add it works perfectly. does anyone know how i can still call it in this function without g_idle_add? This is the way it is done in the res

Re: [Multisync-devel] Evolution plug-in questions

2003-11-30 Thread Bo Lincoln
the problem is that afaik evolution does not provide a api to access its address, tasks and calendar. they are accessed by working on the files where they are stored (~/evolution/local/...). Actually, the DO have an API to access these through the backend (wombat). This is what the Evo plugin use