Re: sqlite config/compilation files on github

2018-08-12 Thread Mark Wieder via use-livecode
which the full-text search option is configured. Try thirdparty/libsqlite/libsqlite.gyp -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage yo

Re: Navigator v 6 is out

2018-08-11 Thread Mark Wieder via use-livecode
ser window. :) Third icon from the left in the menubar is the card selector. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your su

Re: valueDiff for arrays?

2018-08-10 Thread Mark Wieder via use-livecode
r me. Exactly. And It's not just navigator that's clogging things up here, I don't mean to single it out in particular. But if I need to work on a system stack (and I do this all the time) then there's a lot of cruft that shows up in the PB or the AB that I have to wade thro

Re: Regaining IDE Efficiency: Property Inspector

2018-08-10 Thread Mark Wieder via use-livecode
"template" of stack "com.livecode.pi.customprops.livecode" allows the scrollwheels and pageUp/pageDown keys to scroll the custom props value. https://quality.livecode.com/show_bug.cgi?id=21484 -- Mark Wieder ahsoftw...@gmail.com

Re: Regaining IDE Efficiency: Property Inspector

2018-08-10 Thread Mark Wieder via use-livecode
visible portion. The scroll wheel still doesn't work with the contents section of a custom property (whatever that three line text field is called). -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com P

Re: Regaining IDE Efficiency: Property Inspector

2018-08-09 Thread Mark Wieder via use-livecode
On 08/09/2018 04:21 PM, Curry Kenworthy via use-livecode wrote: Hint: A property sheet doesn't necessarily need to look like one. True, but it also shouldn't get in my way. And you've done a great job in listing most of the annoyances of the PI. -- Mark Wieder ahsof

Re: Regaining IDE Efficiency: Property Inspector

2018-08-09 Thread Mark Wieder via use-livecode
On 08/09/2018 08:14 AM, Richard Gaskin via use-livecode wrote: Many (most?) development environments use a property sheet* instead, to handle the deep, rich variety of detailed properties developers need to control. Much like revNavigator, no? I'm a big fan of property sheets. --

Re: valueDiff for arrays?

2018-08-08 Thread Mark Wieder via use-livecode
On 08/08/2018 04:16 PM, Mark Waddingham via use-livecode wrote: OK. Bug filed. https://quality.livecode.com/show_bug.cgi?id=21476 -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: valueDiff for arrays?

2018-08-08 Thread Mark Wieder via use-livecode
reply true. I'm not familiar with any other isSequence function. Do you have a reference for that? -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: valueDiff for arrays?

2018-08-08 Thread Mark Wieder via use-livecode
ray[i] end repeat put "false" into sArray[pi] delete variable sArray[4] put the extents of sArray && the number of elements of sArray & cr after msg end test -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode maili

Re: valueDiff for arrays?

2018-08-07 Thread Mark Wieder via use-livecode
hink) only those integers from 1 to (the number of keys). -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefere

Re: valueDiff for arrays?

2018-08-07 Thread Mark Wieder via use-livecode
ith i=1 to 10 put i into tArray[i] end repeat to make a 'special' array and then delete variable tArray[3] does that take it out of the 'special' category? -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-

Re: valueDiff for arrays?

2018-08-07 Thread Mark Wieder via use-livecode
ded a sort so the times are comparable. Heh. I had a sort command in there and must have refactored it out of existence when I cleaned up the code. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: valueDiff for arrays?

2018-08-07 Thread Mark Wieder via use-livecode
table. I thought at some point we had talked about numeric arrarys (as opposed to hashes) if all the keys were numbers. That's why I filled the array that way. Is that not the case? Can we put that one to bed? -- Mark Wieder ahsoftw...@gmail.com _

Re: valueDiff for arrays?

2018-08-06 Thread Mark Wieder via use-livecode
t 1 into tIsItPrime[i] end repeat repeat with i = 3 to tMroot step 2 if tIsItPrime[i] is empty then next repeat repeat with j = i^2 to pN step i delete variable tIsItPrime[j] end repeat end repeat return the keys of tIsItPrime end get_primes -- Mark Wieder

Re: [OT] The problem with programming and how to fix it

2018-08-06 Thread Mark Wieder via use-livecode
ll get "why not why do not you do it?". Or translate "Ich bi befo" from Maori to English and get "I'm like a butterfly" -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.run

Re: valueDiff for arrays?

