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.
|