I'm new in flex. I have a design like this
我是flex的新手。我有这样的设计
in one page have two option like this
在一个页面中有两个这样的选项
Hard & soft
硬软
when i click hard(option) there will show three option(in php got to another page) like
当我点击硬(选项)时,会显示三个选项(在php到另一个页面)就像
standard, square & pocket and in the page below BACK(when click this option it will back previous state(page)) option will be show
标准,方形和口袋以及在BACK页面下方(单击此选项时将返回上一个状态(页面))选项将显示
When mouse over on any option's this will show its properties in any side of page
当鼠标悬停在任何选项上时,这将在页面的任何一侧显示其属性
when select any one of them it will go next step(page) for more performance.
当选择其中任何一个时,它将进入下一步(页面)以获得更高的性能。
Soft option will work like hard option.
软选项将像硬选项一样工作。
Please help me with code example or tutorials.
请帮我提供代码示例或教程。
Best regard mahedi
最好的关注mahedi
1 个解决方案
#1
0
To manage many pages (aka flex components): I suggest using the "ViewStack" Container; or "TabNavigator" might be easier for flex beginners.
管理很多页面(也就是flex组件):我建议使用“ViewStack”容器;对于初学者来说,“TabNavigator”可能更容易。
To make the "back button" in the browser (e.g., Internet Explorer, Mozilla Firefox, etc) work correctly, I suggest using the "Browser Manager".
要使浏览器中的“后退按钮”(例如,Internet Explorer,Mozilla Firefox等)正常工作,我建议使用“浏览器管理器”。
The following tutorials should help with "ViewStack" and "BrowserManager": www.switchonthecode.com/tutorials/flex-snippet-tutorial-view-stack-component www.switchonthecode.com/tutorials/flex-browsermanager-browser-history-and-the-back-button-fun
以下教程应该有助于“ViewStack”和“BrowserManager”:www.switchonthecode.com/tutorials/flex-snippet-tutorial-view-stack-component www.switchonthecode.com/tutorials/flex-browsermanager-browser-history-and -the-后退按钮乐趣
#1
0
To manage many pages (aka flex components): I suggest using the "ViewStack" Container; or "TabNavigator" might be easier for flex beginners.
管理很多页面(也就是flex组件):我建议使用“ViewStack”容器;对于初学者来说,“TabNavigator”可能更容易。
To make the "back button" in the browser (e.g., Internet Explorer, Mozilla Firefox, etc) work correctly, I suggest using the "Browser Manager".
要使浏览器中的“后退按钮”(例如,Internet Explorer,Mozilla Firefox等)正常工作,我建议使用“浏览器管理器”。
The following tutorials should help with "ViewStack" and "BrowserManager": www.switchonthecode.com/tutorials/flex-snippet-tutorial-view-stack-component www.switchonthecode.com/tutorials/flex-browsermanager-browser-history-and-the-back-button-fun
以下教程应该有助于“ViewStack”和“BrowserManager”:www.switchonthecode.com/tutorials/flex-snippet-tutorial-view-stack-component www.switchonthecode.com/tutorials/flex-browsermanager-browser-history-and -the-后退按钮乐趣