Thread: Drag and Drop
View Single Post
  #18  
Old 08-05-2008, 11:32 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by zokemon View Post
Why don't you just use the built-in dragging functions the Graal has for GUIs? You can set canmove=false and the drag functions will still be triggered when dragging, just the GUI wouldn't move.

I think you can figure out what to do with that data, right?
I've always had problems with this... for instance, it looses focus and stops triggering when the mouse is moved outside of the GUI. I don't think anyone moves their mouse slow enough to allow the client to keep up. At least, this was one of my problems. I also had problems with focus and such... it was just a pain that I gave up. Perhaps there are fixes for this, however.
Reply With Quote