Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

grab and interp

1 view
Skip to first unread message

Ramon Ribó

unread,
Dec 22, 2009, 2:09:48 PM12/22/09
to
uname -a
--> Linux akenatonvi 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8
04:01:29 UTC 2009 i686 GNU/Linux
set tcl_version
--> 8.5

entry .e
pack .e
grab .e
interp create test
test eval package require Tk
test eval grab current .
---> .e
test eval grab status .e
---> bad window path name ".e"


Is it logical that "grab current" returns a widget from another
interp? Is it a bug?

Schelte Bron

unread,
Dec 22, 2009, 2:54:08 PM12/22/09
to
Ramon Ribó wrote:
> Is it logical that "grab current" returns a widget from another
> interp?

No.

> Is it a bug?

Yes: http://sourceforge.net/support/tracker.php?aid=922427
(Looks like some information went missing from the last comment of
that bug ...)


Schelte.

Ramon Ribó

unread,
Dec 22, 2009, 5:54:11 PM12/22/09
to

> Yes:http://sourceforge.net/support/tracker.php?aid=922427
> (Looks like some information went missing from the last comment of
> that bug ...)

The bug was discovered in 2004. For sure it must be difficult to fix.

0 new messages