Link to home
Start Free TrialLog in
Avatar of yarek
yarekFlag for France

asked on

flex design mode missing images

My flex SDK editor has missing images of components such as buttons when inside custom components:


ex: test.mxml

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" >
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="300">
      <mx:Button x="228" y="88" label="Button"/>
</mx:Canvas>
</mx:Application>

Is dispalyed fine but...
But
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="300">
      <mx:Button x="228" y="88" label="Button"/>
</mx:Canvas>

has missing images : see screenshot !

How can I make it work normally ?
regards


missingImages.jpeg
ASKER CERTIFIED SOLUTION
Avatar of Gary Benade
Gary Benade
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of yarek

ASKER

tried it ALL !
post the complete project
Avatar of mandrew182
mandrew182

Please check list of errors in your application. I had same problem.