开发者

Developing resolution independent flex web application

Well. I checked this link Flex Cross Resolution Applications and it did not help. Infact, the display varies from browser to browser, (for eg. chrome vs ie8) Chrome has bigger browser window. How to develop flex applications in this case ? I am using values in percentages. However, it doesnt help. A panel which displays properly in IE8, appears big in chr开发者_C百科ome with text and buttons having same size. How to solve this problem ? Giving fixed width is not a solution. Is there any other way ?


You can use the maxWidth & maxHeight properties of your buttons in concert with setting percentage based width & height. That will ensure you're buttons (or other components) don't grow bigger than you want regardless of browser stage size.

Another option that could work is breaking your buttons up in Group tags. Then make the spacing between your groups of buttons percentage-based.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