Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!agate!ucbvax!alphalpha.com!nazgul From: nazgul@alphalpha.com (Kee Hinckley) Newsgroups: comp.windows.x.motif Subject: (none) Message-ID: <901113135418.13731@alphalpha> Date: 13 Nov 90 17:54:18 GMT References: <9011120657.AA12803@pegasus> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: inet Organization: The Internet Lines: 10 > When the row column widget is resized by its parent such that it's not > wide enough to display all of it's children, it shows only the first > row. I had to softcode (:) the numColumns to something like 3. Now, > is there any way to make this row column dynamically modify the number > of rows displayed so that the buttons are always displayed? That's a known bug in 1.1. I believe it will be fixed in 1.1.1. In any case, if you goto around line 5808 or so in RowColumn.c and move the two !RC_Resize lines up before the if(PackNone it ought to work. I don't know if this is the official fix however.