Re: Getting 32-bit Livecode running on 64-bit Linux

2016-07-14 Thread José Antonio Rocha
2016-07-14 7:17 GMT-03:00 G.W.Gaich : [0714/121416:ERROR:webgraphicscontext3d_command_buffer_impl.cc(227)] Failed > to initialize command buffer. > ​It seems some Chromium video related problem. My video card is Intel Haswell Mobile. -- [image: Meira]

Re: Getting 32-bit Livecode running on 64-bit Linux

2016-07-12 Thread José Antonio Rocha
2016-07-12 13:53 GMT-03:00 Richard Gaskin : > > Is there a bug report for this? I don't have Xubuntu set up here, but I > do run Ubuntu and Lubuntu so maybe I can help pin down what's happening > with that 64-bit version. ​I have this problem with U​buntu 16.04 in

Re: [ANN] Release 8.0.1 RC-1

2016-05-13 Thread José Antonio Rocha
2016-05-13 14:43 GMT-03:00 RM : > I am looking forwards to some sort of in-built Dictionary in the Linux > 64-bit build ​The 32-bits LC on 64-bits Linux call the default browser, instead stuck like 64-bits LC. With Chromium, the dictionary load fast and perfect.​

Re: XML-RPC

2015-11-16 Thread José Antonio Rocha
2015-11-15 15:48 GMT-02:00 Peter Haworth : > This looks like the server side of things and I'm > looking for examples of using the revXMLRPC@ calls from a Livecode desktop > app. > ​Here is my getPost WordPress function: --- -- GET POST

Re: SHA256

2014-12-15 Thread José Antonio Rocha
Hi! There is this, but I could not make it work: http://masmit.net/libhash-hmac.html 2014-12-15 17:25 GMT-02:00 Richard Gaskin ambassa...@fourthworld.com: LiveCode currently provides only two hashes, MD5 and SHA1. I have a project in which I need SHA256. Anyone here have a function for that?

Re: SHA256

2014-12-15 Thread José Antonio Rocha
2014-12-15 18:00 GMT-02:00 Michael Doub miked...@gmail.com: I have not used these functions personally but I see in the readme that multiple steps are required for sha-256. So, to get the sha-256 digest of a string: put sha256.hex(the cat sat on the mat) into tDigest put