View Single Post
  #9  
Unread 04-26-2005, 05:09 PM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

Quote:
Originally Posted by Zonx
Heh, yah first time I realy beat my head against this wall was trying to pipe inventory item names over to Market search.

There's some interactions between Popup, MainHUD and Inventory areas I'll be exploring.
Alright, say I have a button within a window that is under the Popup tree, and I want this button to press another button within the mainhud tree.
For simplicity:
Button1 and Window1 are in the popup branch
Button2 and Window2 are in the mainhud branch

It would be (for Button1 syntax)

Onpress=Parent.Parent.Window2.Button2.Press=true
First parent is button1's parent = Window1
Second parent is Window1's parent= _HUD

Just makin sure!!
Reply With Quote