Home > Archive > PerlTk > April 2004 > Bindings question
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| psyshrike 2004-04-15, 4:35 pm |
| Howdy,
I have a composite widget containing a Listbox and a ROText widget.
Double click selections within the ROText, cause the listbox to
deselect any selected elements within the list.
How do I isolate my Listbox from the Doubleclick bindings within
Text and ROText?
-Thanks in advance
-Matt
| |
| Ala Qumsieh 2004-04-15, 5:38 pm |
| "psyshrike" <shrike@cyberspace.org> wrote in message
news:79485f9d.0404151123.470063f7@posting.google.com...
> Howdy,
>
> I have a composite widget containing a Listbox and a ROText widget.
>
> Double click selections within the ROText, cause the listbox to
> deselect any selected elements within the list.
>
> How do I isolate my Listbox from the Doubleclick bindings within
> Text and ROText?
Add -exportselection => 0 to your Listbox.
--Ala
| |
| psyshrike 2004-04-16, 6:32 pm |
| That did it Thanks!
-Matt
"Ala Qumsieh" <xxala_qumsiehxx@xxyahooxx.com> wrote in message news:<fXBfc.23010$Tp5.19734@newssvr27.news.prodigy.com>...
> "psyshrike" <shrike@cyberspace.org> wrote in message
> news:79485f9d.0404151123.470063f7@posting.google.com...
>
> Add -exportselection => 0 to your Listbox.
>
> --Ala
|
|
|
|
|