Thread: Nesting Issues
View Single Post
  #2  
Unread 05-02-2012, 09:32 AM
keezyrick keezyrick is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2006
Server: Guk
Posts: 194
Default

Looks to me like you have one too many Parent nests in your command. You going outside the container by the time you call MainHUD.

<Button Location="235,466" MaximumSize="16384,26" Size="32,32" Name="SetButton" OnPress="
Parent.Parent.Parent.Parent.Parent.MainHUD.Clock.SetDisplay.Text='Test'
">Update</Button>
__________________
GUK Server
<Legion of the White Rose>
Mezzes 90 Coercer
Reply With Quote