如何加载模块来控制,如面板、vbox 等 +flex
我是这个弹性的新手。 有人可以解决我的问题吗? 这是我的查询:我有一个主页分为 3 个部分,如顶部、左侧、中间位置。 在中间位置 - 面板和组合框在那里。 我想将我的模块加载到中间位置,例如面板。 我有组合框,当我根据该组合框选择任何项目时,我将使用自定义模块加载器控件将模块加载到该面板。 到目前为止,一切正常。 我的问题:我从组合框中选择一个选项,它显示一个模块(sam1)。 当我单击(sam1)时,它应该在同一位置打开另一个模块(sam2)(而不是sam1-sam2)。 那么您能告诉我您的解决方案吗?
I'm new to this flex. Can anybody solve my problem? This is my query: I have ahome page divided into 3 parts like top, left, middle positons. In the middle postion -panel and combobox are there. I want to load my module to the middle positon like to panel. I have combobox, when I selected any item based on that I'm loading a module to that panel using Custom moduleloader control. Up to here it's working fine. My probelm: I select one option from combobox, it shows the one module(sam1). When I click(sam1), it should open anothermodule(sam2) in same location (instead of sam1-sam2). So can you tell me your ideas on how to resolve it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您需要的是将所有模块放入 视图堆栈。 然后您有一个选择:
这样:
It sounds like what you need is to put all the modules into a ViewStack. Then you have a choice:
Something like: