Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在向我的应用程序添加主菜单项。但是,它们仅在默认的“编辑”菜单项之后添加。
new_menu = Ti.UI.createMenu() fileItem = new_menu.addItem('File') settingsItem = new_menu.addItem('Settings') Ti.UI.setMenu(new_menu)
这是结果:
显然,我希望“文件”出现在编辑之前。如果可能,我想删除“编辑”和“窗口”。我该怎么做呢?
看起来这是一个未解决的问题: https ://github.com/TideSDK/TideSDK/issues/112