View Single Post
  #10  
Unread 05-21-2006, 09:38 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

I believe this is a function of how EQ2 manages windows in the memory space. Only certain commonly accessed windows are instantiated in the working memory space automatically. Other windows don't actually exist in memory untill called by show_window. Once shown (loaded to memory) visability functions work as expected.

The idea here is to save memory by only loading what's needed, and if an object doesn't exist yet, you can't set its parameters.
Reply With Quote