New BWidgets Feature
From: Monika Holzammer (Monika.Holzammer_at_sigos.de)
Date: 12/05/03
- Next message: Derek Wallace: "Problems TBC TclPro1.5 and TDK3.0"
- Previous message: Ramon Ribó: "Re: text editor example"
- Next in thread: Damon Courtney: "Re: New BWidgets Feature"
- Reply: Damon Courtney: "Re: New BWidgets Feature"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 05 Dec 2003 11:14:31 +0100
Hello,
I'm using BWidgets for creating a user interface for a
test system.
Among other things this user interfaces shows and
handles data presented as a tree (which I have realized
by BWidgets). By this I have to be able to show a
context menu when the mouse is clicked upon the
BWidgets tree. This means I need a binding not only for
the text or the image of a node but for the entire tree
area.
I made a litte enhancement in the module tree.tcl which
offers me the command
$tree bindArea $event $script
I added the following lines:
15d14
< # - Tree::bindArea
443,448d441
< #
----------------------------------------------------------------------------
< # Command Tree::bindArea (added by MHO - Sigos GmbH)
< #
----------------------------------------------------------------------------
< proc Tree::bindArea { path event script } {
< bind $path.c $event $script
< }
I think this enhancement is useful for all users of
BWidgets and therefore I would be encouraged, if you
could take this enhancement over into the next version
of BWidgets.
I have already posted this issue on SourceForge, but got no reaction
till now.
Best regards
Monika Holzammer
E-Mail: Monika.Holzammer@sigos.de
-- SIGOS Systemintegration GmbH - TESTING IS OUR COMPETENCE - Fon +49 911 95168-0 www.sigos.de
- Next message: Derek Wallace: "Problems TBC TclPro1.5 and TDK3.0"
- Previous message: Ramon Ribó: "Re: text editor example"
- Next in thread: Damon Courtney: "Re: New BWidgets Feature"
- Reply: Damon Courtney: "Re: New BWidgets Feature"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|