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" <[email protected] on behalf of 
[email protected]> 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
    --------

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to