PEZ
PEZ

Reputation: 17004

Design mode not working for Flex 4 project

I'm trying to port a small Flex 3 AIR project to Flex 4 (Gumbo). Things are working quite fine. I can run and debug the application. But for some reason I can't use the design mode of my WindowedApplication. The head of the MXML file looks like so:

<?xml version="1.0" encoding="utf-8"?>
<WindowedApplication xmlns="http://ns.adobe.com/mxml/2009"
        xmlns:mx="http://ns.adobe.com/mxml/2009"
...

I get an error saying that the root node is not recognized.

Anyone else got this to work in Gumbo? Any pointers?

Upvotes: 1

Views: 1010

Answers (1)

Scott Evernden
Scott Evernden

Reputation: 39930

Looks like you've encountered a known bug

Upvotes: 3

Related Questions