livecode - how to add native list picker of Android and Iphone in live code -
i add native android list picker(spinner) , iphone list picker in livecode application.i using livecode combobox not working per native functionalities in android , iphone.please me how can achieve this?
thanks
use mobilepick command
put weekdaynames tdays put lineoffset("tuesday", tdays) tinitialindex mobilepick tdays, tinitialindex -- ios example put "mon" & return & "tue" tdays put "jan" & return & "feb" & return & "mar" & return & "apr" tmonths mobilepick tdays, 2, tmonths, 3, "checkmark" answer result "okay"
from lc dictionary
Comments
Post a Comment