Re: Binary Rejected!

2018-08-23 Thread Ludovic THEBAULT via use-livecode
> Le 24 août 2018 à 07:48, Dan Friedman via use-livecode > a écrit : > > Hello, > > My recent iOS app uploaded to Apple was rejected because the dialog asking > for access to your location didn’t say why the app wanted to use location > services. Apple said, “We noticed that your app

Binary Rejected!

2018-08-23 Thread Dan Friedman via use-livecode
Hello, My recent iOS app uploaded to Apple was rejected because the dialog asking for access to your location didn’t say why the app wanted to use location services. Apple said, “We noticed that your app requests the user’s consent to access their location but does not clarify the use of this

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-23 Thread Brian Milby via use-livecode
@ Sannyasin Brahmanathaswami I was finally able to take some time and load the _r9 version of your demo stack. When initially loaded, the image did fill the browser window, but when I pressed the play button it did not take over the entire screen. When I rotated, it did resize as expected. I'm

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-23 Thread Brian Milby via use-livecode
@Ludovic / @Jacque If you are just wanting a background to cover the extra space, why not just make it oversized and not worry about adjusting it? The original stack worked fine on my iPad (since it was sized at the same resolution). I made it a substack of another one and used a button to "go

Re: Best way to store videos

2018-08-23 Thread William Prothero via use-livecode
Peter: I had self-hosted a few small videos, all in mp4 format. I hadn’t checked many video players, tho, but when I changed hosting services, for my wordpress site, the video appeared offset to the right (same code as prev hosting), in the iframe. I couldn’t get it to view correctly, and gave

Re: Best way to store videos

2018-08-23 Thread Peter Bogdanoff via use-livecode
Bill: If your video is a common format like MPEG-4, then any browser will play it. Stephan: I’m aware of the streaming server versions issue. However, not all video content needs to be optimized—it depends on what it is and in what context it is displayed. But, it is true that Vimeo and

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-23 Thread J. Landman Gay via use-livecode
On 8/23/18 12:59 AM, Ludovic THEBAULT via use-livecode wrote: Le 22 août 2018 à 22:24, J. Landman Gay via use-livecode a écrit : On 8/22/18 3:13 PM, J. Landman Gay via use-livecode wrote: But the stack should still fill the screen and it doesn't. This will resize the stack the same way

Re: Best way to store videos

2018-08-23 Thread Stephen Barncard via use-livecode
um... Peter.. streaming video is not just about having the storage space... It's what the servers do to match up the devices calling with the appropriate size and type file. Typically many versions of the same video are created for each upload. The Vimeo and YouTube web apps handle all of that.

Re: Best way to store videos

2018-08-23 Thread William Prothero via use-livecode
Peter, That sounds like a good idea. What has worried me, though, is that it can be a pain to implement the code that lets the video be played on any of the many browser variations. With Youtube or Vimeo, they take care of making the video play on any browser. That is, unless the technology

Re: Best way to store videos

2018-08-23 Thread Peter Bogdanoff via use-livecode
Bill, You could also look at Amazon AWS S3 storage. It’s pretty much free for the first year. Then, depending on usage, could be only a few dollars a month. https://aws.amazon.com/s3/pricing/ Videos could then be played directly in a Livecode player control, as well as on your website. One

Re: Best way to store videos

2018-08-23 Thread Stephen Barncard via use-livecode
YouTube is great these days. If you take the time to become a verified subscriber all the world will be revealed to you. They have many tools and they re-written the whole thing, and it’s pretty good. It’s also free. You can make playlists and decide what happens at the end, and add links and

Re: Best way to store videos

2018-08-23 Thread William Prothero via use-livecode
Thanks, Tom. I did a fair amount of Googling and didn’t find any way to turn off recommended videos, but perhaps Google is inhibiting those searches. I did find a fair amount on a few options, but they weren’t what I wanted. FYI, I just started with the embed code that youtube gives after

Re: Best way to store videos

2018-08-23 Thread Tom Glod via use-livecode
just fyi..you can disable to recommened videos in the embedd code.. you can also detect via java script when the video ends. so you really have more control than you think. just got to send script to the browser . "do in widget". I haven't done anything crazy ...but i know that there

Best way to store videos

2018-08-23 Thread William Prothero via use-livecode
Folks: I have numerous videos that I would like to play on a wordpress web site, and in livecode. I don’t want to host these on my own server for obvious reasons of bandwidth, support for different browsers, etc. This is not a commercial project, but an educational software project where I

Re: Set the backgroundcolor of all lines a field to null

2018-08-23 Thread Richard Gaskin via use-livecode
There's a lot in that, Brahmanathaswami. http://lists.runrev.com/pipermail/use-livecode/2018-August/249651.html 2000 lines is not much. I suspect any time spent is relating to needing the redraw the field each time it's touched. Try locking the screen at the top of the handler and see if

Re: Recommend Directory for Installation of Windows Apps

2018-08-23 Thread Charles Szasz via use-livecode
Paul, Thanks very much! Sent from my iPad ___ 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: Set the backgroundcolor of all lines a field to null

