View Single Post
  #2  
Unread 01-11-2010, 10:48 AM
EQAditu's Avatar
EQAditu EQAditu is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 256
Default

If dynamic data filters for visibility do not work, it is likely one of those annoying hard coded things. As long as the game can find the window's path and name, it will try to modify it instead of relying on dynamic data to do so.

You can possibly create an OnHide event handler that simply states "Visible=true". I only have a bit of experience with fighting hard-coded behavior so I'm not certain that would be sufficient. I'm sure others have probably done this one already and would know for sure how viable it is. (Or you can just try)
Reply With Quote