Re: Need help with my C to LiveCode skills

2015-12-17 Thread Richard Gaskin
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

Re: Stacks Losing their Size and Location

2015-12-17 Thread Paul Dupuis
On 12/16/2015 8:05 PM, Ray wrote: > Paul - excellent idea and thanks for this suggestion. There's just > one pitfall in my situation. I'm doing this: > >put url serverStackPath into stackData >open file localStackPath for binary write >write stackData to file localStackPath >

Re: Need help with my C to LiveCode skills

2015-12-17 Thread Mike Kerner
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

Re: Stacks Losing their Size and Location

2015-12-17 Thread Ray
Paul this is working out very well. Actually, both of these ideas work equally well. Thanks! On 12/17/2015 9:00 AM, Paul Dupuis wrote: On 12/16/2015 8:05 PM, Ray wrote: Paul - excellent idea and thanks for this suggestion. There's just one pitfall in my situation. I'm doing this: put

Re: Analytical Engine - An Introduction to Computer Science

2015-12-17 Thread Richard Gaskin
Alejandro Tejada wrote: > Does anyone have this HyperCard book in his/her bookshelf? and > Could you provide us with a fair review of it's content? ... > Analytical Engine: An Introduction to Computer Science Using > HyperCard 2.1 > (Computer Science Series) Paperback – September 27, 1993 > by

RE: Stored procedures like using in livecode ..

2015-12-17 Thread Ralph DiMola
What ODBC connector are you using? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of david alfredo zuñiga soto Sent: Thursday, December 17, 2015 12:04 PM To:

RE: Stored procedures like using in livecode ..

2015-12-17 Thread david alfredo zuñiga soto
Microsoft ODBC Driver 11 for SQL Server... this do you mean?> From: rdim...@evergreeninfo.net > To: use-livecode@lists.runrev.com > Subject: RE: Stored procedures like using in livecode .. > Date: Thu, 17 Dec 2015 13:47:25 -0500 > > What ODBC connector are you using? > > Ralph DiMola > IT

Stored procedures like using in livecode ..

2015-12-17 Thread david alfredo zuñiga soto
Hello everyone, I'm new using this list, and good.I want to know how to use stored procedures with SQL Server 2008 R2 on my LiveCode cards ... anyone can help me? ..thanks..I'm using this code to run the SP and does not work me.# put "EXECUTE @RC = [DBPlaneacion].[dbo].[InsertarUsuarios]

[OT] Robert Forsbach

2015-12-17 Thread Mark Schonewille
Dear Robert Forsbach, We are trying to contact you, but haven't received any response from you. If you happen to read this, please send an e-mail to supp...@economy-x-talk.com. If you don't get a reply from us, try contacting us from a different e-mail address (with different domain and IP

Re: Stored procedures like using in livecode ..

2015-12-17 Thread Mark Waddingham
Hi David, On 2015-12-17 18:04, david alfredo zuñiga soto wrote: Hello everyone, I'm new using this list, and good.I want to know how to use stored procedures with SQL Server 2008 R2 on my LiveCode cards ... anyone can help me? ..thanks..I'm using this code to run the SP and does not work me.#

Re: Stacks Losing their Size and Location

2015-12-17 Thread Peter M. Brigham
On Dec 16, 2015, at 6:01 PM, Bob Sneidar wrote: > If I then close the laptop window, come back to work, hook up the external > moitor again and open a stack that had been open before when just using the > laptop monitor, the location of the new window is partially off screen! That > means the

RE: Stored procedures like using in livecode ..

2015-12-17 Thread david alfredo zuñiga soto
Mr. Mark Waddingham Hi !!!.. I really do not understand how you should use the SP responses ..Bug 13700 - Executing stored procedures in LiveCode with Parameters ..But nevertheless, I managed to run my SP with LiveCode and also I have been served with the library, revExecuteSQL ...Thank you

Re: Midnite-Rises - Images with transparent "see through" areas

2015-12-17 Thread Brahmanathaswami
Great example Scott.. thanks of rhat stack... a bit simpler that the multi-LC logo one. Are all three of those layered images PNG's? BR Scott Rossi wrote: A nice start. If you were looking to produce an actual parallax effect, this is usually achieved by objects closest to the viewer

Re: Large integer multiplication -- dramatically improved

2015-12-17 Thread Geoff Canyon
Somewhere along the way I lost the "if either argument is 0, return 0" statement at the beginning. Correction below: function bTimes X,Y if X = 0 or Y = 0 then return 0 if char 1 of X is "-" then put "-" into leadChar delete char 1 of X end if if char 1 of Y is "-" then

Large integer multiplication -- dramatically improved

2015-12-17 Thread Geoff Canyon
I've written large integer multiplication routines before. This is over twice as fast as those were, and many times faster than other routines I've seen. On my mac it will multiply two 9,000-digit numbers in under a second. I've tested it up to multiplying two 100,000-digit numbers, which takes

Player Object in HTML 5?

2015-12-17 Thread Peter Bogdanoff
I was messing with the HTML 5 Create Standalone in my project today. I got it to load in Safari from my local drive and I could change cards and see graphics load, objects hide and show, etc. It’s great! My player control, however, would not load a remote audio file. Are player objects