Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6770 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Basically i want to go through records waiting approx 10 seconds before fading to white then fading to the next record.. i.e. a slide show?.. is this possible at all or should i just build a seperate application in vb or something and sych the data?

Cheers, i know its a bit of a wierd question for a database

Posted

I think you can get a demo file from John Mark Osborne. His 2005 Dev Con Presentation used something to the effect of what you want. Go to www.databasepros.com and download "DevCon 2005 Presentation"

Posted

Here's an example file of fading text. It'll be a bit of a trick to get graphic objects to fade since you don't have programmatic control over their attributes, but this might be all you need anyway

Dana

fade.fp7.zip

Posted

Cheers reed,

breezer, i downloaded the devcon thing and had a look but i couldnt really find the right file... could you point me in the right direction direction?

Posted

Your solution works well reed and itll do perfectly for my text fading part... can i ask though, is there anyway to make it quicker and smoother?... i mean whats the minimum time for a script pause?

Genx

Posted

Anything less than 0.1 seconds doesn't seem to cause a difference. So the only way to go faster is to be less smooth (increase the increment)

Here's a slight modification that makes it look a little better. It fades out and then back in.

fade.fp7.zip

  • 3 months later...
Posted

I ended up integrating this with flash by exporting to XML and reparsing into variables in flash.

This topic is 6770 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.