On Friday 22 March 2002 11:22 am, Angus Leeming wrote: > On Friday 22 March 2002 11:12 am, Martin Vermeer wrote: > > on line 294, in updateWidthetsFromLength, if you mouse click > > on a graphic. > > > > The problem is with the call to fl_set_choice_text. If the > > string it is called with in "in" it works fine, like with > > default_unit. If I define manually the string "in" and > > use it instead, it works fine. But it crashes with the > > string "c%%" which is generated normally. Also with a > > string like "ccc" it crashes. Also with any other string > > (like "xz") it crashes. But with "cm" it again works... > > ...only legal units acceptable??? Urk. > > > > My xforms is 0.88.1. (Yes I know this looks like an xforms problem > > but there must be more to it!) > > Yes and yes. > > > Unfortunately I have to leave now. Will someone look into > > this? > > Yes. > > The problems are two-fold. > 1. You are using a version of xforms that was compiled under a different > version of libc to the one you have on your machine. Hence the crash. > That's your problem. > 2. The error message is posted in the first place because we aren't being > very smart. I'll fix that. > > Thanks for the info. > > Angus
Ok, this should now be fixed. Please try. Incidentally, how could you enter "c%%" in the graphics dialog? I get "Warning invalid length". I tested by putting 4xy in the file manually. This doesn't crash (resetting the size to 0) but nor does it reach the problem. Angus