Re: mobile dev confusion

2019-12-29 Thread JJS via use-livecode

Yes you are right Sannyasin.

And on your desktop you can use the very fast x86 / x86-64 emulator 
which you can use directly via the test button in the ide(of course 
first load the emulator)


Op 29-12-2019 om 14:43 schreef Sannyasin Brahmanathaswami via use-livecode:

Hmmm.. I conclude from this thread (where I do not use the similutor) that for 
the Google Play store we only need to build

armv7   &   arm64

@J. Gay

right?

Support for x86 chips on mobile devices apparently was dropped some
years ago.
___
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


___
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


Re: mobile dev confusion

2019-12-29 Thread Sannyasin Brahmanathaswami via use-livecode
Hmmm.. I conclude from this thread (where I do not use the similutor) that for 
the Google Play store we only need to build

armv7   &   arm64

@J. Gay

right?

Support for x86 chips on mobile devices apparently was dropped some
years ago.
___
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


Re: Polygon Side Does Note Match to Polygon rect

2019-12-29 Thread Sannyasin Brahmanathaswami via use-livecode
Thanks Howard, I have a "design tools" stack, which I can toggle as a palette, 
focus on the top card of the stack I am building.. I'll add a card with this in 
a button

"Make equilateral triangle"

BR

Obviously you want an evenly sided triangle with fixed width W? So use

put 243 into W -- for example
set points of grc 1 to "0,0,10,-10,20,0,0,0" -- these are start-values only
set width  of grc 1 to W
set height of grc 1 to W*sin(pi/3) -- note: 243*sin(pi/3)=210
set loc of grc 1 to 150,150 -- adjust to your needs

What's easier than that?
___
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