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
Location: Greece

Non blocking visual effect.

Post by zaxos » Sat Feb 14, 2015 2:46 pm

Any change i get a nonblock visual effect?
Knowledge is meant to be shared.

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7230
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Non blocking visual effect.

Post by jacque » Sat Feb 14, 2015 10:15 pm

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
Location: Greece

Re: Non blocking visual effect.

Post by zaxos » Sun Feb 15, 2015 6:33 pm

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
Location: Palo Alto

Re: Non blocking visual effect.

Post by Simon » Mon Feb 16, 2015 2:52 am

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: 9655
Joined: Wed May 06, 2009 2:28 pm
Location: New York, NY

Re: Non blocking visual effect.

Post by dunbarx » Mon Feb 16, 2015 3:50 am

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: 13828
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Non blocking visual effect.

Post by Klaus » Mon Feb 16, 2015 2:35 pm

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
Location: Greece

Re: Non blocking visual effect.

Post by zaxos » Tue Feb 17, 2015 8:09 pm

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: 131
Joined: Mon Jan 14, 2019 5:20 pm

Re: Non blocking visual effect.

Post by hrcap » Wed Jun 03, 2020 9:24 am

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: 13828
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Non blocking visual effect.

Post by Klaus » Wed Jun 03, 2020 11:44 am

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: 9383
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: Non blocking visual effect.

Post by richmond62 » Wed Jun 03, 2020 12:51 pm

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

Return to “Talking LiveCode”