in reply to TableMatrix and dinamically set the number of rows

Hi,

if you don't set -state => 'disabled' the methods insertRows() / deleteRows() should work as documented in Tk::TableMatrix

Cheers, Christoph

Replies are listed 'Best First'.
Re^2: TableMatrix and dinamically set the number of rows
by Anonymous Monk on May 08, 2010 at 20:29 UTC

    Thank you for your reply. You are right, it works perfectly!<\p>