我想在我的livecode应用程序中添加原生Android列表选择器(微调器)和IPhone列表选择器。我正在使用livecode组合框但是它在Android和Iphone中的原生功能不起作用。请帮我怎样才能实现这个目标?
由于
答案 0 :(得分:1)
使用mobilePick命令
put the weekdayNames into tDays
put lineoffset("Tuesday", tDays) into tInitialIndex
mobilePick tDays, tInitialIndex
-- iOS only example
put "Mon" & return & "Tue" into tDays
put "Jan" & return & "Feb" & return & "Mar" & return & "Apr" into tMonths
mobilePick tDays, 2, tMonths, 3, "checkmark"
answer the result with "Okay"
来自lc词典
答案 1 :(得分:0)
您需要将结果与if操作或切换案例相关联。 如果它是1然后将“succes”放入fld“yourfield”结束,如果 在开关tText上 情况1” 去卡“哈哈” 打破 案例“2” 去卡“rofl” 打破 结束开关