2018-08-06 Thread Mark Wieder via use-livecode
strings as the LCD. -- Mark Wieder ahsoftw...@gmail.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

Re: valueDiff for arrays?

2018-08-05 Thread Mark Wieder via use-livecode
if we made them constants? -- Mark Wieder ahsoftw...@gmail.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/li

Re: valueDiff for arrays?

2018-08-05 Thread Mark Wieder via use-livecode
rally the case, but it falls apart for empty function arguments. on something p1, p2, p3 if p1 is false then -- fails if p1 is empty end if if p1 is true then -- also fails if p1 is empty end if end something -- Mark Wieder ahsoftw...@gmai

Re: [OT] The problem with programming and how to fix it

2018-08-05 Thread Mark Wieder via use-livecode
And I was *so* waiting around for LC11. -- Mark Wieder ahsoftw...@gmail.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/ma

Re: valueDiff for arrays?

2018-08-05 Thread Mark Wieder via use-livecode
thout having to remember where it's legal and where it's not. I also think it's harder on the engine (this off the top of my head without looking at the code ) to specify where "not" is legal. -- Mark Wieder ahsoftw...@gmail.com __

Re: valueDiff for arrays?

2018-08-05 Thread Mark Wieder via use-livecode
o do there first as @Monte has demonstrated. No worries. Syntax aside, I tend to use the filter command quite a bit, as the implementation in the engine is blazingly fast. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list us

Re: valueDiff for arrays?

2018-08-05 Thread Mark Wieder via use-livecode
] Y into Z -- Mark Wieder ahsoftw...@gmail.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: valueDiff for arrays?

2018-08-04 Thread Mark Wieder via use-livecode
gist of your post and feel sufficiently smug now. Careful with that. Smugness is the main way those things get messed up in the first place. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: valueDiff for arrays?

2018-08-04 Thread Mark Wieder via use-livecode
On 08/04/2018 07:11 PM, Brian Milby via use-livecode wrote: I think Mark's code had a typo (left returned too many keys), but even when corrected it takes half the time as a pure LCS solution. Here's my modification: Quite right. Good catch. -- Mark Wieder ahsoftw...

Re: valueDiff for arrays?

2018-08-04 Thread Mark Wieder via use-livecode
, you can't use revOnline for script-only stacks or for LCB code. Hehe - well it is a working day for me today, and tomorrow and the next week - I'm currently in Dallas, Texas, for FileMaker DevCon. My condolences -- Mark Wieder ahsoftw...@gmail.com _

Re: valueDiff for arrays?

2018-08-04 Thread Mark Wieder via use-livecode
now work. Obviously there are script-only stacks that would not need to be substacks, but that's no different from the way stacks and substacks work now. And btw, thanks for your input on this list. On a Saturday even. Much appreciated. -- Mark Wieder ahsoftw...@gmail.com __

Re: valueDiff for arrays?

2018-08-04 Thread Mark Wieder via use-livecode
dit, and it's a pain having to remove the plugin each time a new build comes out so that I don't have to scroll through them just to work on system stacks. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@list

Re: valueDiff for arrays?

2018-08-04 Thread Mark Wieder via use-livecode
metimes not the easiest way to communicate, even when both sides are speaking the (more or less) same language. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubsc

Re: valueDiff for arrays?

2018-08-04 Thread Mark Wieder via use-livecode
On 08/04/2018 09:36 AM, Mark Waddingham via use-livecode wrote: On 2018-08-04 18:25, Mark Wieder via use-livecode wrote: Heh - well your pseudo-code just essentially made my point for me - why does any of that need to be in the engine, if the engine provides the underlying wrappers around

Re: valueDiff for arrays?

2018-08-04 Thread Mark Wieder via use-livecode
ng being that developers could use the mobileXXX functions when developing for iOS and then not have to change their code for Android down the line. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: valueDiff for arrays?

2018-08-03 Thread Mark Wieder via use-livecode
with the engine code for this. -- Mark Wieder ahsoftw...@gmail.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/ma

Re: valueDiff for arrays?

2018-08-03 Thread Mark Wieder via use-livecode
ot;right"] return tResult end getKeys -- Mark Wieder ahsoftw...@gmail.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: valueDiff for arrays?

2018-08-03 Thread Mark Wieder via use-livecode
ultidimensional array with the same keys in each but different values? What's the use case? -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and mana

