W3C home > Mailing lists > Public > www-amaya@w3.org > April to June 1997

Re: FreeBSD Startup Problem

From: Irene VATTON <Irene.Vatton@imag.fr>
Date: Thu, 15 May 1997 12:47:28 +0200
Message-Id: <199705151047.MAA05400@tahiti.inrialpes.fr>
To: sudha k v <sudha@india.hp.com>
cc: www-amaya@w3.org
In-reply-to: Your message of Mon, 12 May 1997 18:20:20 +0700."
             <199705121253.FAA03083@palrel1.hp.com> 
> I downloaded the following tar files-thot-src-2.1.tar.gz and amaya-src-1.0.tar.gz.
> 
> I wanted to port Amaya to FreeBSD and followed all the instructions and 
> finally, I generated the amaya executable in FreeBSD/bin/.But when I try to run it,
> the following error was generated:
> 
> Error: Widget Barre_menu has zero width and/or height   
> 
> 
> Where does the problem lie? What should I do?

This widget is created in Thot/thotlib/dialogue/appdialogue.c:
A Motif call creates the menu_bar:
menu_bar = XmCreateMenuBar (Main_Wd, "Barre_menu", argument, 2);

and buttons are inserted into this menu-bar by:
w = XmCreateCascadeButton (menu_bar, TtaGetMessage (THOT, ptrmenu->MenuID), 
args, n);

I think the problem comes from the Motif implementation of the two functions.
  Irene.
Received on Thursday, 15 May 1997 12:48:08 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:24:21 GMT