View Single Post
  #2  
Unread 06-22-2005, 02:25 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Its sorta possible...

First off, the IsDefualt and IsCancel properties are captured by the top most window that uses those properties. So if you've got another window in focus that uses IsDefault, the IsDefault property on your Market window will be blocked. The thing is alot of windows don't use the IsDefault property for anything. You'd need to apply it to something in all the common windows to get the behavior you're looking for.

Alternatively, you can set a pair of OnMouseIn/Out events for the Market window that sets the IsDefalut property to True/False. This would make it so the IsDefault only works while the mouse is over the Market window.
Reply With Quote