Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: xwax
  • Content: Threads
  • Order by date
  1. xwax

    Tk: binding more than one action to a single key

    Just curious how or if you can bind multiple events to a single keystroke. This does not work! $this->bind('<Return>', [$test, 'that', Tk::Ev(['post'])] && sub { $this->historyAdd(); }); Basically, I need to have two things happen on a single keystroke. $this->bind('<Return>', [$test, 'that'...
  2. xwax

    Tkweb: change cursor to hand2 over links

    Can anyone point out how one would change the cursor in Tkweb browser to hand2 when over a link? I can change the cursor to hand2 in the page, but it remains that way, everywhere. Do I need to bind something to a link with a <Button-1> and configure from there? Or is there something else I...
  3. xwax

    Tk menu checkbutton select()

    This exact question was asked in the following thread, but no answer was posted. thread219-1283293 Can anyone please post the solution?

Part and Inventory Search

Back
Top