View Single Post
  #10  
Unread 05-02-2005, 07:52 AM
Laffs's Avatar
Laffs Laffs is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Runnyeye
Posts: 1,404
Default

I wonder if this is of any use to you I stumbled on this when I was having problems with the placement of inventory slots only working under there proper page names when I needed a mixture of the types on display at the same time so just hideing the pages was of no use...

Here is part of the code I am taling about:

Parent.GeneralPage.InvSlot1.Location=199,0 Parent.GeneralPage.InvSlot0.Location=166,0 Parent.ExpandUp.Visible=true Visible=false"


Parent.GeneralPage.InvSlot1.Location=67,0 Parent.GeneralPage.InvSlot0.Location=34,0 Parent.ExpandDn.Visible=true Visible=false

The rest of the onpress events just shows and hides the other inv, equipment slots..

Also what I found to be much better than "show window="???" show window="???" is this :

Say the window you want to load is in the root of "mainhud" and the window that loads it is also:

Parent.Parent.MyWindow.Visible=true

I dunno about the rest of you but this seems to work much better for me, Just thought I would share this, Many of you probably already know this but some may not
__________________
Laffs UI Mods
I can only please one person per day. Today is not your day. Tomorrow doesn't look to good either !
(Wicann on Runnyeye)
Reply With Quote