Non blocking visual effect.

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
zaxos
Posts: 222
Joined: Thu May 23, 2013 11:15 pm

Non blocking visual effect.

Post by zaxos »

Any change i get a nonblock visual effect?
Knowledge is meant to be shared.
jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7423
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Non blocking visual effect.

Post by jacque »

I can't think of a reason for it. What do you want to do?
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
zaxos
Posts: 222
Joined: Thu May 23, 2013 11:15 pm

Re: Non blocking visual effect.

Post by zaxos »

i'm having a background slideshow on substack and i cant affort it to lock my main stack
Knowledge is meant to be shared.
Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Non blocking visual effect.

Post by Simon »

Hi zaxos,
Would the "move" command do the same job for you?

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10501
Joined: Wed May 06, 2009 2:28 pm

Re: Non blocking visual effect.

Post by dunbarx »

Hi.

So is it that you have this slideShow as a sideShow? That is, the slideshow is doing its thing, but the user is interacting with the program at the same time from the mainstack?

Craig Newman
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Non blocking visual effect.

Post by Klaus »

HI zaxos,

short answer: No, "visual effects" are always blocking!

You may be able to fake it sonehow by using a complicated script
and the "send" command, but that will never be the same, I'm afraid.


Best

Klaus
zaxos
Posts: 222
Joined: Thu May 23, 2013 11:15 pm

Re: Non blocking visual effect.

Post by zaxos »

Thank you for your comment ppl, the effect i wanted was dissolve and i managed to recreate it by hand, its actualy working pretty well and most of all its nonblocking. If anyone is intrested i can share.
Knowledge is meant to be shared.
hrcap
Posts: 141
Joined: Mon Jan 14, 2019 5:20 pm

Re: Non blocking visual effect.

Post by hrcap »

Hi Zaxos

I hope that you are well.

I know that this is an old thread but is there anyway that you could share your method for a non-blocking dissolve.

Many Thanks
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Non blocking visual effect.

Post by Klaus »

I guess he did it like I proposed: Setting "the blendlevel" over the time with a SEND command.
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10415
Joined: Fri Feb 19, 2010 10:17 am

Re: Non blocking visual effect.

Post by richmond62 »

Just have a single card substack with layers for your slideshow and sequentially make each layer transparent (or slide off to
one side if that's what floats your boat).
Post Reply