• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Mousedragging not working after updating the array.

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have drawn two rectangles.And implemented dragging event for that rectangles.When,double clicked on the rectangle,the size and position
of the rectangle should changes.And its working fine,until this.but again when i tried to implement the mouse dragged event,i'm unable to
dragg it,even after updating the position and size to the array....

[ August 28, 2008: Message edited by: priya gnana ]
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by priya gnana:
i have drawn two rectangles.And implemented dragging event for that rectangles.When,double clicked on the rectangle,the size and position
of the rectangle should changes.And its working fine,until this.but again when i tried to implement the mouse dragged event,i'm unable to
dragg it,even after updating the position and size to the array....



You planning to post your code or this is it?
 
Rancher
Posts: 5008
38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They some debugging by adding some println() statements to the various listener methods to see if they are being called.
 
reply
    Bookmark Topic Watch Topic
  • New Topic