Re: Need help - icons for shapes missing

2012-02-24 Thread Don
Steffen Macke wrote: Hi Don, On 02/22/2012 10:43 PM, Don wrote: and executing it gives this screen and cache output: "/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so" Looks all fine to me. I guess you've verified already that /usr/lib/i38

Re: Need help - icons for shapes missing

2012-02-22 Thread Don
Steffen Macke wrote: > Hi Don, > > > Couldn't recognize the image file format for file > '/usr/share/dia/shapes/Flowchart/display.png > I just tried another thing: 1. Renamed "display.png" to "aaadisplay.png" 2. Ran Dia again. At t

Re: Need help - icons for shapes missing

2012-02-22 Thread Don
Steffen Macke wrote: Hi Don, > Couldn't recognize the image file format for file '/usr/share/dia/shapes/Flowchart/display.png You picture is there in the right place, but there's a problem with the library to read the file. Could you check/reinstall your libgdk-pixbuf2.0? H

Re: Need help - icons for shapes missing

2012-02-22 Thread Don
e On Wed, Feb 22, 2012 at 1:39 AM, Don mailto:don...@noark.net>> wrote: Thanks for quick reply! Yes, I'm aware of the red X and what it means, but read this: I looked in /usr/share/dia/shapes/Flowchart/ and found a listing of the vari

Fwd: Re: Need help - icons for shapes missing

2012-02-21 Thread Don
ize/process the .png file. Note: other .png files on my computer do show up, but not those in the dia program. Don ___ dia-list mailing list dia-list@gnome.org http://mail.gnome.org/mailman/listinfo/dia-list FAQ at http://live.gnome.org/Dia/Faq Main page at http://live.gnome.org/Dia

Need help - icons for shapes missing

2012-02-21 Thread Don
ink to a screen shot: http://noark.net/dia-error/ to give everyone an idea of what I'm talking about visually. Since posting the above information, I have reinstalled every dependent file listed for the dia package in Debian Wheezy (testing). I might add that I am using KDE instea

Re: Question about handles

2008-08-01 Thread Don Blaheta
ere in this thread is of the form "this is what I'd name the classes and variables", but that's obviously not the only way to go. The real goal is to put together documentation, if only a thread on the mailing list, that gives a code-reader some intuitions about how the data in

Re: Access to "javadoc"?

2008-07-31 Thread Don Blaheta
Quoth Lars Clausen: > On Jul 30, 2008, at 9:05 PM, Don Blaheta wrote: > > > I've noticed that the code is fairly well-commented using a modified > > javadoc format; is there a particular program you have for compiling > > it into browsable html (as with jav

Re: Question about handles

2008-07-31 Thread Don Blaheta
Quoth Don Blaheta: > don't get what line->connection->connected_to->connected is pointing Excuse me, that should be line->connection->endpoint_handles[0].connected_to->connected :) -- -=-Don [EMAIL PROTECTED]<http://www.blahedo.org/>-=- "If Wal*Mart tr

Re: Question about handles

2008-07-31 Thread Don Blaheta
g to". (Also, it'll be google-able.) -- -=-Don [EMAIL PROTECTED]<http://www.blahedo.org/>-=- "I give you my blessing... AND my permission!" --Tevye ___ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.org/m

Re: Question about handles

2008-07-30 Thread Don Blaheta
Quoth Sameer Sahasrabuddhe: > On Tue, Jul 29, 2008 at 4:21 AM, Don Blaheta <[EMAIL PROTECTED]> wrote: > >> There are two specialized objects involved in building a connection. One is > >> a Handle, the other one is a ConnectionPoint. In an existing connection > >&

Re: Debugging dia?

2008-07-30 Thread Don Blaheta
Quoth Don Blaheta: > How do I make lt-dia? I'd like to run dia inside gdb, and there seems > to be a mechanism for this inside app/run_dia.sh, but at least that > piece seems to be missing. I still don't know what the correct mechanism is, but after a lot of googling

Re: Debugging dia?

2008-07-30 Thread Don Blaheta
I never saw a response to this, and still haven't figured it out myself: Quoth Don Blaheta: > Quoth Hans Breuer: > > Am 30.05.2008 09:27, Don Blaheta schrieb: > > > I'm not sure how to trigger the necessary relink. I'm not finding > > > rules for making

Access to "javadoc"?

2008-07-30 Thread Don Blaheta
but I didn't see it in the FAQ, on the Wiki, or in the tarball (but could have missed it...) -- -=-Don [EMAIL PROTECTED]<http://www.blahedo.org/>-=- All progress is based upon a universal innate desire on the part of every organism to live beyond its income.

