We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<HBox height="36"> <OptionBox group="list_tab" name="btn_sysmsg_list" cursortype="hand" text = "test1" width="stretch" height="stretch"> <Event type="select" receiver="list_tabbox" applyattribute="selectedid="0""/> </OptionBox> //这里设置selected属性后无效 而且程序运行崩溃 <OptionBox group="list_tab" name="btn_custom_list" selected="true" cursortype="hand" text = "test2" width="stretch" height="stretch"> <Event type="select" receiver="list_tabbox" applyattribute="selectedid="1""/> </OptionBox> </HBox> <TabBox name="list_tabbox" fadeswitch="true"> <VBox> <Label text="消息中心1"/> </VBox> <VBox> <Label text="消息中心2"/> </VBox> </TabBox> </VBox>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: