View Single Post
  #6  
Unread 04-12-2005, 04:23 PM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

Quote:
Originally Posted by Kosmos
I have seen a few request for an auto-decline invite.

Possible ideas. (Just Hit Enter Decline)

Creating an invite window with a checkbox that when checked
works like this.

OnShow - /declineinvite
(Ahh, but how to turn it off, once you have set the window to do that)

Possible create another window that the checkbox can be included in?
Well, if its a checkbox, you'd have to set up an 'unchecked event'
Never used checkboxes, so I'm not exactly sure but it would be something like:
OnEnable="whatever autodeclines"
OnDisable"whatever disables the enable"

Same thing with OnActivate/OnDeActivate.
Reply With Quote