Quote:
Originally Posted by RickF7666
I even did a test.
OnShow="NewText.LocalText=ArchetypeText.text"
So when I display ArchetypeText it shows "Mage" but when I display NewText is doesn't show anything.
|
Several things. First of all I assume you don't copy all of the elements each of those UIs uses in their code, and this is why they fail. Second, I assume that no NewText object exists in your .xml, which is why you cannot assign a property Text or LocalText to it. But of course I'm just assuming, might be something else entirely.
