health-check
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home2/bradbecker/public_html/blog/wp-includes/functions.php on line 6121<\/a><\/p>\n
I created a stylesheet that turns any mxml app into a wireframe. This allows you to wireframe using real components.<\/p>\n
If you\u2019re using FlexBuilder for wireframing, just use the Design panel > CSS tab > Attach StyleSheet button to add the wireframe.css to your app. Or under the application tag just add the style tag:<\/p>\n
< mx:Style source=\"..\/Wireframes\/wireframe.css\" \/><\/p><\/blockquote>\n
(where ..\/Wireframes\/ is the path to this css file) and the entire app will inherit these styles. Note that if you are overriding this elsewhere, the more localized styles will override the wireframe styles\u2014wireframing is usually happening long before styling so this shouldn\u2019t be a problem.<\/p>\n