Re: put URL oddity

2018-08-03 Thread Mark Wieder via use-livecode
put statement works fine. -- Mark Wieder ahsoftw...@gmail.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: Too fundamental to be a bug, so what's wrong?

2018-07-30 Thread Mark Wieder via use-livecode
On 07/30/2018 01:27 PM, Mark Wieder via use-livecode wrote: put 4 into gTSsettings["teamcount"]; put gTSsettings["teamcount"] & (gTSsettings["teamcount"]=4) works here in the message box. ah... global... global gTSsettings; put 4 into gTSsettings["t

Re: Too fundamental to be a bug, so what's wrong?

2018-07-30 Thread Mark Wieder via use-livecode
put 4 into gTSsettings["teamcount"]; put gTSsettings["teamcount"] & (gTSsettings["teamcount"]=4) works here in the message box. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@list

Re: ANN: *** targetSdkVersion requirements Android ***

2018-07-27 Thread Mark Wieder via use-livecode
functions and then flesh them out as I go. I realize you're going to do it your way anyway, just was curious about the reasoning. No worries. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Data Persistence

2018-07-27 Thread Mark Wieder via use-livecode
On 07/27/2018 02:58 PM, Mike Bonner via use-livecode wrote: Your Bran. will be assimilated. (borg zombies FTW) Yes. More brains please. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: ANN: *** targetSdkVersion requirements Android ***

2018-07-27 Thread Mark Wieder via use-livecode
code compartmentalization there could be two non-exported commands for the different platforms and only export the mobile one. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this u

Re: Checking if internet is connected using tsNet?

2018-07-27 Thread Mark Wieder via use-livecode
;d go straight to "http://8.8.8.8:53";. curl -v --trace-time 8.8.8.8:53 20 milliseconds curl -v --trace-time www.google.com 50 milliseconds But otherwise, yes... there is no way of checking for the internet without connecting to the internet. -- Mark Wieder ahsoftw...@gmail.

Re: Checking if internet is connected using tsNet?

2018-07-27 Thread Mark Wieder via use-livecode
on't know of any way to validate that an address outside your local subnet exists other than trying to connect to it. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to s

Re: OT: On-Rev cPanel (port 2083) access blocked by BT Smart Hub router?

2018-07-27 Thread Mark Wieder via use-livecode
would get down to cPanel configs. If you've got a fancy router you could possibly write a rule to forward port 443 to 2083 for the cPanel url only and that might have a chance of working... -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode ma

OT: Looking for a new programming language?

2018-07-27 Thread Mark Wieder via use-livecode
//github.com/dylanbeattie/rockstar -- Mark Wieder ahsoftw...@gmail.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: Checking if internet is connected using tsNet?

2018-07-27 Thread Mark Wieder via use-livecode
d? Thanks for any hints! Cheese anyone? 8-) Yum. Cheese. Define "valid"... -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subsc

Re: OT: On-Rev cPanel (port 2083) access blocked by BT Smart Hub router?

2018-07-27 Thread Mark Wieder via use-livecode
el.net/threads/how-to-login-when-port-2083-is-blocked.553551/ -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pre

Re: Help with Bug #19550: Add support for symlinks to standalone builder

2018-07-21 Thread Mark Wieder via use-livecode
">" put item -1 of tFile into tTarget if the number of lines in tTarget > 1 then put true into tIsFolder end if end if end if end switch end if return tIsFolder end isF

Re: 64 bit LC

2018-07-20 Thread Mark Wieder via use-livecode
HP was designing these things before there was math. Sad what has happened to the company. I'd like to blame Fiorina for the mess but she only took a bad thing and made it worse. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing

Re: 64 bit LC

2018-07-20 Thread Mark Wieder via use-livecode
On 07/20/2018 06:45 PM, Paul Dupuis via use-livecode wrote: On 7/20/2018 9:20 PM, Mark Wieder via use-livecode wrote: I'm surprised there wasn't an answer before this as well. This subject comes up every few years. The engine bitness won't affect math results. The standard l

Re: 64 bit LC

2018-07-20 Thread Mark Wieder via use-livecode
On 07/20/2018 06:47 PM, Paul Dupuis via use-livecode wrote: And this one: https://quality.livecode.com/show_bug.cgi?id=12440 I'm not sure what a status of 'hibernated' means. Probably waiting until after something freezes over. -- Mark Wieder ahsof

