Search found 348 matches

by adventuresofgreg
Sat Jan 20, 2018 6:49 pm
Forum: HTML5
Topic: remove Emscripten wrapper?
Replies: 3
Views: 4972

Re: remove Emscripten wrapper?

Thanks for the link: http://lessons.livecode.com/m/4071/l/80 ... on-the-web

Looks like once it is served by web server, the Emscripten wrapper is gone?

Cheers,
Greg
by adventuresofgreg
Sat Jan 20, 2018 4:33 pm
Forum: HTML5
Topic: remove Emscripten wrapper?
Replies: 3
Views: 4972

remove Emscripten wrapper?

Hey - just playing around with html5 export with Community 9. I own Indy 9, but have not purchased html5 license yet.

Anyhow - I've seen some slick example html5 apps that play WITHOUT the Emscripten wrapper. How can you remove it? Is that just shown on Community html5 apps?

Thanks,
Greg
by adventuresofgreg
Mon Dec 18, 2017 2:06 pm
Forum: Talking LiveCode
Topic: Hmac-SHA512
Replies: 1
Views: 2186

Hmac-SHA512

Hello. I need the SHA512 hash function, and Mark Smith's library only contains up to 256: http://www.webring.org/l/rd?ring=runtimerevoluti1;id=15;url=http%3A%2F%2Fmarksmith%2Eon-rev%2Ecom%2Frevstuff%2F I notice that LV v9 includes a "messageAuthenticationCode", but I'm confused as to the "key" requi...
by adventuresofgreg
Mon Mar 27, 2017 3:39 pm
Forum: Talking LiveCode
Topic: socket failing at 2:00 pm each day
Replies: 6
Views: 4948

Re: socket failing at 2:00 pm each day

Brilliant! Thanks LC dev guy. And thanks Richard for encouraging me to submit the problem to them.
by adventuresofgreg
Fri Mar 24, 2017 10:09 pm
Forum: Talking LiveCode
Topic: socket failing at 2:00 pm each day
Replies: 6
Views: 4948

Re: socket failing at 2:00 pm each day

So I've tried v9dp6 and same problem. 2:00 pm MST on the second I get kicked off the remote server and can't log back in until next morning. Any computer, any LC version later than v7. Any app generated with earlier than 7 is fine. I've tried non SSL and SSL and does not make a diff. "put the result...
by adventuresofgreg
Fri Mar 24, 2017 1:27 am
Forum: Talking LiveCode
Topic: socket failing at 2:00 pm each day
Replies: 6
Views: 4948

Re: socket failing at 2:00 pm each day

Hi Richard: Where would I insert the "put the result" message? I watch messages "on chatconnected", but nothing comes through. I've tried non SSL as well, same diff. No, i have not tried v9 yet. I'll give it a shot, but I'm not hopeful. I just downloaded a number of old versions and all of the versi...
by adventuresofgreg
Thu Mar 23, 2017 11:26 pm
Forum: Talking LiveCode
Topic: socket failing at 2:00 pm each day
Replies: 6
Views: 4948

socket failing at 2:00 pm each day

I'm having a very strange problem. I have a LC app made with v8.1.3 that uses a socket connection to a remote server, and it works all day. Every day at exactly 2:00 pm MST, the socket connection fails, and I cannot reconnect. No matter what. Even restarting computer wont fix it. I can only connect ...
by adventuresofgreg
Wed Mar 08, 2017 3:27 pm
Forum: Talking LiveCode
Topic: Must be a faster way
Replies: 10
Views: 5791

Re: Must be a faster way

Merge is about 3 times faster! THANKS!
by adventuresofgreg
Sun Mar 05, 2017 12:27 am
Forum: Talking LiveCode
Topic: Must be a faster way
Replies: 10
Views: 5791

Re: Must be a faster way

Thanks. I think the most important bit of data that should be in a var is the main html file that contains all of the replacement placeholders (from my code below, "dashboardhtml"), which is quite large, and that is already in a variable. I could try to put all of the small bits of data into variabl...
by adventuresofgreg
Fri Mar 03, 2017 4:56 pm
Forum: Talking LiveCode
Topic: Must be a faster way
Replies: 10
Views: 5791

Must be a faster way

Hi there: I'm parsing a large html file and replacing placeholders marked as text strings with different text content, and the way I'm doing it seems to be taking a very long time. It takes 2 seconds on my MacPro, but 19 seconds on my Linux container. Can you think of a more efficient way of doing t...
by adventuresofgreg
Thu Feb 16, 2017 7:51 pm
Forum: Talking LiveCode
Topic: invoking a macro with a key command
Replies: 4
Views: 3552

Re: invoking a macro with a key command

go it!

You have to ADD "as Applescript" after your script.

do tScript as Applescript
by adventuresofgreg
Thu Feb 16, 2017 5:08 pm
Forum: Talking LiveCode
Topic: invoking a macro with a key command
Replies: 4
Views: 3552

Re: invoking a macro with a key command

Hi Craig:

I tried this and it did not work:

a field called "ascript" with contents:
tell application "System Events" to keystroke "m" with command down

button script:
do field "Ascript"
by adventuresofgreg
Thu Feb 16, 2017 3:41 pm
Forum: Talking LiveCode
Topic: invoking a macro with a key command
Replies: 4
Views: 3552

invoking a macro with a key command

Hi: I'm trying to send a keyboard key to my system: ie: "type "m" with commandkey to fire a "Keyboard Maestro" macro, and can't seem to get that to work. If I type "m" with commandkey from anywhere, the macro is fired off, but when I do that from a LiveCode script, Livecode seems to trap the message...
by adventuresofgreg
Sat Jan 21, 2017 3:09 pm
Forum: Talking LiveCode
Topic: taking remote control through a socket
Replies: 5
Views: 3367

Re: taking remote control through a socket

Thank Richard: I have a standalone running on a Linux VM + LC server also running on the VM. I need to communicate between LC server and my standalone. In tests, I can make a socket connection between 2 standalones running on the same local machine to grab data and take remote control, but I have be...
by adventuresofgreg
Thu Jan 19, 2017 10:28 pm
Forum: chartsEngine
Topic: chartsengine LC 8.1.2 Linux 64 standalone
Replies: 3
Views: 9149

Re: chartsengine LC 8.1.2 Linux 64 standalone

Thank you for your reply Björnke. I regenerated my standalone for Linux, but this time specified Chartsengine as an included stack in standalone settings. And it worked.

Greg

Go to advanced search