Flash Builder Design Mode Bug Workaround (!!!)

I've been fighting this annoyance since FB4 came out, and while I still don't think that custom/embedded fonts in design view are fixed by this, I've been able to reproduce this "fix" (workaround) to get design view to show fonts/theme correctly under some very specific circumstances on two separate PCs.
If anyone from Adobe sees this I'd like to know whether this sounds familiar or is possibly logged as a bug already somewhere in JIRA.. if not I could probably do that as long as it won't be a wasted effort.
The problem:
You're using a Halo theme but certain CSS settings (specifically and possibly limited to FONTS) don't work properly in design view even though they work fine in Flash.  Essentially this makes design view practically useless since choice of font family, size, and weight can effect component sizing if you aren't hard-coding component sizes (ugh)... ruining your efforts to use design view for UI design if your UI has any level of complexity (or uses absolute positioning at all).
The specific circumstances seem to be:
You're using the Halo theme (you have no special 'skinning' requirements and want Halo defaults w/only CSS customizations)
You've upgraded a Flex 3 project to Flex 4 SDK (not sure if this is needed to reproduce the issue)
Using a regular non-embedded font (embedded fonts still do crap out, but even this 'workaround' doesn't fix that problem)
You're using swc library files such as the Swiz lib, Mate, Flexlib, etc. (I think it's ANY swc, not specific to any one)
This may also only apply when using an "mx only" project (no Spark), since we're using Halo here
The two part fix (as far as I can tell you need BOTH before design view works correctly):
In .actionScriptProperties, add the following bolded line after the compiler tag like so:
  </compiler>
  <theme themeIsDefault="false" themeIsSDK="true" themeLocation="${SDK_THEMES_DIR}/frameworks/themes/Halo"/>
  <applications>
  (I think this may only apply to 'upgraded' projects, as the line does seem to be present in newly created FB4 Halo projects.  My guess is that an "upgraded" project should have such a line added, but doesn't get it due to an oversight/bug.)
The somewhat painful, and definitely odd part.  Remove all your SWC library files from /libs.  Grab the source code for the libraries and drop them into your project's /src folder as if you'd written them yourself.  (This may require some research and knowledge on special requirements to build the libs, such as with Swiz's compiler metadata compiler settings which you need to put into your project's settings.)  After you get things set up right and the project compiles again, doing a refresh of design view should finally give you proper looking Halo controls and fonts so they look identical to the Flash runtime view.
Why this works, I've no idea.  I suspect it has something to do with that stupid and annoying (and supposedly 'harmless') design mode warning message you get when you include a library like Swiz or Mate in your project.  (Design mode could not load xxxxxxxxxxxxx.swc. It may be incompatible with this SDK, or invalid. (DesignAssetLoader.CompleteTimeout)) - this warning doesn't break your application, people seem to think it's just a harmless warning..but is it breaking design view?
If anyone has any idea what's going on here, why this 'fixes' the problem (a better work around), or has any other insight I'd love to hear it.  The combo of needing to do two things (in my specific case) to fix the problem really made this a ROYAL PAIN, I still can't believe I found it.

Hi Fernando, sorry for the delayed response.  CSS Design Mode is not available for Flex 4 projects, but it is still available in Flex 3 projects.  The reason for this is that designing components in Flex 4 is often a lot different, since it relies highly on the new spark skinning architecture.  There is, however, an Appearance panel available in design view which supplies a set of the main inheriting styles. Setting these styles in the Appearance panel will result in assigning values to a global style selector.
I hope this helps,
Rob

Similar Messages

  • Flash Builder Design Mode: sea of grey w/ blue boxes...why?

    Gentlepersons,
    I added various controls to a tiny test application's MXML file in Flash Builder (Gumbo)'s design mode, ran the app, and all was well.  Then I opened the file in design mode again, and all I could see was a sea of grey, with no controls visible. When I clicked on a control, a blue border would appear around it, but no other sign of the control was visible. I could drag new controls onto the sea of grey, but they were invisible too.
    I have attached a screen shot of the "sea of grey," named "SeaOfGrey.tiff".
    What the heck is this?  Is there some "sea of grey" mode that I accidentally got into?  How do I get out of it?
    Thanks!  :-)
    Jim

  • Flash Builder Design view

    Hi all,
    I have also an issue when trying to view a component in the Flash Builder 4 Design View (running on Eclipse 3.5 SP-2).
    The design view does not open and I get an error message. When I look into the Eclipse "Error Log" view I see the following stack trace and session data as shown below...
    I appreciate any hint what is going wrong here...
    Thanks!
    Paul
    java.lang.NullPointerException
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Commander.getDesignSurfa ce(MXMLDesignView4Commander.java:61)
    at com.adobe.flexbuilder.mxml.editor.design.internal.MXMLDesignView4Commander.setFrameRate(M XMLDesignView4Commander.java:124)
    at com.adobe.flexbuilder.designview.DesignViewPart$DesignShellListener.shellActivated(Design ViewPart.java:353)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:82)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)
    at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1615)
    at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2086)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:3943)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1578)
    at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2010)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4619)
    at org.eclipse.swt.internal.win32.OS.MessageBoxW(Native Method)
    at org.eclipse.swt.internal.win32.OS.MessageBox(OS.java:2892)
    at org.eclipse.swt.widgets.MessageBox.open(MessageBox.java:207)
    at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignPart.startDesignView(MXMLDesignPart.ja va:208)
    at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignPart.<init>(MXMLDesignPart.java:68)
    at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignEditor.initializePlayer(MXMLDesignEdit or.java:1411)
    at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignEditor.initializeDesignView(MXMLDesign Editor.java:1576)
    at com.adobe.flexbuilder.mxml.editor.design.MXMLDesignEditor.setFocus(MXMLDesignEditor.java: 1736)
    at org.eclipse.ui.part.MultiPageEditorPart.setFocus(MultiPageEditorPart.java:1119)
    at org.eclipse.ui.part.MultiPageEditorPart.setFocus(MultiPageEditorPart.java:1101)
    at com.adobe.flexbuilder.mxml.editor.MXMLEditor.setFocusIfActive(MXMLEditor.java:674)
    at com.adobe.flexbuilder.mxml.editor.MXMLEditor.activateDesignEditor(MXMLEditor.java:638)
    at com.adobe.flexbuilder.mxml.editor.MXMLEditor.activateDesignEditor(MXMLEditor.java:621)
    at com.adobe.flexbuilder.mxml.editor.MXMLEditor.pageChange(MXMLEditor.java:489)
    at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignEditor.setActivePage(CodeAndDesignEd itor.java:684)
    at com.adobe.flexbuilder.mxml.editor.MXMLEditor.setActivePage(MXMLEditor.java:544)
    at com.adobe.flexbuilder.editorcore.editor.CodeAndDesignEditor$1.clicked(CodeAndDesignEditor .java:454)
    at com.adobe.flexide.editorcore.ui.controls.ButtonBar.clicked(ButtonBar.java:289)
    at com.adobe.flexide.editorcore.ui.controls.AbstractButton.sendClickEvent(AbstractButton.jav a:41)
    at com.adobe.flexide.editorcore.ui.controls.ToggleButton.handleChange(ToggleButton.java:79)
    at com.adobe.flexide.editorcore.ui.controls.ToggleButton.mouseDown(ToggleButton.java:66)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3910)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3503)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
    Session Data:
    eclipse.buildId=unknown
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    Framework arguments:  -product org.eclipse.epp.package.jee.product
    Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product

    I have the same problem, and can not get answer.
    Today I try to use a standalone version, it‘s running good.
    So, it may tell us that the problem may be only happen in the situation that using a plugin version FB4 and running on win 7.
    If you just need flex and do not use j2ee, I suggest you using a standalone FB.

  • Flash Builder Design Preview Not Working With Catalyst Objects On Stage

    Hi there,
    I'm working with a flash catalyst component from a flex project library, and it will not preview in desing mode. Anyone ever run into this? It seems that it may be a memory issue as the custom components themselves will preview, but now a bunch of custom components all displayed in a view.
    Any insight would be greatly appreciated! For now I'm back to guessing x & y coords...

    Going to answer my own thread here. This issue doesn't seem to be with Flash Builder, I think the issue lies in the browser not being able to register the button modes, namely Firefox 4. I've seen it happen in other browsers too, like Chrome, where the fix is to embed the swf as param.wmode = "window". Hope this helps someone out.

  • Flash Builder - Design View - can't resize/move objects anymore.

      So, I've downloaded the 60 day trial of Flash Builder 4.  I've been working with it for about 2 days and everything has been going fine.  However, for some unknown reason, my design view panel just suddenly stopped working properly.  I see the components (and the gray outlines of my containers) I'm working with, but when I try to click on them, I do not get that blue resizing outline with the handles.  I see the properties panel change when I click different components, but I get no outline.  So, I can no longer resize in this view.  I also can't move components/containers around.  I can only click on them and watch the properties panel change.  I do not believe I've hit any sort of option in the menus.  I closed the application and started it up again with the same result.  I even rebooted my machine and tried again.  As of right now, this problem seems to be permanent.  Any ideas?  Thanks for your time.

    I would recommend you post on the Flash Builder forum: http://forums.adobe.com/community/flash_builder

  • Flash Builder Design Issue!

    This is a very annoying issue that im having. I have had Flash Builder 4 installed since the launch of CS5 and just started to use it. The problem im having is with the designer when constraining an object to the corners of the document.
    Whats happens in the object goes off the canvas when constraing it to the right, left and top.
    Here is an image of what im talking about.
    http://papillongrafix.com/fb.png
    whats happening and how can i fix it?

    The issue does not seem to be present  in  FB 4.5 so i cannot give exact reason of the issue.  Anyway you can see that the right alignment value is showing negative number in the text box.  So you can adjust the value to a positive number which is suitable for your requirement

  • Flash Builder, Design area resolution gone?...

    Hi, maybe is a simple one but trying with no luck in the Flash Builder Trial, looking in the documentation,
    cannot see where is the design area, in flex 3 was easy lets say know how the components looked like
    in 2000x1000 for example just putting there the value.
    where is this located in Flash Builder
    thanks.

    Nope, he's right, it's not there for me either.
    This is what he is talking about.  I do anticipate this being an annoyance for me once I switch to FB4 at work.
    In this case, just a VBox container with width/height both set to 100%.  The main Application container had no w/h set, but I don't imagine that mattering.

  • Flash Builder 4.7 bug

    "Note: If you have not changed your code or assets since the last debug IPA package was generated, Flash Builder skips the packaging and debugs the application. That is, you can launch the installed application on your device and click Debug to connect to the Flash Builder debugger. This way, you can debug repeatedly without packaging the application every time."
    That's just not happening, I have to repackage the ipa every time I click debug. This was working ok in 4.6. Can you guys take a look at it?.
    Thanks.

    "Note: If you have not changed your code or assets since the last debug IPA package was generated, Flash Builder skips the packaging and debugs the application. That is, you can launch the installed application on your device and click Debug to connect to the Flash Builder debugger. This way, you can debug repeatedly without packaging the application every time."
    That's just not happening, I have to repackage the ipa every time I click debug. This was working ok in 4.6. Can you guys take a look at it?.
    Thanks.

  • Problems adding native extensions from linked resources in Flash Builder 4.7

    While adding native extensions (.ane files) from linked source folder in a Actionscript Mobile Project on Flash Builder 4.7, a java.lang.NullPointerException is thrown. Below is the stacktrace. Any help would be appreciated.
    Also, what is the link/site to file Flash Builder 4.7 bugs?
    java.lang.NullPointerException
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.addToAppXMLModel (AppXMLFileANEExtensionHandler.java:78)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.addToAppXmlFile( AppXMLFileANEExtensionHandler.java:65)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.addToAppXmlFile( AppXMLFileANEExtensionHandler.java:48)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.applyWorkingCopy(ANEController.j ava:791)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.applyWorkingCopy(ANEController.j ava:814)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEpathControl.contributeToLibraryPath(ANEpath Control.java:723)
              at com.adobe.flexbuilder.project.ui.utils.AirBuildPathsPropertiesPane.contributeToLibraryPat h(AirBuildPathsPropertiesPane.java:85)
              at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.getLibraryPath(Ab stractBuildPathsPropertiesPane.java:1344)
              at com.adobe.flexbuilder.project.ui.properties.BuildPathsPropertyPage.applyProjectSettings(B uildPathsPropertyPage.java:520)
              at com.adobe.flexbuilder.project.ui.properties.AbstractFlexProjectPropertyPage.performOk(Abs tractFlexProjectPropertyPage.java:117)
              at com.adobe.flexbuilder.project.ui.properties.BuildPathsPropertyPage.performOk(BuildPathsPr opertyPage.java:617)
              at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:964)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
              at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
              at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:944)
              at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDial og.java:447)
              at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:233)
              at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
              at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
              at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
              at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
              at org.eclipse.jface.window.Window.open(Window.java:801)
              at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:158)
              at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
              at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
              at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
              at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
              at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
              at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
              at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
              at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    A year later, but I'm facing the same bug.
    If your ever found a solution I'd be glad to hear.
    I filed a bug with more details and my own workaround: 
      3697022

  • Cannot load Design mode flash builder 4 preminum trail version

    Hi
    I installed flash builder4 premium trail version .After creating project when i click on the design mode . It displays an alert box containg the message like cannot load design mode with title as outof memory . How can slove this problem.
    Here i  attached the image file.
    Thanks in advance
    Regards
    ss

    sss999sss, Dezoris, ypeng, GJam564: Can you guys reproduce the issue still?
    When you can, please comment on this bug http://bugs.adobe.com/jira/browse/FB-25594 and attach your error log from your workspace
    Win: C:\users\you\Adobe Flash Builder 4 Plug-in\.metadata\.log
    Mac: /Users/you/Documents/Adobe Flash Builder 4 Plug-in/.metadata/.log
    It would be helpful to know if this is limited to a particular MXML file or if it also reproduces in an empty Application.
    Also, just to be sure, try to reproduce this bug a new workspace:
    1) File > Switch Workspace > Other...
    2) Specify a new folder
    We'll continue to follow up on FB-25594. Again, please post your log and platform (mac/win, memory, etc.) information on the bug.
    Jason San Jose
    Software Engineer, Flash Builder.

  • No Design Mode in Flash Builder 4.7

    It took me many hours to figure this out so I thought I would share what I discovered to make it easier on others.
    1.  Flash Builder 4.7 no longer has Design Mode (being able to design forms graphically).  4.6 was the last version to support it.
    2.  Adobe will not sell you 4.6 (or 4.5).  They only sell 4.7.  They suggest you find a retailer who has an old box.
    3.  Don't bother complaining, the word is "real programmers don't use design mode".
    4.  I called support yesterday to get some questions answered.  I was told the wait time is over 2 hours and I can't leave a callback number.  (At least at that time, they only let you leave a callback number for product returns - which I also did.)
    I spent over 8 hours on this yesterday at a cost, in terms of lost revenue, of 4 figures.  I hope this saves you some time.
    Blake

    Hi Blake,
    In another page (http://forums.adobe.com/thread/1056583), Adobe states that it will be possible to download 4.6 in alternative to 4.7, to still have the Design View. However, I have not seen such possibility yet.
    I will not say that "real programmers don't use design mode". They do, if it works fine.
    However, the Design View was not very useful for mobile projects, if you wanted to create an interface which, at run time, adapts to different screen estates.
    It was very good to draw an initial mock-up, but only the simulator (and the device) can say how the app really looks like (if you want to know more, please have a look here: http://aliencoding.com/2013/02/22/adobe-flash-builder-4-7-has-no-design-view-is-it-blasphe my-no-but-the-software-contains-some-other-blasphemous-aspects/).
    If you develop for desktop, then I agree the Design View lack is a real drag. I think Adobe should at least lower the price of the program, now that it's been scaled down for (I think) copyright issues (the Design mode relies on Flash professional components that was not donated to Apache).
    I love this platform because it really saved my butt in cases of real fast devployment, BUT NOW it lacks support for Windows 8 that PhoneGap has...
    Can we say... it is a legacy framework by now? 

  • Flash builder 4.5 Grey background in Design Mode

    I just installed Flash builder 4.5 in my Kubuntu OS. I can created a new flex project in my eclipse.
    However, when I switched from source mode to design mode. The background is grey and doesn't
    show any components (nor the white background). I was wondering if you guys have solution for this.
    Thanks a lot.

    I just installed Flash builder 4.5 in my Kubuntu OS. I can created a new flex project in my eclipse.
    However, when I switched from source mode to design mode. The background is grey and doesn't
    show any components (nor the white background). I was wondering if you guys have solution for this.
    Thanks a lot.

  • Flash Builder 4 CSS Design Mode

    Hello,
         I would like to know why CSS Design mode was removed from Flash Builder 4?
         I am a Design/Developer so it was much easier for me to use CSS in Design mode.
         What are my options? Is there any other tools for visual editing CSS for a Flex application?
    Thanks

    Hi Fernando, sorry for the delayed response.  CSS Design Mode is not available for Flex 4 projects, but it is still available in Flex 3 projects.  The reason for this is that designing components in Flex 4 is often a lot different, since it relies highly on the new spark skinning architecture.  There is, however, an Appearance panel available in design view which supplies a set of the main inheriting styles. Setting these styles in the Appearance panel will result in assigning values to a global style selector.
    I hope this helps,
    Rob

  • Design mode in Flash Builder 4.5

    I've seen from previous discussions that newer versions of Flash Builder wouldn't be supported in design mode because there would be too many SWCs to maintain, but I wanted to check if it'd be possible for the LCCS team to only support the current/active version of Flash Builder?
    It wasn't too bad before because I had Flash Builder 4 on my old Macbook Pro. I recently bought a new Macbook Air, and I was trying to find Flash Builder 4 specifically for the purpose of being able to use design mode. I like being able to quickly mockup things in the design mode, and I've always been more visual personally (I still use the command line when I have to, but I'm a designer by nature and so I always prefer being able to visually layout my interface instead of code it out). I think it's a matter of preference, and I probably could switch to just using code, but I really liked the design mode.
    Anyway, I don't think it'd be a problem, except I can't find any download links for Flash Builder 4. The only thing I can get is Flash Builder 4.5, and the design mode is not supported in that version. Would it be possible to find a download link (even for a trial) of Flash Builder <= 4.0?

    Hi all,
    Exact same problem for me as well. Can someone please help ?
    Thank you !

  • New to flash. I import a flash professional project into flash builder but don't see a design mode

    in flash builder to place object onto!!!
    I can see design mode if I import a catalyst project, as well an mxml file, but not with flash professional. Any help?

    in flash builder to place object onto!!!
    I can see design mode if I import a catalyst project, as well an mxml file, but not with flash professional. Any help?

Maybe you are looking for

  • Validation on multi fields

    Created a form on a table. table1 has columns:id (not null),fname,lname,div Need a validation: if all 3 fields are empty (fname,lname, div) then don't accept the input from the form. How do you do a validation on multiple fields in apex? I can write

  • Please Help - I want to use my iPod : (

    Here is the problem: A few months ago my iTunes no longer recognized my pod even though my computer did. I went through Apple's suggestions, reinstalling software/iTunes to no avail. I reset my pod to factory settings, but it would still not be recog

  • Icon for Desktop Shows Up as a Generic Icon in the Places Sidebar

    Noticed yesterday that the icon for the Desktop showed up as a generic icon in the Places Sidebar. I have tried resetting the PRAM, repaired the Hard Disk and Permissions using the Disk Utility and deleted the com.apple.desktop.plist pref in my user

  • ADF Intersection table / create intersection rows

    Good morning everybody, can anyone help me with the task of using a intersection table (Many-to-Many relationship between A and B) with ADF BC ? This is my database design: TABLE A ID (PK) TABLE X (intersection table) TableA.ID (PK)(FK) TableB.ID (PK

  • What adobe app can decode files with extensions bup, ifo, vob?

    What adobe app can decode files with extensions bup, ifo, vob?