Re: labels for lines?

2001-04-20 Thread David Thompson
is there a way to stick a text label to a line in dia, to identify the relationship that the line signifies? i want the label to follow the line when i move it. There are several sheets that have such lines. For instance, UML/Message or FS/Flow will do that. Unfortunately, they are

Re: FS patch

2001-04-13 Thread David Thompson
Seems to work. That sure is a lot of words in those menus. Now I don't know the FS system, but a submenu link Verb/Channel/Guide/Guide/Guide seems funny to me. Is this a standardized setup? There is no standard setup I'm making it up as I go along (the interface, that is -- the verbs

Submenus for the object menu

2001-03-11 Thread David Thompson
The patch http://madlab.me.utexas.edu/~dcthomp/dload/dia-submenu.patch.gz changes create_object_menu() to allow for submenus in Dia's object- related popup menus. The DiaMenu and DiaMenuItem structures are unchanged. If you want a submenu, create a DiaMenuItem with callback=NULL and

Re: Double-headed arrows

2000-08-02 Thread David Thompson
Do you need this for all arrow types (some new mechanism needed) or just the 'standard' - arrow (just one new arrow type)? I would need it for only 2 arrowtypes, the hollow-triangle arrow ( --|| ) and it's filled counterpart. The 'standard' - arrow isn't used for my application. ... Why

[PATCH] Undo information for flow.c

2000-06-04 Thread David Thompson
I've added undo information to the flow object on the FS sheet. The patch is attached. Note that I modified the KNOWN_BUGS file to remove the notice about undo information, but the non-standard use of menus is still there. If you tell me what seems broken to you (or even better yet, what kind of

Re: Another crash, latest CVS sources

2000-05-09 Thread David Thompson
Also, were there problems with the other FS patch I sent a couple weeks ago? You mean the undo stuff? That is applied. Sorry, there must have been some fuzz on my brain when I looked at Bonsai CVS archive. I noticed that in KNOWN_BUGS, you say that I am using menus in a non-standard way --

[PATCH] Function structure update

2000-04-12 Thread David Thompson
f + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place -

Re: Dataflow diagrams?

2000-03-07 Thread David Thompson
(What *does* FS stand for, anyways?) It stands for "Function Structure" and is kind of like UML for mechanical engineers. Also, are there any docs anywhere for creating new objects? Just the source. BTW, after a long absence, I will be posting some fixes to make the FS stuff work again after

Re: Dataflow diagrams?

2000-03-07 Thread David Thompson
IMHO, it would be wrong to just axe it... I am sure there are people using the FS stuff, and since it wouldn't really bother someone using dia, I don't think it's worth the axing. ;) and ... One would hope that FS stays as well as all the other object types; indeed more types should be

Re: Dia for Win32

2000-03-01 Thread David Thompson
Could you tell me more about the problem? I downloaded dia-bin-2000-02-05.zip and gtk+-bin-2000-02-05.zip from your site. I put the gtk+ dlls in C:\winnt\system32\ (I also tried putting them in the same directory as dia.exe later). When I run dia, it generates an application exception error.

Re: Dia for Win32

2000-02-29 Thread David Thompson
The link on the Dia developer page to Dia for Win32 is dead. Could someone tell me where Dia for Win32 can be downloaded from ? http://hans.breuer.org/dia/ If you are able to get the binary running without installing the Gimp for Windows (i.e., just using the supplied gtk+ binaries), let me