Re: How to share a recorded sound on iOS?

2021-03-18 Thread William de Smet via use-livecode
Hi Matthias, What I tried with mergPopActivity was a little different and it didn't work: put specialfolderpath("documents") & "/" & "recording1.wav" into tPath Now it does. Thanks! greetings, William Op do 18 mrt. 2021 om 00:27 schreef matthias rebbe via use-livecode < use-livecode@lists

Android commissions

2021-03-18 Thread Andrew at MidWest Coast Media via use-livecode
In November 2020 I reported a similar story about Apple. It seems Android is following suit and cutting their take from 30% to 15% for small developers. This is GREAT for those of us selling under $1M worth of software annually! Blog story: https://www.engadget.com/google-play-store-fee-reducti

Re: IOS Screen resizing /EXACT FIT not working as before

2021-03-18 Thread Andrew at MidWest Coast Media via use-livecode
Found this old thread and forgot that I discovered my problem a few weeks ago, so thought I would post in-case it helps anyone else. I was Copy Files including an info.plist because I had some special permissions needed for the app: THIS was the problem. Normally I would compile the app, then

How do I change the icon after sound is ready?

2021-03-18 Thread William de Smet via use-livecode
Hi there, How do I change the icon back to "play" after the played sound is ready in my script below? if the iconPath of widget "dummy" is the iconPath of widget "play" then set the iconPath of widget "dummy" to the iconPath of widget "pause" play specialFolderPath("documents") & slash & "rec

Multiple Displays and Screenrect

2021-03-18 Thread Roger Guay via use-livecode
Can someone please tell me how to get the screenRect of multiple monitor setup? Thanks, Roger ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://li

Re: Multiple Displays and Screenrect

2021-03-18 Thread HENRY LOWE via use-livecode
In its plural form (screenRects) this function returns a list containing the virtual co-ordinates of all the screens currently attached to the system. The first line is always that of the primary display, and the order of the rest are in an OS-specific order. Henry > On Mar 18, 2021, at 2:28