View Single Post
  #26  
Unread 12-05-2008, 08:03 PM
dragowulf's Avatar
dragowulf dragowulf is offline
A man among men
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Nagafen
Posts: 934
Default

Quote:
Originally Posted by gm9 View Post
If they are easy:
  • OnChange
  • OnMouseDown
  • OnMouseUp
  • OnFocus
  • OnBlur
  • OnResize
  • OnLoad (= either for a <Page> or a specific dynamic data element, indicating when the element has been populated with data - this is an issue because dynamic data OnShow fires before the actual data is displayed)
  • ... I'll probably think of more

PS: As you discussed with drago: OnAutoAttack
We already have an OnChange, but it's mainly for sliders. What we need is one that is like an OnTextChange, OnSizeChange (OnResize), OnLocationChange, OnProgressChange, etc etc. But instead of the OnChange working manually like the sliders, it should be manual and automatic(whenever the values are changed)

EDIT: And/Or...like what you said gm9: OnLoad, whenever the element is populated with data and whenever the data is repopulated (OnReload?).
__________________
May Jesus Have Mercy On Us

Last edited by dragowulf : 12-05-2008 at 08:12 PM.
Reply With Quote