Re: 64 bit LC

2018-07-20 Thread Mark Wieder via use-livecode
ngs if you need more accuracy. -- Mark Wieder ahsoftw...@gmail.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: drawing a Barcode without a Barcode font

2018-07-20 Thread Mark Wieder via use-livecode
easier way to do it in LCS or b) a brick wall I run into where LCB isn't up to the task. So LCS,LCB,LCD,LSD... gotta flip a coin. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please vi

Re: drawing a Barcode without a Barcode font

2018-07-20 Thread Mark Wieder via use-livecode
r tWidthString end repeat end repeat put "wnn" after tWidthString -- three-bar stop code return tWidthString end convertNumberString function checksumFrom pNumberString local tEvenNumbers, tOddNumbers local tChecksum local tResult repeat with x=1 to length (pNumber

Re: Datagrids and Nested Behaviors

2018-07-20 Thread Mark Wieder via use-livecode
t and then you can override it in the object if needed. I think of behavior scripts more or less as private backscripts of an object. Otherwise, just follow Brian's suggestion. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing li

Re: android heads up

2018-07-18 Thread Mark Wieder via use-livecode
On 07/18/2018 10:28 PM, Richard Gaskin via use-livecode wrote: Damn!  I was about to launch my new malware app, "Android OS Update". I guess I'll have to figure out some other nefarious plan to take over the world ;) I'm sure you'll think of something.

android heads up

2018-07-18 Thread Mark Wieder via use-livecode
FYI: I just got notice in another usegroup that Google has restricted the use of "android" as part of the package name. If you are using the "android" as part of your package name or thinking about it for an new app, you probably want to change it now. -- Mark Wieder

Re: Property inspector / custom properties - how can i resize the value field

2018-07-16 Thread Mark Wieder via use-livecode
it to whatever size you like -- -- Mark Wieder ahsoftw...@gmail.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/lis

Re: Docker

2018-07-11 Thread Mark Wieder via use-livecode
nd wonder why the presets got changed. -- Mark Wieder ahsoftw...@gmail.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: Docker

2018-07-11 Thread Mark Wieder via use-livecode
sure I haven't entered some alternate universe or something. That's easy. You got into someone else's unlocked car. They're gonna be annoyed if you change those presets. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing

Re: Docker

2018-07-11 Thread Mark Wieder via use-livecode
! Still to be solved, though, is the conundrum of a sockchain concensus mechanism, i.e., the Byzantine Generals problem. You wouldn't want to receive someone else's socks, or worse, a mixed pair. -- Mark Wieder ahsoftw...@gmail.com ___ us

Re: [ANN] Release 9.0.1 RC-1

2018-07-10 Thread Mark Wieder via use-livecode
On 07/10/2018 10:32 PM, Richard Gaskin via use-livecode wrote: Mark Wieder wrote: > ...bartender says "we don't serve tachyons in here" > > A tachyon walks into a bar... That sounds like a UDP joke, but maybe you didn't get it. -- Mark

Re: [ANN] Release 9.0.1 RC-1

2018-07-10 Thread Mark Wieder via use-livecode
; A tachyon walks into a bar... -- Mark Wieder ahsoftw...@gmail.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: Docker

2018-07-10 Thread Mark Wieder via use-livecode
more instances based on demand. (kubernetes?) I don't know enough yet to Kubernetes for sure. This should get you started: https://deis.com/blog/2016/kubernetes-illustrated-guide/ or if you prefer the video version: https://www.youtube.com/watch?v=4ht22ReBjno -- Mark Wieder

Re: [ANN] Release 9.0.1 RC-1

2018-07-09 Thread Mark Wieder via use-livecode
idea to let them cool down in the evening. -- Mark Wieder ahsoftw...@gmail.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

Re: [ANN] Release 9.0.1 RC-1

2018-07-09 Thread Mark Wieder via use-livecode
On 07/09/2018 03:27 PM, J. Landman Gay via use-livecode wrote: On 7/9/18 5:11 PM, Mark Wieder via use-livecode wrote: On 07/09/2018 01:41 PM, Richard Gaskin via use-livecode wrote: Panos wrote:  > We are pleased to announce the release of LiveCode 9.0.1 RC-1. Here (Los Angeles) the downl

Re: [ANN] Release 9.0.1 RC-1

2018-07-09 Thread Mark Wieder via use-livecode
Here it actually took only about 45 minutes. That's about 8 megabytes / minute, or 132kbytes / second. Better than a dialup modem, eh? -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

Re: Script Only Stack Behaviors and Nesting

2018-07-02 Thread Mark Wieder via use-livecode
would mean you could get and set the script locals of another object. Ick -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

Re: When I assume .....

2018-07-02 Thread Mark Wieder via use-livecode
stCommand after the mouseUp handler is done. That's the purpose of sending a command in time: even with an interval of 0 milliseconds you're delaying the sent action until the current handler has finished. -- Mark Wieder ahsoftw...@gmail.com ___

Re: Sort IP List

2018-07-02 Thread Mark Wieder via use-livecode
can get a recipe for. -- Mark Wieder ahsoftw...@gmail.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/li

Re: Sort IP List

2018-06-30 Thread Mark Wieder via use-livecode
Ralph- Not that I'm doubting your findings, but those both seem mind-bogglingly nonsensical to me. Can you post your test code? -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit thi

Re: bitwise shifts gone?

2018-06-30 Thread Mark Wieder via use-livecode
or 32) disappointing. -- Mark Wieder ahsoftw...@gmail.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: bitwise shifts gone?

