Le vendredi 04 août 2006 à 17:51 +0200, Lars Clausen a écrit :
> On Fri, 2006-08-04 at 17:25 +0200, lidiriel wrote:
> They should be fairly easy. Check out pointarrayprop_load and _save in
> prop_geomtypes.c, which are similar. It's just that nobody's been using
> them yet.
>
> -Lars
I have imp
On Thu, 2006-08-10 at 22:20 +0200, Lars Clausen wrote:
>
> Given that diagram_tree_add_object has no relevance to the stringlist
> properties, I'm thinking corrupted memory has happened. As I mentioned
> earlier, stringlist is not used anywhere else -- this means there's likely
> to be bugs in t
Thanks Lars,
i don't know valgrind it's excellent. I have debugged my code it's
work :).
I save liststring and loading succesfully from a dia-file.
Do you have interesting for a patch of prop_text.c ?
Lidiriel.
___
Dia-list mailing list
Dia-list@gnome
On Fri, 2006-08-11 at 14:30 +0200, lidiriel wrote:
> Hello Lars,
>
> before send you my prop_text file i try to create a widget for this
> type. A table with two columns. It works for the view but when the
> windows widget is close i have bug. The pointer list in the "draw
> function object" is nu
Le mardi 22 août 2006 à 17:48 +0200, Lars Clausen a écrit :
> On Tue, 2006-08-22 at 17:20 +0200, lidiriel wrote:
> > Hi,
> >
> > in the PropDescription structure can i put a gpointer as extradata ?
> > exemple :
> > GList *foo;
> >
> > and in the table :
> > static PropDescription bar[] = {
>