Re: Security plugin and layer problems

2004-02-06 Thread Hans Breuer
At 08:51 03.02.04 -0600, Lars Clausen wrote: From: Luc Cessieux cessieux hotmail com [...] How i can make a plug-in with Python? The Dia TWiki has a bit of info on that, the rest I'll leave up to Hans and the code examples that come with Dia. The probably best description (beside the TWiki, the

Re: UML class boxes different size in unix and windows

2004-02-06 Thread Hans Breuer
At 15:49 03.02.04 +0100, Cyrille Chepelov wrote: Le Tue, Feb 03, 2004, à 02:31:40PM +, Joseph Carter a écrit: Hi All, We produced a UML diagram on the unix version of Dia (Solaris 8) which we then viewed in on a windows 2k box. Alas the class diagrams were shown at a different size and

Wrapping dia interfaces to enable in Python

2004-02-06 Thread Carol Farlow Lerche
This is probably an inappropriate suggestion to people who know way more than I do about Dia. But I have used SWIG (http://swig.org) very successfully to provide a complex C library as a Perl-accessible interface in the past, and it also supports Python. It didn't take very long to figure

RE: Wrapping dia interfaces to enable in Python

2004-02-06 Thread Ribeiro, Glauber
This is an excellent idea. I'd much rather work in Perl, Scheme or Ruby than Python. g -Original Message- From: Carol Farlow Lerche [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 11:58 To: [EMAIL PROTECTED] Subject: Wrapping dia interfaces to enable in Python This is

RE: Wrapping dia interfaces to enable in Python

2004-02-06 Thread Steven Lembark
-- Ribeiro, Glauber [EMAIL PROTECTED] This is an excellent idea. I'd much rather work in Perl, Scheme or Ruby than Python. I'd be more than happy to help with an interface library for Perl. From what I can see we could do it with Inline instead of SWIG, give us a single .pm for the result and