Re: LC 8.1.2 Corrupts Color in JPEG?

2016-11-27 Thread J. Landman Gay
On 11/27/16 7:08 PM, Sannyasin Brahmanathaswami wrote: I don't ever remembers seeing this before: 1) new stack in LC 8.1.2(RC2) 2) create image "imageToResize" 3) make button on mouseUp Answer file "choose an image" set the filename of img "imageToResize" to it end mouseUp Result: incoming g

Re: [OT] Hosed Xubuntu system

2016-11-27 Thread Kay C Lan
On Mon, Nov 28, 2016 at 4:54 AM, Richmond Mathewson wrote: > I am slowly recovering my stuff: estimated completion about 2 weeks . . . Ouch. But surely a better Disk Utility Tool would help reduce that. It's unlikely that the files are gone; especially if the computer was working last night. GPar

LC 8.1.2 Corrupts Color in JPEG?

2016-11-27 Thread Sannyasin Brahmanathaswami
I don't ever remembers seeing this before: 1) new stack in LC 8.1.2(RC2) 2) create image "imageToResize" 3) make button on mouseUp Answer file "choose an image" set the filename of img "imageToResize" to it end mouseUp Result: incoming green values in the JPEG are swapped out for red! what we

Re: [OT] Hosed Xubuntu system

2016-11-27 Thread Roger Eller
Not as much as for Windows, but still some. https://en.wikipedia.org/wiki/Linux_malware On Sun, Nov 27, 2016 at 3:54 PM, Richmond Mathewson < richmondmathew...@gmail.com> wrote: > I am slowly recovering my stuff: estimated completion about 2 weeks .

Re: [OT] Hosed Xubuntu system