2018-08-23 Thread J. Landman Gay via use-livecode
If you just want to clear the whole field (Richard suggested something similar): set the backcolor of char 1 to - 1 of fld x to empty After that you can hilite other lines if needed. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-23 Thread Sannyasin Brahmanathaswami via use-livecode
This thread will never finish (hehe) I am still have trouble getting the two object in the stack in place when we open stack on mobile. The resize handlers wrok, and soon as we rotate the phone and back and geometry is implemented. But not on open stack.. So I use your script. I was not

Re: Recommend Directory for Installation of Windows Apps

2018-08-23 Thread Paul Dupuis via use-livecode
Apps themselves should be installed in C:\Program Files (x86)\ if a 32 bit app or C:\Program Files\ if a 64 bit app C:\Program Data\ is for application data. On 8/23/2018 1:10 PM, Charles Szasz via use-livecode wrote: > I am would to know what is the recommended directory for installing Windows

Recommend Directory for Installation of Windows Apps

2018-08-23 Thread Charles Szasz via use-livecode
I am would to know what is the recommended directory for installing Windows apps. I have been using the Program Data folder for a long time. This was the recommended directory when I started making apps. I am particular concerned about installing apps on Windows 10. Thanks for your time!

Re: revNavigator - Cloning a card - am i doing something wrong?

2018-08-23 Thread Geoff Canyon via use-livecode
On Thu, Aug 23, 2018 at 9:58 AM Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Geoff, > > thank you very much. It´s working here now. > > Regards, > > Matthias > Great! ___ use-livecode mailing list

Re: revNavigator - Cloning a card - am i doing something wrong?

2018-08-23 Thread Matthias Rebbe via use-livecode
Hi Geoff, thank you very much. It´s working here now. Regards, Matthias > Am 23.08.2018 um 17:43 schrieb Geoff Canyon via use-livecode > mailto:use-livecode@lists.runrev.com>>: > > Bah, my mistake. Should be fixed now: > > Get Navigator here >

Re: revNavigator - Cloning a card - am i doing something wrong?

2018-08-23 Thread Geoff Canyon via use-livecode
Bah, my mistake. Should be fixed now: Get Navigator here . Or grab it from GitHub . On Wed, Aug 22, 2018 at 11:43 PM Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: >

Re: Set the backgroundcolor of all lines a field to null

2018-08-23 Thread Sannyasin Brahmanathaswami via use-livecode
Aloha Brian and Richard, @ Brian "put styledText...into tTextA[snip]" looks excellent. It does it all on ram! @ Richard Again, we all appreciate the time you take to help us "understand the architecture" The list is only 2000 lines, on into a field from a sqlLite list of audio file/Title.

RE: Set the backgroundcolor of all lines a field to null

2018-08-23 Thread Ralph DiMola via use-livecode
What would be very convenient would be an "index" option for the repeat construct. I have to add this index counter all the time. Repeat for each line tLine in tLines index tIndex tIndex would start at 1 and increment by 1 for each iteration. Ralph DiMola IT Director Evergreen Information

Re: Set the backgroundcolor of all lines a field to null

2018-08-23 Thread dunbarxx via use-livecode
We are all happy with the speedy "repeat for each..." construction. But there are times when the good ol' "repeat with..." construction, which manages a counting index internally, is just the right way to do things. The line number is at the ready with each iteration. Craig -- Sent from:

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-23 Thread FlexibleLearning.com via use-livecode
Coming in late to the thread, but would this not work on all platforms? on preOpenStack setupStackRect end preOpenStack on orientationChanged -- setupStackRect end orientationChanged on setupStackRect pWidth,pHeight if pWidth="" and pHeight="" then put the effective working

Re: editing & combining sound files?

2018-08-23 Thread Stephen Barncard via use-livecode
if you have a lot of files to convert, I'd go for using Livecode for "glue" while making calls to SOX. SOX can convert and move in one operation; forget doing anything in Livecode with sound - the internals are not equipped to be easy to manipulate. I actually made an editor that could draw out

Re: revNavigator - Cloning a card - am i doing something wrong?

2018-08-23 Thread Matthias Rebbe via use-livecode
Geoff, now when clicking on the arrows to collapse the stack, nothing happens, regardless where the stack is placed on the desktop. But when i open the Message Watcher and click on the arrows, then the script editor opens the script of rev_s_revNavigator.livecodescript and shows this error

Re: Set the backgroundcolor of all lines a field to null

2018-08-23 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > I have some big lists in mobile, How big is "big"? 100 lines? 1,000? 1,000,000? > I sent the bkgndColor of certain > lines. > > Then I want clear that, > > How do we do this "for each line x" > which does not return the number of the line, but value > >

Re: fullscreenmode and rect of a substack on mobile device ?

2018-08-23 Thread Ludovic THEBAULT via use-livecode
> Le 22 août 2018 à 22:24, J. Landman Gay via use-livecode > a écrit : > > On 8/22/18 3:13 PM, J. Landman Gay via use-livecode wrote: >> But the stack should still fill the screen and it doesn't. > > This will resize the stack the same way as your "adapt" handler does, so you > can eliminate