Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!TUB.BITNET!net From: net@TUB.BITNET (Oliver Laumann) Newsgroups: comp.windows.x Subject: Re: Xhp widget fixes for R3 Xt Intrinsics Message-ID: <8903191754.AA12616@tub.UUCP> Date: 19 Mar 89 17:54:47 GMT References: <8902081425.AA06738@black-ice.tis.llnl.gov> Sender: daemon@bloom-beacon.MIT.EDU Organization: Technical University of Berlin, Germany Lines: 24 In article <8902081425.AA06738@black-ice.tis.llnl.gov> you write: > Here are the changes I made to the HP widgets distributed with > X.V11R3 to make the HP widgets work with Xt Intrinsics R3: But the HP widgets don't work with the R3 intrinsics; try to compile and invoke the test programs for the HP widgets. Some get a segmentation fault; some just display garbage. One problem is that the HP widgets declare resources with representation types that conflict with the representation types of resources in the widget class's superclass (e.g. width, hight, and border_width are declared as "int", but are actually of type "Dimension", i.e. "unsigned short"). Call the "vpw13" test program and watch all the "Representation type FOO must match superclass's to override BAR" messages. Simply replacing "int" by "dimension" doesn't work. Does someone have the necessary fixes? Regards, -- Oliver Laumann net@TUB.BITNET net@tub.UUCP