From: Nigel Wilkinson Date: 2004-10-20T07:35:47+09:00 Subject: Re: Ruby/tk and paned widget question > Post more complete code. You might be missing a grid() (which is better > than pack()). OK, here's the panedwindow code horizsplit = TkPanedWindow.new(parent) { orient 'vertical' } horizsplit.add(left) horizsplit.add(right) horizsplit.pack( 'fill' => 'both' ) Its failing saying that undefined local variable or method `left' for # (NameError) Thanks Nigel