Search found 7 matches

by garduino
Tue Feb 25, 2014 2:44 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: XML Tutorial
Replies: 4
Views: 3022

Re: XML Tutorial

Klaus wrote:Are you sure you really have a field "Information" on your card?
Thanks Klaus, a stupid error from my part. As the tutorial don't say nothing about the names of the field, I miss to name it correctly.

Sorry by the noise.
by garduino
Tue Feb 25, 2014 12:13 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: XML Tutorial
Replies: 4
Views: 3022

XML Tutorial

Hi: I'm trying to do the XML tutorial of this page: http://lessons.runrev.com/s/lessons/m/4071/l/7011-how-to-read-in-data-from-an-xml-file and I get the error (Chunk: not such object) near "information". The error point the line of code: set the text of field "Information" to tOutput Any hint will b...
by garduino
Mon Feb 10, 2014 11:06 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: PC1 algorithm
Replies: 4
Views: 3593

Re: PC1 algorithm

PC1 is not currently supported in the LiveCode engine, though one could write an external if that specific algo is needed. You can, however, use the built-in "encrypt" command for strong security using keys of 128 or 256 bits as PC1 does - see the Dictionary entry for the "encrypt" command for deta...
by garduino
Mon Feb 10, 2014 10:34 pm
Forum: Databases
Topic: Scaffolding/crud automatic forms
Replies: 2
Views: 3116

Re: Scaffolding/crud automatic forms

Thanks you! I will check it asap!
by garduino
Thu Feb 06, 2014 3:06 pm
Forum: Databases
Topic: Scaffolding/crud automatic forms
Replies: 2
Views: 3116

Scaffolding/crud automatic forms

Hi Guys:

LC have some sort of help to build scaffolding or crud automatic forms on related tables of a database?

Thanks.
by garduino
Thu Jan 23, 2014 7:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: PC1 algorithm
Replies: 4
Views: 3593

Re: PC1 algorithm

Thanks you guys!

Yes, I know the built-in algo's provided by LiveCode, just asking is someone implemented the PC1, because I need to deal with an old piece of software and surely will need it.

Thanks!
by garduino
Thu Jan 23, 2014 5:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: PC1 algorithm
Replies: 4
Views: 3593

PC1 algorithm

Hi:

I would like to know if the PC1 algorithm is implemented in LiveCode somewhere (My search did not found results).

Thanks.