OK , who knew we would be building for mobile first, and *then* go fishing for 
a desktop solution to the same requirement?

this is too easy:
---------
sort tList
put "All" & cr before tList
mobilePick tList, "cancel"
if the result is 0 then
put empty into tModule
else
put line (the result) of tList into tTitle
--------

Anyone have a "widget" separate control that we can use for desktop to "drop 
into" this scenario?

sort tList
put "All" & cr before tList

if the environment is "mobile" then
mobilePick tList, "cancel"
else
### what?
end if

if the result is 0 then
put empty into tModule
else
put line (the result) of tList into tTitle

BR

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
  • Desktop Fork Menu for Mobile P... Sannyasin Brahmanathaswami via use-livecode

Reply via email to