Valentina Reports for LiveCode, Server & VDN 50% off Black Friday - Cyber Monday

2016-11-26 Thread Lynn Fredricks
Hello all, I guess since so many of the existing third party tools are in the LiveCode store you don't hear much about those that aren't. Valentina Reports for LiveCode, Valentina Server (with native interface with LiveCode, and incorporating Reports, Valentina DB Server and Valentina SQLite

Re: Serving Videos with LC/iRev

2016-11-26 Thread stephen barncard
On Sat, Nov 26, 2016 at 7:57 PM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > Here's my player in situ, business code in Livecode inserting javascript > into the presentation layer: > > http://media.barncard.com/video/joni_on_first_album/audio.irev > this particular player makes

Re: Serving Videos with LC/iRev

2016-11-26 Thread stephen barncard
On Sat, Nov 26, 2016 at 4:48 PM, Rick Harrison wrote: > > I have a video I want to serve from > an LC/iRev Server. I want to do it > from within an iRev script on the > LC Server so that the URL of the > video is hidden in the code from the > user if possible. Look

Re: Serving Videos with LC/iRev

2016-11-26 Thread Phil Davis
Hi Rick, You can alter URLs using a .htaccess file on the server. e.g. When a person goes to "http://my.site.com/1234/video.html; they see "http://my.site.com/show; in the browser URL box. I've never done it but I'm sure someone here could comment on this approach. I'm thinking there's

Re: Serving Videos with LC/iRev

2016-11-26 Thread Rick Harrison
Hi Mark, That sounds good except that the user is purchasing from me through a third party and I have no good way of validating. I can attach a number to the URL but that same number will be on every unit purchased and visible to the user. I can’t make it unique for every unit purchased.

Re: Serving Videos with LC/iRev

2016-11-26 Thread Mark Schonewille
Instead of hiding the URL, you could write a script that creates a key depending on user credentials and a unique number, say the time, and add it to the URL. The code should follow some some rules, e.g. the last part of the code could be a hash. Encrypt the information in your app and decrypt

Serving Videos with LC/iRev

2016-11-26 Thread Rick Harrison
Hi there, I have a video I want to serve from an LC/iRev Server. I want to do it from within an iRev script on the LC Server so that the URL of the video is hidden in the code from the user if possible. Basically I want people who pay me to see my video to be able to view my video, but I don’t

Re: Lock Screen command not locking the screen

2016-11-26 Thread J. Landman Gay
On 11/26/16 1:03 PM, dunb...@aol.com wrote: on mouseUp -- lock screen go cd 2 wait 20 put random(999) into fld 1 wait 20 put random(999) into fld 1 end mouseUp You see the new numbers appear. But if you lock the screen, you do not. You're right, and I misinformed the list.

Re: Lock Screen command not locking the screen

2016-11-26 Thread dunbarx
Hi. I make a new stack with two cards. I make a field on cd 2. I put this in a button script on cd 1: on mouseUp -- lock screen go cd 2 wait 20 put random(999) into fld 1 wait 20 put random(999) into fld 1 end mouseUp You see the new numbers appear. But if you lock

Re: molassus IDE and revInternal_savePrefs

2016-11-26 Thread Dr. Hawkins
On Fri, Nov 25, 2016 at 7:17 PM, J. Landman Gay wrote: > I think that's long. See if it happens with a script only a couple/few > hundred lines. I can't actually test for this; it comes and goes. When it happens, though, I seem to be waiting on a breakpoint in one of

Re: Lock Screen command not locking the screen

2016-11-26 Thread J. Landman Gay
If you are looking the screen and issuing a "go" command, LC is behaving as expected. The screen is always unlocked on a card change. To do things before the card is displayed, use a preopencard handler to set things up. Jacqueline Landman Gay | jac...@hyperactivesw.com

Re: Is there a mapping table for all rawKeyUp Codes?

2016-11-26 Thread Richmond
http://forums.livecode.com/viewtopic.php?f=7=28395 Better than nothing . . . but a long, long way from ideal. Richmond. On 24.11.2016 20:31, Mark Waddingham wrote: Hi Tiemo, If you search for 'PlatformKeyCode' in this file:

Re: Lock Screen command not locking the screen

2016-11-26 Thread Mike Kerner
We'll probably need more of a look at your code and stack. On Sat, Nov 26, 2016 at 3:23 AM, Peter Bogdanoff wrote: > I’m going to another card and I want the screen to lock while controls on > the this second card are being worked on: old controls deleted, new fields > and

Lock Screen command not locking the screen

2016-11-26 Thread Peter Bogdanoff
I’m going to another card and I want the screen to lock while controls on the this second card are being worked on: old controls deleted, new fields and graphics created, an image loaded from a remote server and the like. I set the lockScreen to true and then issue the commands to go to the