in reply to Re: move extended selections within TK::HList or Tk::Listbox
in thread move extended selections within TK::HList or Tk::Listbox

perhaps i didn't make clear what i want.

The problem is NOT to do a multiselection. This works. But after it's is made i want to grip precise that selection for dragging it inside the same HList/Listbox. That doesn't work like it does f.i. in ms-explorer.

The ButtonPress-1-event on the already highlighted selection destroys the existing selection. That's the problem.

  • Comment on Re: Re: move extended selections within TK::HList or Tk::Listbox

Replies are listed 'Best First'.
Re: Re: Re: move extended selections within TK::HList or Tk::Listbox
by PodMaster (Abbot) on May 23, 2003 at 09:53 UTC
    From what I can see (a lot;)) that is not a feature of either module. If you want to add such a feature, you will have to handle everything yourself (listening for events, deciding if to hilight, what to hilight, what to move where... see Tk::bind, Tk::bindtags)


    MJD says you can't just make shit up and expect the computer to know what you mean, retardo!
    I run a Win32 PPM repository for perl 5.6x+5.8x. I take requests.
    ** The Third rule of perl club is a statement of fact: pod is sexy.