Ah k. I had just looked at this thread( http://forums.livecode.com/viewtopic.php?f=53&t=11730&p=55347&hilit=mobilecontroldo#p55347 ), and (if I understand what you're asking) it seemed to be working at some point in the past. Unreliably, but still working.
Hopefully someone can help. On Tue, Apr 21, 2015 at 7:09 PM, Pierre Sahores <[email protected]> wrote: > Don’t work there. The problems seems to rely on the fact that > mobilecontroldo acts as a pure command (no return value at all in it or in > the result)… > > Thanks anyway, > > Pierre > > > Le 22 avr. 2015 à 00:35, Mike Bonner <[email protected]> a écrit : > > > > You do actually have a 'return' in your js code right? > > > > You might test with something simple like > > > > function donothing() { > > return 10; > > } > > > > After the mobilecontroldo it the result should be 10. > > > > If you ARE returning a value, you might simplify and make sure you aren't > > returning nothing. I THINk that if the code is failing you would get an > > error in the result, but not sure. > > _______________________________________________ > > 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 > > -- > Pierre Sahores > mobile : 06 03 95 77 70 > www.sahores-conseil.com > > > _______________________________________________ > 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 _______________________________________________ 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
