PDA

View Full Version : [AS3] Component Problems


GuyFawkes
11-02-2009, 02:45 PM
Hi all,

I'm having a rather strange problem that I cant seem to find an answer to. Basically I'm creating an Air application which spawns a new window when a button is clicked.

Everything works fine up to the point where I try to add a component to that window, say for example a TextArea. The component does appear but in an unskinned way, and by that I mean the normal default skin for any component i try to add to this new window vanishes.

I've tried several other components such as buttons and labels, and they all appear unskinned too. Does anyone know why this might be happening? I cant move forward with my project untill I solve this.