常用控件--List-bada软件开发

时间:2024-05-16 03:01:20
【文件属性】:

文件名称:常用控件--List-bada软件开发

文件大小:1.85MB

文件格式:PPT

更新时间:2024-05-16 03:01:20

bada 开发

常用控件--List 监听方法: virtual void OnItemStateChanged(const Osp::Ui::Control& source, int index, int itemId, Osp::Ui::ItemStatus status); 实现: 1. __pList->AddItemEventListener(*this); 2. void Form1::OnItemStateChanged(const Osp::Ui::Control& source, int index, int itemId, Osp::Ui::ItemStatus status) { switch (index) { default: AppLog("The Index of List Items is %d", index); break; } }


网友评论