View Single Post
  #3  
Unread 02-24-2005, 03:30 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

On my newpage do I set that to visible = false within its own properties ?

Or leave as visible and in the Inventory property use Onshow = Parent.Newpage.Visible=false

here is my XML tree:

Using UIBuilder btw -

-Inventory
...-Inventory
......-Newpage
......-Coinpage
......-etc the rest of the normal pages.

Newpage is what I want hidden when Inventory is opened.

Newpage is to be shown over top the paperdoll when the button I have is pressed. Then, Newpage is to be closed via a button on its page to allow paperdoll to be seen again and newpage to close.

Last edited by depechenode : 02-24-2005 at 03:33 PM.
Reply With Quote