Re: Question about handles

2008-07-30 Thread Don Blaheta
Dia installation handy. :) Please let me know if I've got anything wrong! I think I finally, er, got a handle on it, but it's complex enough I'm perfectly willing to believe it's not quite right yet. The diagrams are linked from this page: http://www.blahedo.org/dia/ --

Re: Can't compile

2008-07-30 Thread Don Blaheta
directory. I'll have to check when I get to my other computer. -- -=-Don [EMAIL PROTECTED]<http://www.blahedo.org/>-=- How do you know when it's time to tune your bagpipes? ___ Dia-list mailing list Dia-list@gnome.org http://mail.gnome.

Re: Question about handles

2008-07-29 Thread Don Blaheta
Quoth Hans Breuer: > Am 29.07.2008 00:51, Don Blaheta schrieb: > > an _English_ description would say that the line is "connected to" both > > boxes, each box is "connected to" the line, and box 1 and box 2 are > > "connected by" the line that r

Re: Question about handles

2008-07-28 Thread Don Blaheta
as English). In fact, I would (in English) say that box 1 is connected *to* box 2, *by* the line. By my current understanding, the _Dia_ description would say that the line has two Handles, one at each endpoint, each of which is "connected to" a ConnectionPoint on one of the boxes; mea

Corner handling (was Re: Rounded corners)

2008-05-30 Thread Don Blaheta
Gdk and Cairo renderers both handle MITER and ROUND beautifully. I've got other stuff tomorrow, but if the above thoughts seem reasonable I'll try to put together a patch on Sunday. -- -=-Don [EMAIL PROTECTED]<http://www.blahedo.org/>-=- Ask five economists and you'll get fi

Re: Rounded corners

2008-05-30 Thread Don Blaheta
Quoth Hans Breuer: > Am 30.05.2008 09:51, Don Blaheta schrieb: > > Yes! I didn't realise that JOIN_MITER and so forth were already-available > > options, but having a single parameter for all objects-with-corners that > > said whether to render it as pointy or round w

Re: Debugging dia?

2008-05-30 Thread Don Blaheta
Quoth Hans Breuer: > Am 30.05.2008 09:27, Don Blaheta schrieb: > > I can't figure out how to run dia from within gdb. Based on my reading > > of run_dia.sh I tried > > > > setenv DEBUGGER gdb > > ./app/run_dia.sh > > DEBUGGER=gdb app/run_dia.sh &

Re: Rounded corners

2008-05-30 Thread Don Blaheta
Quoth Hans Breuer: > Am 29.05.2008 05:37, Don Blaheta schrieb: > > The biggest, I think, is that "corner radius" is being used to mean two > > different things: the radius of rounding for a rounded rectangle, and > > the radius of rounding for the cap of a regular re

Debugging dia?

2008-05-30 Thread Don Blaheta
ng it "once" without a debugger doesn't help, of course (that's how I've been running it up until now), and I'm not sure how to trigger the necessary relink. I'm not finding rules for making "lt-dia" in any of the places I'm looking. -- -=-Don [EMAI

Rounded corners

2008-05-28 Thread Don Blaheta
ounded" would make a radius of exactly half the linewidth. Polylines and zigzaglines get the checkbox as well instead of a corner radius option. How do Visio and other such programs handle any of this? -- -=-Don [EMAIL PROTECTED]<http://www.blahedo.org/>-=- Isn't it interes

Dia v 0.94 error

2005-02-08 Thread Don Finley
Everytime when I open the Dia v 0.94 software I get an error message in a DOS box with the error:   I/O warning : failed to load external entity "NULL"   FYI: I am using Windows 2000 w/ SP4.   Don FinleyComputer Tech.Helena Labs.(409) 842-3714 ext. 654[EMAIL PROTECTED] <

Dia v 0.94 error

2005-02-08 Thread Don Finley
Everytime when I open the Dia v 0.94 software I get an error message in a DOS box with the error:   I/O warning : failed to load external entity "NULL"   FYI: I am using Windows 2000 w/ SP4.   Don FinleyComputer Tech.Helena Labs.(409) 842-3714 ext. 654[EMAIL PROTECTED] <>BEG

Thanks

2001-11-19 Thread Don Ledford
about this before??? Thanks -- Don Ledford [EMAIL PROTECTED] Office: 425.637.8393 Cell: 206.369.3999 Surfworx - 606 110th Ave NE, Suite 214, Bellevue, WA 98004 ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list