Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!sharkey!itivax!umich!zip.eecs.umich.edu!martin From: martin@citi.umich.edu (Martin Friedmann) Newsgroups: comp.windows.x Subject: Re: xwebster Message-ID: Date: 1 Sep 89 19:18:47 GMT References: <2550@husc6.harvard.edu> Sender: news@zippy.eecs.umich.edu Distribution: usa Organization: University of Michigan/CITI Lines: 45 In-reply-to: kochhar@endor.harvard.edu's message of 1 Sep 89 18:13:08 GMT In article <2550@husc6.harvard.edu> kochhar@endor.harvard.edu (Sandeep Kochhar) writes: hi! does anyone have sun3 and/or sun4 binaries for xwebster that I could ftp over... I compiled the one I got from contrib on expo, but it just hangs after connecting to the webster server.... thx. I write back... There are several problems with the xwebster code that I have found. o You NEED to link with a patched Xt (1-10) (Get the Convert.c right) o A wierd bug that appears on ibm/rt's (ctrl-d and ctrl-i) TextEdit Widget problems, akin to those found BEFORE the patches to that Widget. o A new found BUG in the HP TitleBar widget... apply this! (This is not in Xhp.R3.tar.Z on expo) *** TitleBar.c~ Sat May 6 00:09:18 1989 --- TitleBar.c Thu Jul 27 16:10:22 1989 *************** *** 2041,2047 **** new->titlebar.string = s; } SetSTextArgs(new,args); ! XtSetValues(new->titlebar.text,args,24); flag |= TRUE; } --- 2041,2047 ---- new->titlebar.string = s; } SetSTextArgs(new,args); ! XtSetValues(new->titlebar.text,args,23); flag |= TRUE; } , -- Marty.