Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Perl/Tk HList double click binding issue

by jdtoronto (Prior)
on Oct 15, 2007 at 19:22 UTC ( [id://645007]=note: print w/replies, xml ) Need Help??


in reply to Perl/Tk HList double click binding issue

Oh dear, where have all the gurus gone? jdtoronto
  • Comment on Re: Perl/Tk HList double click binding issue

Replies are listed 'Best First'.
Re^2: Perl/Tk HList double click binding issue
by devinb (Novice) on Oct 26, 2007 at 21:27 UTC
    jdtoronto,

    I'm sorry for the long delay in responding.
    This may help point you in the right direction. I looked into this issue and came up with the following.

  • When I used your code without alteration I could maximize the window, and the Double-Click would work every once in awhile.
  • There seems to be something slightly off when the header is present on in the table. Possibly a width, or height addition to the existing coordinates.

    So, I used the following code for my table declaration
    $tkdbi->Subwidget('table')->configure( -header => 0, -selectmode => 'single', -command => \&procSelected, -browsecmd => sub{ print "Selected: $_[0]\n" }, );

  • The Double-Click function works great, however the header is no longer there, which means that there is no method for sorting.
  • One thing to consider is that you could create other buttons for the field names drawn from the database. Once the user presses the buttons, you can use perl to sort your stored values.

    I do hope this helps!

    Sincerely, Devin

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://645007]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found