On 07 Jul 2001, Lars Clausen wrote:
>
> To get the list of fonts from X for FreeType, I need to include Xlib.h,
> but that defines a Font struct. I will need to rename the Font structure
> to DiaFont. Stand by for mass renaming. I wish I had a refactoring
> editor:)
Renaming went well, excep
On Sat, 7 Jul 2001, James K. Lowden wrote:
> > Saying that 2 URIs with different path sections are or should be the same
> > resource is plain wrong
>
> As indicated by "Namespaces in XML" at http://www.w3.org/TR/REC-xml-names/ to
> wit:
>
> > [Definition:] URI references which identify namespace
Hi all,
I read the archives about attempts to move files between Visio and Dia -
have there been any more developments by anyone?
NIce program - keep up the good work!
Thanks,
Phil.
-
Philip Rhoades
Pricom Pty Limited (ACN 003 252 275)
GPO Box 3411
Sydney NSW 2001
Australia
Mobile:
On Mon, 09 Jul 2001, Philip Rhoades wrote:
> Hi all,
>
> I read the archives about attempts to move files between Visio and Dia -
> have there been any more developments by anyone?
No, but we've determined that the most feasible way is probably to use OLE
on a machine with Visio to convert. Ot
At 14:32 07.07.01 -0500, Lars Clausen wrote:
>
>To get the list of fonts from X for FreeType, I need to include Xlib.h, but
>that defines a Font struct. I will need to rename the Font structure to
>DiaFont. Stand by for mass renaming. I wish I had a refactoring editor:)
>
Or even better C++:
na
At 17:01 30.06.01 +0200, Michael Maluck wrote:
>Hi all,
>
>tried to get some object properties of "UML Class" objects in the
>python dia console.
>
>i comiled dia 0.88.1 from source with the --with-python option.
>dia.active_display().diagram.layers[0].properties.get("obj_pos") returns
>always Non
On Sun, 08 Jul 2001, Hans Breuer wrote:
> At 14:32 07.07.01 -0500, Lars Clausen wrote:
>>
>>To get the list of fonts from X for FreeType, I need to include Xlib.h,
>>but that defines a Font struct. I will need to rename the Font structure
>>to DiaFont. Stand by for mass renaming. I wish I had