I tried making a resizable popup window using your code, and there is a problem with trying to set the title on the second line:ttw.titleDisplay.text = Resizable Title Window title;You can not access the titleDisplay until the skin is set (e.g. in creationComplete).