How to implement thread in livecode

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
shalu
Posts: 72
Joined: Fri Mar 20, 2015 1:05 pm

How to implement thread in livecode

Post by shalu » Tue Jun 30, 2015 5:19 am

Hi,

I am beginner in livecode, I am open a pdf using shell script, when the pdf is loads, I can't doing anything on stack also I have placed an timer in the stack it's also be stopped. How i overcome this problem using Thread. or is it any alternative method for this problem.
--
Thanks
Shalu S

SparkOut
Posts: 2947
Joined: Sun Sep 23, 2007 4:58 pm

Re: How to implement thread in livecode

Post by SparkOut » Tue Jun 30, 2015 6:33 am

Rather than "shell" you can try "open process" to make asynchronous calls to processes with which you can communicate. You might even find that "launch" will do if you don't need further interaction.

Post Reply