AIR: components in window-based mxml component are frozen

有些话、适合烂在心里 提交于 2019-12-12 05:15:09

问题


SUBJ: creating a window-based mxml component, but in design mode all components that I'm adding are not movable, why? If I create component based on group f.e., it's ok, but based on window - they are frozen. Using Flash Builder 4.6


回答1:


I guess it's a bug that Adobe needs to look into.

But in the meantime, you can use <mx:Window> and change them all to <s:Window> before you will finally build the release version of the project.




回答2:


I am facing the same problem and it's very frustrating. I don't know whether it's a bug or not, but it happens in Flash builder 4.5 too.

What I figured out so far is that instead of using a <s:Window> you can actually use a <mx:Window>and then it will work as expected.

In the other hand I would like to be able to use the spark window instead. It's a very annoying tiny problem!



来源:https://stackoverflow.com/questions/9032610/air-components-in-window-based-mxml-component-are-frozen

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!