2018-06-30 Thread Mark Wieder via use-livecode
begin with? Urk. Good catch. I had the dictionary open to LCB. nvm. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: bitwise shifts gone?

2018-06-30 Thread Mark Wieder via use-livecode
On 06/30/2018 10:03 AM, Jerry Jensen via use-livecode wrote: On Jun 30, 2018, at 8:00 AM, Mark Wieder via use-livecode wrote: Indeed. I'm not too upset about the loss of the bitshift operators other than the lack of backward compatibility, but I'm surprised by their demise. In

Re: bitwise shifts gone?

2018-06-30 Thread Mark Wieder via use-livecode
y, but I'm surprised by their demise. In terms of minimal use of microprocessor cycles I'd expect that the fastest would be a || (b << 8) || (c << 16) || (d << 32) -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mail

bitwise shifts gone?

2018-06-29 Thread Mark Wieder via use-livecode
engine is smart enough to compile a shift instead of a multiply if the multiplier is a multiple (see what I did there?) of 2. YMMV. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

Re: Examples of encryption for database access

2018-06-28 Thread Mark Wieder via use-livecode
s 16 bytes. Yes, I stand corrected. Silly me assumed that aes-256 would use a larger block size. AES uses only 128-bit blocks with different key sizes. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: Examples of encryption for database access

2018-06-28 Thread Mark Wieder via use-livecode
If you want to get serious about it, you could double the length. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription pr

Re: Remote URL Not Available

2018-06-27 Thread Mark Wieder via use-livecode
und the file, here it is" cases Try the http getting the remote resource. Then check the returned http status for a 2xx (or 3xx) status code. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Plea

Re: Examples of encryption for database access

2018-06-26 Thread Mark Wieder via use-livecode
;t get you very far either. I'd be inclined to generate a large random iv and post it to the server with the encrypted data. But I'd also worry about putting a database out in the open like this without good security constraints. Of course, I have no idea what Bill has in mind here, so ymm

Re: Examples of encryption for database access

2018-06-25 Thread Mark Wieder via use-livecode
s, as you'll have a separate .htaccess file for each subdomain. In *theory* nobody has access to the . files except you. The .htaccess line will look something like SetEnv name value -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailin

Re: Examples of encryption for database access

2018-06-25 Thread Mark Wieder via use-livecode
t'); Your test code should be fine, but if you're interacting with a database you'll want to scrub the input before acting on it. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visi

(somewhat) OT: Bill Atkinson on HC

2018-06-18 Thread Mark Wieder via use-livecode
http://www.mondo2000.com/2018/06/18/the-inspiration-for-hypercard/ -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Regex (matchChunk) help...

2018-06-15 Thread Mark Wieder via use-livecode
On 06/15/2018 08:45 AM, Glen Bojsza via use-livecode wrote: Any suggestions? filter lotsOfText with "*selkirkst*skyrider1*" -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

Re: Siva Siva App in iOS version 1.2 in now out

2018-06-05 Thread Mark Wieder via use-livecode
n determine who wrote the code just by reading it. We all have our little conventions. Yeah. You can tell my code because it's perfct. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit t

