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 Server) and Valentina Developer Network (deploy Valentina Server to
your customers) areall 50% off for Black Friday through Cyber Monday.

If you need reporting that works with many database sources and can scale up
from local app use to client-server or server-only, you'll find our solution
very cost effective and well supported. All products come with 12 months of
updates and for the most part, get updated at least monthly. Valentina
Server also runs on Raspbian (for ARM7 Raspberry PI), so we have some users
who are deploying little low powered boxes to their customers with our
powerful server.

Best regards,

Lynn Fredricks
Paradigma Software
http://www.paradigmasoft.com

Valentina SQL Server: The Ultra-fast, Royalty Free Database Server 


___
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: 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 no attempt to obfuscate the location of the
files in source but you could put the files in a protected folder, they
don't have to be in the same directory as the 'player'.

Stephen Barncard - Sebastopol Ca. USA -
mixstream.org
___
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: 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 into the JW player ... it calls javascript
but you can imbed it into a LC server page. I've made an online player that
looks at the contents of a folder, gets the file-list, and creates the
display page.

 I eventually want to integrate it into a RevBurner system so right now
it's for personal stuff and proof of performance. But it also can be made
to work with a fixed playlist:


*file: "joni_on_first_album_Croz.m4v",image: "joni-cbc.png",*
*title: "01  joni on first album Croz.m4v"*


The JW player can be branded if you pay a little.

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

Stephen Barncard - Sebastopol Ca. USA -
mixstream.org
___
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: 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 probably some kind of dance the server code can do 
where if a person tries to access the video using that final URL 
directly, it would refuse. Or maybe the server would simply return a 
404. Not sure.


Do you receive the emails of purchasers? Could you ask them to enter it 
before watching? That wouldn't prevent abuse but at least you could 
track likely suspects.


Phil Davis


On 11/26/16 6:44 PM, Rick Harrison wrote:

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.  That’s why I’d rather jump a couple of 
URL’s and
have the last one hidden or unknown to the user.

Other ideas?

Thanks,

Rick


On Nov 26, 2016, at 9:09 PM, Mark Schonewille 
 wrote:

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 it on the 
server. If the user credentials are correct and the unique code is correct and 
hasn't been used yet, send the video, and reject the request otherwise.

Kind regards,

Mark Schonewille
http://economy-x-talk.com 
https://www.facebook.com/marksch 

___
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


--
Phil Davis


___
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: 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.  That’s why I’d rather jump a couple of 
URL’s and
have the last one hidden or unknown to the user.

Other ideas?

Thanks,

Rick

> On Nov 26, 2016, at 9:09 PM, Mark Schonewille 
>  wrote:
> 
> 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 it on 
> the server. If the user credentials are correct and the unique code is 
> correct and hasn't been used yet, send the video, and reject the request 
> otherwise.
> 
> Kind regards,
> 
> Mark Schonewille
> http://economy-x-talk.com 
> https://www.facebook.com/marksch 
___
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: 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 it on the server. If the user credentials are correct and 
the unique code is correct and hasn't been used yet, send the video, and 
reject the request otherwise.


Kind regards,

Mark Schonewille
http://economy-x-talk.com
https://www.facebook.com/marksch

Buy the most extensive book on the
LiveCode language:
http://livecodebeginner.economy-x-talk.com

Op 27-Nov-16 om 01:48 schreef 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 want them to be
able to easily find the URL, by looking
at the source code, and start giving it
out to their friends for free.

Suggestions?

Thanks in advance!

Rick



___
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

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 want them to be 
able to easily find the URL, by looking 
at the source code, and start giving it 
out to their friends for free.

Suggestions?

Thanks in advance!

Rick



___
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: 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. I was thinking of how visual 
effects work with "go".


I hate when that happens.

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
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: 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 the screen, you do not. What is 
the difference between this stack and yours?


Craig Newman


-Original Message-
From: Mike Kerner 
To: How to use LiveCode 
Sent: Sat, Nov 26, 2016 8:57 am
Subject: Re: Lock Screen command not locking the screen

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 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> other card and do the work. However, 
I’m seeing the bits and pieces> happening in real time, not a clean show as I 
would like.>> Am I missing something? Should I expect otherwise?>> Peter 
Bogdanoff> ___> 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>-- On the first day, God 
created the heavens and the EarthOn the second day, God created the oceans.On 
the third day, God put the animals on hold for a few hours,   and did a little 
diving.And God said, "This is 
good."___use-livecode mailing 
listuse-livecode@lists.runrev.comPlease 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: 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 the
6k line main scripts.


-- 
Dr. Richard E. Hawkins, Esq.
(702) 508-8462
___
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: 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
HyperActive Software   | http://www.hyperactivesw.com



On November 26, 2016 2:25:45 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 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 other 
card and do the work. However, I’m seeing the bits and pieces happening in 
real time, not a clean show as I would like.


Am I missing something? Should I expect otherwise?

Peter Bogdanoff
___
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: Is there a mapping table for all rawKeyUp Codes?

2016-11-26 Thread Richmond

http://forums.livecode.com/viewtopic.php?f=7&t=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:

https://github.com/livecode/livecode/blob/develop/engine/src/platform.h

It should give you what you need.

Warmest Regards,

Mark.

Sent from my iPhone


On 24 Nov 2016, at 16:31, Tiemo Hollmann TB  wrote:

Hello,

since keyUp doesn't works anymore  as it should on windows in LC 7/8 (see my
previous post) I have to workaround with rawKeyUp.

Does anybody has a togo mapping table of the rawkeyup codes to the real
chars? If not I have to build it myself by testing each char.

Thanks

Tiemo





___
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



___
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: 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 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
> other card and do the work. However, I’m seeing the bits and pieces
> happening in real time, not a clean show as I would like.
>
> Am I missing something? Should I expect otherwise?
>
> Peter Bogdanoff
> ___
> 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
>



-- 
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
   and did a little diving.
And God said, "This is good."
___
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

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 other 
card and do the work. However, I’m seeing the bits and pieces happening in real 
time, not a clean show as I would like.

Am I missing something? Should I expect otherwise?

Peter Bogdanoff
___
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