View Single Post
  #1  
Unread 11-24-2005, 11:39 AM
Agathorn Agathorn is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Test
Posts: 405
Default Problems using dummy pages for positioning

I'm trying to use a couple dummy pages in my Inventory module to store positoning and sizing information that is used by Inventory.Inventory for various functios.

However the problem i'm having is that for some reason, those pages are like not "available" unless the user first does a /show_window on them. For example one button on my inventory window toggles the visible status of Inventory.InventoryDockDummy. If you click that nothing will happen unless youve first shown and then hidden the window with /show_window and /hide_window. Then it works fine.

In another case I use a dummy window, Inventory.InventorySaved to save some values of my main inventory window between states. However, again this window won't even work to write/read values unless its first been shown with /show_window.

Once either window has been shown with /show_window they can then be safely hidden and function exactly as desired even though they hidden.
__________________
Test server native since day 1
Currently working on:
Serenity UI Suite
Take a look and give feedback!
Reply With Quote