Re: [tcltk-perl] Tcl-0.76 CPAN release
Brought to you by:
hobbs
From: Jeff H. <je...@Ac...> - 2004-04-17 19:38:35
|
Vadim Konovalov wrote: > However there is another problem: for some reason invoking > $widget->grid(-column=>1) > results in transformation of 1 to 1.0 and grid packer gives an error. > > Stringifying that "1" helps in this, but problem persists. This will be due to checking SvNOK before SvIOK in TclObjFromSv. However ... that should work correctly regardless, as grid should be able to request the int from a Tcl_DoubleObj. I will have to look into this further. -- Jeff Hobbs, The Tcl Guy http://www.ActiveState.com/, a division of Sophos |