1

我想在我的实时代码应用程序中添加本机 Android 列表选择器(微调器)和 iPhone 列表选择器。我正在使用实时代码组合框,但它无法按照其在 Android 和 Iphone 中的本机功能工作。请帮助我如何实现这一点?

谢谢

4

2 回答 2

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 词典

于 2013-07-24T06:15:47.610 回答
0

您需要将您的结果与 if 操作或 switch case 连接起来。如果是 1 则将“succes”放入 fld “yourfield” end if On switch tText Case “1” Go to card“lol” Break Case “2” Go to card“rofl” Break End switch

于 2013-07-27T16:48:33.460 回答