Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    15
    Views
    4,899

    Re: MouseReleased event not being called

    I suspect the DnD code is eating the mouse release. Perhaps the DnD/transfer code has a way to determine the target component.
  2. Replies
    15
    Views
    4,899

    Re: MouseReleased event not being called

    The posted code does not compile. It's missing some class definitions.
  3. Replies
    15
    Views
    4,899

    Re: MouseReleased event not being called

    A small program that compiles, executes and show the problem.
  4. Replies
    15
    Views
    4,899

    Re: MouseReleased event not being called

    If you get a mouse pressed event, I'd expect you'd get the matching mouse released event.

    Can you make a small testing program that compiles, executes and show the problem?
  5. Replies
    15
    Views
    4,899

    Re: MouseReleased event not being called

    Is another method "eating" the release? The drag and drop methods would use the release to know when the drop has happened.
  6. Replies
    15
    Views
    4,899

    Re: MouseReleased event not being called

    That looks like it should work. Can you make a small complete program that compiles, executes and shows the problem?
Results 1 to 6 of 6