Warning: include() [function.include]: Unable to access /var/www/html/rogue-development/blog2/wp-content/advanced-cache.php in /var/www/html/rogue-development/blog2/wp-settings.php on line 62

Warning: include(/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php) [function.include]: failed to open stream: No such file or directory in /var/www/html/rogue-development/blog2/wp-settings.php on line 62

Warning: include() [function.include]: Failed opening '/var/www/html/rogue-development/blog2/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/rogue-development/blog2/wp-settings.php on line 62

Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /var/www/html/rogue-development/blog2/wp-includes/functions.php on line 3468

Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /var/www/html/rogue-development/blog2/wp-includes/functions.php on line 3382

Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /var/www/html/rogue-development/blog2/wp-includes/functions.php on line 3382
FB3 Beta 2 Design View not showing up? Quick "Fix" « Marc’s Musings

FB3 Beta 2 Design View not showing up? Quick "Fix"

If you’re using FB3 Beta 2, I bet you’ve opened up an MXML document in design view and it didn’t show up at least once? A quick (stupid) fix is as follows:

Go to source view.
In your root tag add a space before the namespace url
<mx:Canvas xmlns:mx=”http://www.adobe.com/2006/mxml”
Becomes
<mx:Canvas xmlns:mx=” http://www.adobe.com/2006/mxml”

Now, delete that space.
Back to
<mx:Canvas xmlns:mx=”http://www.adobe.com/2006/mxml”

And save, you’ll notice a weird redraw issue.

Now hit the design button and you should see your form.

0 Responses to “FB3 Beta 2 Design View not showing up? Quick "Fix"”


Comments are currently closed.