Following Herd's comment about missing feedback, here we are, talking about Effectlets development
AFAIK an Avedesk Effectlet is able to receive the following events:
- Sub OnCreate()
- Sub OnMouseOn()
- Sub OnMouseOut()
- Function OnBeforeDraw(IsMouseOn, IsSelected, IsPreview)
- Function OnAfterDraw(IsMouseOn, IsSelected, IsPreview)
- Sub OnSave()
- Function OnPreferenceChange(Preference, oldValue, newValue)
- Sub OnTimer()
- Sub OnSelect()
- Sub OnDeselect()
- Sub OnShow()
- Sub OnHide()
- Sub OnConfigure()
- Sub OnStartMove()
- Sub OnEndMove()
- Sub OnLeftClick()
- Sub OnRightClick()
- Sub OnDestroy
I found the list in one of the example effectlet coming with AD ![]()
write down your comments and ideas !
Aqua-Soft Forums