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
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 implemen
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 movin
Shameless Plug: If you find yourself doing this kind of thing a lot, I
have a visual stack management plugin called tmNavigator that handles
this. It shows a resizable thumbnail view of all stacks open your desktop
and enables you to drag them around the screen, across multiple monitors.
http://t
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 very
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 t
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 ad
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
abo
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.# pu
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 Direc
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:
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]
'"&Nom
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
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 Ri
Alejandro Tejada wrote:
> Just for casuality, today I found this LiveCode group
> in Google Groups:
> https://groups.google.com/forum/#!forum/runrev
>
> Where could I find a complete and updated list of
> all LiveCode User Groups and Mail lists?
Given the frequency with which online communities a
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
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
>close
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'
18 matches
Mail list logo