Using ISO8859-2 characters in Dia

2001-07-05 Thread Tom Mraz
Hi all, is there any way how to use non latin 1 (esp. iso-8859-2) characters in dia? I've downloaded and recompiled the 0.88.1 version and it's very nice but I can't use some of our national characters as ecaron, rcaron and so on. When I type them dia instead of them inserts the letters from iso

Dia on Windows: a file cannot be found

2001-07-05 Thread Basilios
Hello everyone. After using Dia on my Linux box, I tried to install its Windows version at work. I downloaded dia-bin-2001-05-12.zip dia-extra-libs-2000-11-25.zip http://hans.breuer.org/dia/gtk+-bin-2001-05-12.zip As required, I unpacked the files contained in the last two files in the bin directo

Re: Dia on Windows: a file cannot be found

2001-07-05 Thread Andre Kloss
Hi, there. Have you tried the windows installer? It has served me well, so have a glimpse at http://dia-installer.sourceforge.net/ cu Andre -- Tolerance rulez, everything else sux! -- Andre Kloss ___ Dia-list mailing list [EMAIL PROTECTED] http://ma

Re: Dia on Windows: a file cannot be found

2001-07-05 Thread Martin Hawlisch
Hi! > After using Dia on my Linux box, I tried to install its Windows version at > work. I downloaded > dia-bin-2001-05-12.zip > dia-extra-libs-2000-11-25.zip > http://hans.breuer.org/dia/gtk+-bin-2001-05-12.zip > As required, I unpacked the files contained in the last two files in the > bin > di

Re: Using ISO8859-2 characters in Dia

2001-07-05 Thread Jacek Pliszka
On Wed, 4 Jul 2001, Tom Mraz wrote: > is there any way how to use non latin 1 (esp. iso-8859-2) characters in dia? Try unicode just added by Cyrille ( I haven't tested it yet as I have problems with unicode fonts/keyboard on my notebook) Compile with --enable-unicode > charset. Is there any 'qu

diagram entities...

2001-07-05 Thread B.C.J.O
Is there a place (like themes.org) that archives 'third party' diagram entities? I've used dia for a long time in my own operations, quite happy with the limited stencils that ship with the editor, but my clients all complain bitterly about them. Apparently visio has a lot of 'pretty pictures' an

Re: Using ISO8859-2 characters in Dia

2001-07-05 Thread Sergei Astanin
I used to encounter this problem in the aspect I required EPSes in Russian. After Cyrille's advice (he mentioned it as a last resort) I hardcoded KOI8-R in charconv.c: $ grep -r KOI8-R * lib/charconv.c:#define EFAULT_8BIT_CHARSET "KOI8-R" However, I had no problems with cyrillic on-screen fonts

RE: Resizing is not what manual says?

2001-07-05 Thread Jamin Collins
Dolores Alia de Saravia [mailto:[EMAIL PROTECTED]] wrote: > But I beleive that what manual says about resizing is not always true: > For example, try loading "Document" from the FlowChart sheet and then > try to resize it (not by writting inside...) > > > It looks like: > shapes defined with

Re: diagram entities...

2001-07-05 Thread Lars Clausen
On Thu, 5 Jul 2001, B. C. J. O. wrote: > > Is there a place (like themes.org) that archives 'third party' diagram > entities? I've used dia for a long time in my own operations, quite happy > with the limited stencils that ship with the editor, but my clients all > complain bitterly about them.

UrShape: Definition by controversy

2001-07-05 Thread Andre Kloss
Hi again. I'm running out of time as well as motivation and, worst of all, ideas. Ok, let's see, what we have now: I need some Callback that a dragged UrShape can perform in order to interact somehow with the UrContainer. The source for the UrShape side of this functionality should read like thi

Re: diagram entities...

2001-07-05 Thread B.C.J.O
On 5 Jul 2001, Lars Clausen wrote: > On Thu, 5 Jul 2001, B. C. J. O. wrote: > > > > > Is there a place (like themes.org) that archives 'third party' diagram > > entities? I've used dia for a long time in my own operations, quite happy > > with the limited stencils that ship with the editor, but

Re: UrShape: Definition by controversy

2001-07-05 Thread John Palmieri
The "normal" UrContainer should have just layout behaviors same as the Drag n' Drop ones without allowing Drag n' Drop. Perhaps we should make DnD an attribute instead of a separate type of container. A note on HORIZANTAL_ARRAY, VERTICAL_ARRAY containers. Perhaps these should be VBOX and HBOX t

Re: SGV-sgv, ...not svg? sure?

2001-07-05 Thread James K. Lowden
James Henstridge wrote: > As for whether case should matter for xml namespace URIs, the current code > for loading shape files uses the standard libxml function to get a handle > for the namespace. As libxml doesn't perform case folding here, I doubt > that URIs are supposed to be case insensiti