Desktop Fork Menu for Mobile Picker
Sannyasin Brahmanathaswami
brahma at hindu.org
Wed Jun 21 10:46:05 EDT 2017
OH… never mind… "popup menu at"
How could I have forgotten that (by work on mobile most of this year..)
BR
On 6/20/17, 4:50 AM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" <use-livecode-bounces at lists.runrev.com on behalf of use-livecode at lists.runrev.com> wrote:
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
--------
More information about the use-livecode
mailing list