2016-11-27 Thread Richmond Mathewson
I am slowly recovering my stuff: estimated completion about 2 weeks . . . I was naive enough to think that backing up data onto other hard drives within the same computer was safe. I was unaware that there was malware for Linux :( Richmond. On 11/27/16 10:39 pm, J. Landman Gay wrote: On 11/

Re: [OT] Hosed Xubuntu system

2016-11-27 Thread J. Landman Gay
On 11/27/16 5:43 AM, Richmond Mathewson wrote: I turned on my Xubuntu system this morning and found *nothing*, so I started the machine up from a GParted boot disk and found that not only had my boot disk been deleted, all the files on my other 2 hard drives had vanished and were not recoverab

OT: Image Metadata Tagging Service

2016-11-27 Thread Sannyasin Brahmanathaswami
Way, way OT: Does anyone know of an image tagging service? Needs to be done by humans looking at images and entering IPTC data that is embedded into the image. use case: take 10,000(s) of images/art add tags, description, category. needs to be embedded in the image itself for full portability

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

2016-11-27 Thread Lynn Fredricks
> ok, maybe I didn't discover it, but I found out about it Thanks Mike! It is sometimes easy to overlook our products because we don't sell them through the LiveCode store. There are a number of third parties out there who should be trumpeting their solutions more. The more third party add-ons for

Mac Pro Touch Bar

2016-11-27 Thread Bill Vlahos
How can I program the new MacBook Pro Touch Bar? I’ll be getting my new MacBook Pro in a couple of days and I haven’t seen any discussion on the new touch bar. Does it show up as a display? Thanks, Bill Vlahos ___ use-livecode mailing list use-livecod

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

2016-11-27 Thread Richmond Mathewson
It is, indeed, useful . . . have just downloaded it and have it running. BUT: it is Macintosh only, AND, there is no way of telling from the app itself whether a particular code generated by a keyDown is Mac-specific or not. Richmond. On 11/27/16 2:54 PM, Antti Ilola wrote: I found this pro

Re: Serving Videos with LC/iRev

2016-11-27 Thread Stephen Barncard
Hi Rick, yes, yes, I know, I was plugging the player because it's so extensible and it uses a playlist, but there's ways to use Apache to allow local executables like livecode server (but not Joe Web User) to access directories ABOVE the website root from script. and if any 'address' would be r

Re: Serving Videos with LC/iRev

2016-11-27 Thread Rick Harrison
Hi Mark, Well I was trying to talk in black-box terms here, but I can see that isn’t sufficient information for you as inquiring minds always want to know. It really shouldn’t hurt if I reveal the third party anyway. I have an enhanced eBook with an embedded video in it. I was able to publi

Re: Serving Videos with LC/iRev

2016-11-27 Thread Rick Harrison
Hi Stephen, Thanks for the link to the video player. However when I look at the page source code I see: http://media.barncard.com/video/joni-cbc.png"; /> jwplayer.key="XLyrcd150kfRyTFsfsheTexshhjaa431eedjs=="; I altered the key here for security reasons before posting s

Re: Serving Videos with LC/iRev

2016-11-27 Thread Mark Schonewille
Hi Rick, That third party must have an API for it. If not, you need to change the vendor. I can't be that e.g. Apple sells music, while everybody is able to download the content once it has been bought by one person. Can you tell the name of that third party? Kind regards, Mark Schonewille

Re: Serving Videos with LC/iRev

2016-11-27 Thread Rick Harrison
Hi Phil, One can hide real URLs in the browser URL box, and I’ve done that before. The problem is that if someone looks at the page source code that’s in the browser, then the real URL is revealed. I need a language that doesn’t reveal it’s source code in the browser. I thought that iRev/LC tags

Re: Determine if script is running

2016-11-27 Thread Mark Waddingham
The waitDepth tells you how many nested wait calls are (recursively) in progress - that might be useful for what you need. Warmest regards, Mark. Sent from my iPhone > On 27 Nov 2016, at 14:08, Mike Kerner wrote: > > If a beginner was asking this question, I would skip the thread and move on

Determine if script is running

2016-11-27 Thread Mike Kerner
If a beginner was asking this question, I would skip the thread and move on because...come on. LC is single-threaded. HOWEVER, wait with messages brings up an interesting problem - how to tell if a script that was waiting...with messages is waiting, or is dead, perhaps exited. I don't really wan

[ANN] Last chance to purchase before the holidays - Programming LiveCode for the Real Beginner

2016-11-27 Thread Mark Schonewille
Hi, If you want to be sure that the book Programming LiveCode for the Real Beginner arrives at your home before the start of the holidays, you'll need to order it now. Books that are purchased today or tomorrow will be shipped on Wednesday. That should give the postal services sufficient tim

Re: use-livecode Digest, Vol 158, Issue 48

2016-11-27 Thread Mark Clark
You might consider serving your video files from an S3 compatible object server in order to generate pre-signed URLs. I use minio, it’s free open source and very simple to configure. The micro service version is a small binary that works on a standard host using a file system backend. Pre-signe

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

2016-11-27 Thread Antti Ilola
I found this program, maybe useful. https://manytricks.com/keycodes/ Antti -- Edelleenlähetetty viesti -- > From: Richmond > To: How to use LiveCode > Cc: > Date: Sat, 26 Nov 2016 17:17:23 +0200 > Subject: Re: Is there a mapping table for all rawKeyUp Codes? > http://forums.li

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

2016-11-27 Thread Mike Kerner
ok, maybe I didn't discover it, but I found out about it On Sun, Nov 27, 2016 at 7:32 AM, Mike Kerner wrote: > I'm so glad I discovered Valentina :-) > > On Sun, Nov 27, 2016 at 2:56 AM, Lynn Fredricks < > lfredri...@proactive-intl.com> wrote: > >> Hello all, >> >> I guess since so many of the e

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

2016-11-27 Thread Mike Kerner
I'm so glad I discovered Valentina :-) On Sun, Nov 27, 2016 at 2:56 AM, Lynn Fredricks < lfredri...@proactive-intl.com> wrote: > 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 fo

[OT] Hosed Xubuntu system

2016-11-27 Thread Richmond Mathewson
I turned on my Xubuntu system this morning and found *nothing*, so I started the machine up from a GParted boot disk and found that not only had my boot disk been deleted, all the files on my other 2 hard drives had vanished and were not recoverable by GParted. I would be most grateful for a