Hi, if I create my own custom MXML component, e.g.

<<?xml version="1.0" encoding="utf-8"?>
<mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml
" width="100%" height="100%">

</mx:Canvas>

...and I try to drop it in FB design view inside some other component, I
can't seem to visualize it in design view.  When I select it in the outline,
FB properties says, "Selected item is not a visual component".

It really is a visual component, however, and if I run the app I can see it
there, and it works, but design view seems to be messed up.  The odd thing
is, we have a number of custom widgets like this, and they do show in design
view.  I'm comparing the differences between them, and I see nothing that
should make any difference in the design view behavior.

Anyone have any insight on why it is behaving this way -- or if there is a
workaround / fix?

TIA

Regards,
Davis

Reply via email to