Thanks, Lagi, for your suggestions.
In my case the program will be used in higher ed classrooms by students sitting
side by side, often sharing the software keys. Also we are breaking into the
Chinese education market with potentially tens of thousands, or more customers,
where we have little c
Hi
Just to be clear - Time trials and demos are a good use of this program -
It was the "copy protection" I was referring to
Lagi
On Fri, 15 Jun 2018 at 02:24, Peter Bogdanoff via use-livecode <
use-livecode@lists.runrev.com> wrote:
> Also, I want to add this: Yummy Interactive who is behind So
HI Peter,
The fact that it is a subscription system is the best protection you have.
Use the simplest protection that will tell you if the system has been
"pirated" - simple encryption of the company/institution address/details
for instance. Don't allow them to change the address/telephone number
> On Jun 14, 2018, at 18:23 , Peter Bogdanoff via use-livecode
> wrote:
>
> Also, I want to add this: Yummy Interactive who is behind SoftwareShield has
> responded to my tech support questions about what to do, but I’m somewhat
> flummoxed with their responses. They assume I have more techn
Also, I want to add this: Yummy Interactive who is behind SoftwareShield has
responded to my tech support questions about what to do, but I’m somewhat
flummoxed with their responses. They assume I have more technical chops. This
is the kind of thing:
> 1. Is it possible to create a project that
> you want to include some of the advanced capabilities like restricted trial,
Yes, I do want to use advanced capabilities.
> Does it just wrap the executable or does it encapsulate the entire directory?
It can do either.
I am using pw protection on all stacks, which is is working well. More
i
Are you saying that you have the standard mode working but you want to include
some of the advanced capabilities like restricted trial, etc?
Does it just wrap the executable or does it encapsulate the entire directory?
I’m assuming you have decided that the password protection of the stack isn’t
Hi Paul
Yeah, thats probably the only way to track it down is to know what data is
in the column. however. what happens when you paste an invalid
path into an image's file path boxdoes it return an error or crash.
or does it just give you a blank image?
If I recall correctly
I should have noted the LC version. This is a standalone built under
LiveCode 6.7.11
If I could get one of the customers to respond with their document(s)
and settings that caused the error, it would probably be simple to track
down.
My current theory is that rows can display either htmlText or a
so i work alot with datagrids and i've never seen such an array of errors.
Can you tell us what version of LC the standalone was built with?
one thing that comes to mind is something i vaguely remember happening a
few years ago. I was updating the datagrid while one of the handlers in
the library
On 10/27/17 11:00 AM, Pyyhtiä Christer via use-livecode wrote:
Just about to re-release my app getDealDone, first with GooglePlay;
- there are two version definitions in the Standalone Application Settings /
Android;
- - which one is the one Android / Google Play requires to be bu
If you don't want to write a regex loop, you can also use regex with filter.
I haven't done speed comparisons though.
On Tue, Jun 14, 2016 at 3:54 PM, Quentin Long wrote:
> sez Gregory Lypny:
> > Thank you for the tips on string pattern matching. I?m
> > used to Mathematica?s string pattern synt
sez Gregory Lypny:
> Thank you for the tips on string pattern matching. I?m
> used to Mathematica?s string pattern syntax, which is
> probably built on regex, but I can see the similarities in
> your nice examples, particularly the using of
> alternatives [Joe|Anges]. While Mathematica?s string
> f
Hello Quentin,
Thank you for the tips on string pattern matching. I’m used to Mathematica’s
string pattern syntax, which is probably built on regex, but I can see the
similarities in your nice examples, particularly the using of alternatives
[Joe|Anges]. While Mathematica’s string functions are
Message: 14
Date: Sat, 11 Jun 2016 15:48:00 -0400
From: Gregory Lypny
To: LiveCode Discussion List
Subject: Need Help With String Pattern Matching
Message-ID: <19a0e5fc-e4ce-42e8-9dd1-1b4d9040b...@videotron.ca>
Content-Type: text/plain; charset=utf-8
Hello everyone,
> I used to do some basic te
going to be a GREAT LiveCode tear!!!
--Todd
Date: Thu, 17 Dec 2015 08:46:35 -0500
From: Mike Kerner
To: How to use LiveCode
Subject: Re: Need help with my C to LiveCode skills
Message-ID:
Content-Type: text/plain; charset=UTF-8
also, have you looked up the "encryp
Mark Wieder wrote:
> On 12/16/2015 12:56 PM, Todd Fabacher wrote:
>> Sorry to bother the list, but I don't know how to do Xor in
>> LiveCode.
>
> As mentioned, the bitXor operator is what you want.
> But I can't say much for that as an encryption algorithm unless
> you're looking for simple symme
also, have you looked up the "encrypt" command?
On Wed, Dec 16, 2015 at 8:13 PM, Mark Wieder wrote:
> On 12/16/2015 12:56 PM, Todd Fabacher wrote:
>
>> Sorry to bother the list, but I don't know how to do Xor in LiveCode. I
>>
>
> As mentioned, the bitXor operator is what you want.
> But I can'
On 12/16/2015 12:56 PM, Todd Fabacher wrote:
Sorry to bother the list, but I don't know how to do Xor in LiveCode. I
As mentioned, the bitXor operator is what you want.
But I can't say much for that as an encryption algorithm unless you're
looking for simple symmetric encryption/decryption.
According to the dictionary, it’s number bitXor number.
___
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-liv
Hi.
Does the native "bitXOR" do the trick? See the dictionary.
Craig Newman
-Original Message-
From: Todd Fabacher
To: Use-livecode Use-livecode
Sent: Wed, Dec 16, 2015 3:57 pm
Subject: Need help with my C to LiveCode skills
Sorry to bother the list, but I don't know how to do Xor
Hi Bob Sneidar, Scott Rossi, Mike Bonner, and Jim Lambert,
Thanks for your suggestions. I going to experiment with all of them and share
my results with the list.
Regards,
Gregory
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please vis
Whoops!
That should be:
on getNextFile
if lListOfFilePaths = empty then exit getNextFile
put line 1 of lListOfFilePaths into remoteFilePath
delete line 1 of lListOfFilePaths
—SET THE LOCAL FILE’S NAME HOWEVER YOU NORMALLY WOULD
put whatever into l
Gregory,
Try this (untested):
local lListOfFilePaths
on downloadAll
put theListofFiles into lListOfFilePaths
getnextFile
end repeat
on getNextFile
if lListOfFilePaths = empty then exit getNextFile
put line 1 of lListOfFilePaths into remoteFilePath
The problem doesn't seem to be a local network issue. When I try to grab
files from the sec site, too many connections too fast make it choke.
(There end, not mine, most likely anti-bot code)
As scott rossi said, using a delay should help. I've noticed, the magic
number seems to be 5, so I used
How large are the files you're retrieving? If the script below is your
actual script, you might try allowing some execution time in the loop:
repeat with each line remoteFilePath in listOfFilePaths
-- set new localFileName is set before the download request is made
put url ("ftp://anonymo
FTP has been called the misbehaving child of networking, and I'm being kind.
While other protocols play nicely on a network, not grabbing all the bandwidth
they can and refusing to throttle down when needed, FTP generally does the
opposite. FTP will try to commandeer all the bandwidth your infra
On Tue, Jun 2, 2015 at 11:22 PM, Tiemo Hollmann TB
wrote:
> You are right, that it would be a typical db task and actually I was using
> valentina for this (could also be done with sqlite).
>
in-memory sqlite is blindingly fast; typically sub-millisecond response for
me. I replaced my internal
You can do interesting things with just filter..
For example, to end up with items that contain a string in string one, and
number 2 IS a specific number you could do something like this
filter tMyVar with "*;*stringtofind*;*;*;345;*"
This will match any value of key and any value for string 1 th
Hi Mark, Richard and Dr. Hawkins,
Much obliged for all the tips.
Gregory
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.
Hi Richard,
> On Tue, Apr 28, 2015, at 6:00 AM, Richard Gaskin:
>
> Seems I missed that. I thought he was posting to his own server. It
> wouldn't have occurred to me that a government site still uses FTP.
Yes, Doc Hawkins was right: I’m downloading from the Securities and Exchange
Commissio
Dr. Hawkins wrote:
> On Mon, Apr 27, 2015 at 1:28 PM, Richard Gaskin wrote:
>
>> > But does it support ftp protocol? I though it needed ssh access.
>>
>> It does require SSH, and moreover if used within LiveCode requires
>> shared SSH keys to avoid the password prompt, which is why I'd
>> provid
On Mon, Apr 27, 2015 at 1:28 PM, Richard Gaskin
wrote:
> > But does it support ftp protocol? I though it needed ssh access.
>
> It does require SSH, and moreover if used within LiveCode requires shared
> SSH keys to avoid the password prompt, which is why I'd provided the link
> to the tutorial
Dr. Hawkins wrote:
> On Mon, Apr 27, 2015 at 11:38 AM, Richard Gaskin wrote:
>
>> I most commonly use the "-avz" options when transferring outside my
>> local network (just "-av" for local, since the compression isn't as
>> useful over Gb ethernet):
>
> I use -auvz by finger memory. The u skips
On Mon, Apr 27, 2015 at 11:38 AM, Richard Gaskin wrote:
> I most commonly use the "-avz" options when transferring outside my local
> network (just "-av" for local, since the compression isn't as useful over
> Gb ethernet):
>
I use -auvz by finger memory. The u skips files that are newer on the
Dr. Hawkins wrote:
> On Fri, Apr 24, 2015 at 5:43 AM, Gregory Lypny wrote:
>
>> Thanks for the detailed handler! I’ll give it a whirl. Blocking is
>> not really the problem for me; it’s the session timeouts or dropped
>> connection when downloading many files in a loop
>
> Unless you're using win
On Fri, Apr 24, 2015 at 5:43 AM, Gregory Lypny
wrote:
>
> Thanks for the detailed handler! I’ll give it a whirl. Blocking is not
> really the problem for me; it’s the session timeouts or dropped connection
> when downloading many files in a loop
Unless you're using windows look at the command l
Gregory Lypny wrote:
Richard, yes, put url works well. I too keep it simply. I’m not familiar with
shared SSH keys, but I’ll look into it. Thanks.
It's a game-changer. Once you have that set up you can use scp, rsync,
and many other shell commands from LiveCode, easily and securely.
There
On Apr 27, 2015, at 8:52 AM, Gregory Lypny wrote:
> Robert, thanks for the tip. I’ll give it a try. This may be the problem as I
> was able to download 60,000 of 130,000 files without a problem until it
> stopped. When I restarted the loop, it stopped roughly every 200.
You are going to want g
Hi Robert and Richard,
Robert, thanks for the tip. I’ll give it a try. This may be the problem as I
was able to download 60,000 of 130,000 files without a problem until it
stopped. When I restarted the loop, it stopped roughly every 200.
> On Sat, Apr 25, 2015, at 4:44 AM,Robert Brenstein wrote
Gregory Lypny wrote:
> Blocking is not really the problem for me; it’s the session timeouts
> or dropped connection when downloading many files in a loop. I think
> the public server does not like repeated calls with the same
> connection, but I do not know how to make a new connection for, say,
On 24.04.2015 at 8:43 Uhr -0400 Gregory Lypny apparently wrote:
Hi Phil,
Thanks for the detailed handler! I'll give it a whirl. Blocking is
not really the problem for me; it's the session timeouts or dropped
connection when downloading many files in a loop. I think the public
server does not
how to make a new
connection for, say, every 100 downloads.
Gregory
> Message: 12
> Date: Thu, 23 Apr 2015 15:43:11 -0700
> From: Phil Davis
> To: How to use LiveCode
> Subject: Re: Need Help With FTP
> Message-ID: <5539757f.8050...@pdslabs.net>
> Content-Type: text/p
Hi Gregory,
I would probably use the "load" command because it's a non-blocking way
to do it - it doesn't prevent interaction while it's working.
Maybe something like this (I didn't test this):
-- button --
on mouseUp
doDownload
end mouseUp
-- card or stack --
# required:
# fld "status
> Ok, so you are recommending an upfront paid advertising
> approach on FB and Twitter then where my ads appear somewhere
> without my having any links anywhere to anyone.
>
> Is this approach going to cost me a small fortune?
I haven't done any advertising on Twitter other than our own home gr
Hi Lynn,
Ok, so you are recommending an upfront paid
advertising approach on FB and Twitter then
where my ads appear somewhere without
my having any links anywhere to anyone.
Is this approach going to cost me a small fortune?
Thank you Lynn for your opinion on this.
Rick
>
> These link /frien
> I've noticed that I'm already getting bugged by people trying
> to sell me on Likes, and getting Followers for Twitter, and
> re-tweets advertising packages etc.
>
> What do people do to manage this?
> I'm having to ask myself questions like, do I really want to
> be associated/liked/linked
Jonathan,
I made this for iOS. It was a project for a customer. Perhaps you could
send me your requirements and we could work out something.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xt
Hi Jonathan,
I am not a Mac or iOS user. Could you post
a screenshot of the non flat polygon?
Maybe, we could check if this appears on
Windows, Linux and Android, too.
Thanks in advance!
Al
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/Need-help-with-makin
To my experience you never need a lock screen in preOpenCard as it is run "pre"
(i.e. before) the card opens. Maybe a lock screen here could mess with some
internal lock.
:-Håkan
21 sep 2012 kl. 00:19 skrev Terence Blyth:
> Hi thanks, I have in preOpenCard at the start lock screen and at the
Except that the initial email said it was intermittent. I have had something
like this happen to me whilst messing with locking screens in preopencard
handlers. Not sure what I did to remedy it though. I would get datagrid redraw
problems and what not. Gave me a start the first time I saw it I c
On 9/20/12 5:19 PM, Terence Blyth wrote:
Hi thanks, I have in preOpenCard at the start lock screen and at the
end PreOpenCard unlock screen. Could this do it ?
Not really. But I'm not sure what you mean by a "sub card". Do you mean
just another card in the stack? If so, you've probably added
I bet it could. One way to find out: Comment out the lock screen.
Bob
On Sep 20, 2012, at 3:19 PM, Terence Blyth wrote:
> Hi thanks, I have in preOpenCard at the start lock screen and at the end
> PreOpenCard unlock screen. Could this do it ?
>
> Thanks
> Terence
>
>
> On 21/09/2012, at
Hi thanks, I have in preOpenCard at the start lock screen and at the end
PreOpenCard unlock screen. Could this do it ?
Thanks
Terence
On 21/09/2012, at 10:14 AM, Bob Sneidar wrote:
> Sounds like the screen is not refreshing properly. Do you have any screen
> locks, message locks, etc in th
Sounds like the screen is not refreshing properly. Do you have any screen
locks, message locks, etc in the buttons or cards?
Bob
On Sep 20, 2012, at 2:53 PM, Terence Blyth wrote:
> I have a main card with a button on it, the button has icons . When I click
> the button it opens a sub card. So
55 matches
Mail list logo