Re: Devawriter Pro: Fund Raiser Goes Live!

2018-05-31 Thread Mark Wieder via use-livecode
On 05/31/2018 08:18 PM, Colin Holgate via use-livecode wrote: Read the other two articles, then divide by 2. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: How to handle a LSAH in user entered filename on mobile?

2018-05-31 Thread Mark Wieder via use-livecode
space as its last character. It would show up in directory lists but was otherwise completely inaccessible. Nothing I tried on my own, and none of the utilities I tried would either open it or delete it. The file stayed on the hard disk until the system finally died. -- Mark Wieder ah

Re: LC >= 8 no more HC friendly?

2018-05-30 Thread Mark Wieder via use-livecode
On 05/30/2018 07:55 AM, Richmond Mathewson via use-livecode wrote: I am amazed that LiveCode has remained backward compatible as long as it has. I'm amazed that people still have HyperCard stacks. Last I checked, this was well into 2018. -- Mark Wieder ahsoftw...@gmai

Re: Is anyone using tsNet external with LCserver?

2018-05-29 Thread Mark Wieder via use-livecode
On 05/29/2018 11:07 AM, Matthias Rebbe via use-livecode wrote: Lagi, did you try any of these links listed at that page? I tried 4 and all 4 were correct and a download started. Yeah... most of those are proper rejections from cloudflare. -- Mark Wieder ahsoftw...@gmail.com

Re: Is anyone using tsNet external with LCserver?

2018-05-29 Thread Mark Wieder via use-livecode
s (Indy and Business), you can access them only if you login to your livecode.com account, so there is no URL of this form which you can alter to give you a direct download. Begs the question of why non-working links exist on the download page. -- Mark Wieder

Re: Windows 10 and LC9.0

2018-05-29 Thread Mark Wieder via use-livecode
nity check to see if it's just something in my code b) if I'm seeing an intermittent problem to see if others chime in with the same symptoms and maybe we can figure out a common cause and then I'll file a bug report. -- Mark Wieder ahsoftw...@gmail.com

Re: Is anyone using tsNet external with LCserver?

2018-05-29 Thread Mark Wieder via use-livecode
a "not found", not a permissions violation. Same thing for any of the other links I tried. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Is anyone using tsNet external with LCserver?

2018-05-29 Thread Mark Wieder via use-livecode
reports "community". Interestingly, only the Community edition can be downloaded from the downloads page. The other versions all throw 404s. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: Graphing Solution...

2018-05-27 Thread Mark Wieder via use-livecode
y the source file, put it into its own folder somewhere, edit it (it's a text file), then open it in the extension builder and test the changes. Have fun. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.

Re: Was: URGENT: MergGoogle no longer works on iOS: CLIENTS VERY UNHAPPY

2018-05-25 Thread Mark Wieder via use-livecode
use I wouldn't miss a chance to network with folks during the conference. And remote access to the conference sessions is (almost) always offered if you can't make it in person. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing li

Re: Windows 10 and LC9.0

2018-05-25 Thread Mark Wieder via use-livecode
27;ve used the tools palette. May I suggest PowerTools? http://www.ahsoftware.net/PowerTools/PowerTools.lc -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsub

Re: Windows 10 and LC9.0

2018-05-24 Thread Mark Wieder via use-livecode
don't see such long option buttons on some panes, but the awkward widths aren't new. https://quality.livecode.com/show_bug.cgi?id=19880 -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: LC & Java

2018-05-21 Thread Mark Wieder via use-livecode
9780596517748.do> -- Mark Wieder ahsoftw...@gmail.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: Scott Raney's new thing

2018-05-17 Thread Mark Wieder via use-livecode
ably take me that long to read through the manifesto anyway. -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http:/

Scott Raney's new thing

2018-05-17 Thread Mark Wieder via use-livecode
I guess not really 'new' since it's been in progress for four years, but this is a recent surfacing of the beta. http://www.matchism.org/ -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing list use-livecode@lists.runrev.c

Re: WTF Worldpay?

2018-05-17 Thread Mark Wieder via use-livecode
On 05/17/2018 01:11 PM, Mike Kerner via use-livecode wrote: It might be a foreign-transaction thing. Some of my cards will not go through worldpay. Eggzackly. Been that way with the LC conferences for years now. -- Mark Wieder ahsoftw...@gmail.com

<    4   5   6   7   8   9   10   11   12   13   >