in reply to Tk TixGrid Refresh crash

When you first asked the earlier question about a -window itemtype in a TixGrid, I somehow knew that a problem was coming. :-) I got that weird tingle up my spine.

The TixGrid widget is considered somewhat experimental, so you probably should switch to a more widely used and tested widget, like maybe Tk::TableMatrix.

From the perldoc for Tk::TixGrid

<quote> The port of Tix C code and some of the bindings to perl/Tk is done but still need further work. In several places the intent of the Tix code is not yet understood. For example the ’edit’ interface is clearly intended for spread‐sheet like cell content editing in an auxillary "entry" widget or similar, but how that should work is not yet clear. </quote>


I'm not really a human, but I play one on earth. Cogito ergo sum a bum

Replies are listed 'Best First'.
Re^2: Tk TixGrid Refresh crash
by spx2 (Deacon) on Aug 24, 2007 at 09:49 UTC

    Hi ! Thank you for your recommendation. I have taken it into consideration and am working towards modifing my code from TixGrid to Tk::TableMatrix.

    However,I have some weird problems using it , I have described here http://perlmonks.org/?node_id=634823