FIXED: difference in SPi-V.exe and Director&SPi-V (blend)
Submitted by k_kwiatek on September 5, 2007 - 00:08.
Aldo,
I have a problem with some kind of blending in my menu.
There is a button "?" which hide/shows a description about another buttons.
When I use a script with SPi-V.exe this desciption shows and hides in 100%.
In Director&Spi-V I noticed that this description shows and hides in 95-99%. About 1-5% is visible.
Please have a look to screen shots from Director&SPi-V:
http://www.panometr.com/aldo/help1.jpg (when a description is visible - (on))
http://www.panometr.com/aldo/help2.jpg (when about 1% in blend is visible - (off), why?)
Aldo, I will send you a dir file.
Karol
fieldOfView | SPi-V dev
Re: difference in SPi-V.exe and Director&SPi-V (blend)
Does anyone has an idea for this problem?
Aldo, have you opened my files?
Karol
Re: difference in SPi-V.exe and Director&SPi-V (blend)
I have not yet looked at this indepth. As a workaround, here's something you can do...
You are probably using an action attached to a ramp to change the blend of your element(s). Something like this:
<action event="change" type="setProperty" target="yourelement" property="blend" value='=getProperty("_this","value")' />Try adding a second action, setting the 'visible' property:
<action event="change" type="setProperty" target="yourelement" property="visible" value='=bool(getProperty("_this","value"))' />bool(0) evaluates to 'false', whereas bool([any other number]) evaluates to 'true'. So this sets the 'visible' property to false when the ramp reaches 0, completely removing the element from view.
Re: difference in SPi-V.exe and Director&SPi-V (blend)
Fixed in SPi-V 1.4.2
Re: difference in SPi-V.exe and Director&SPi-V (blend)
Thanks.
When (approx.) could we 1.4.2?
Karol
Re: difference in SPi-V.exe and Director&SPi-V (blend)
This week
Re: difference in SPi-V.exe and Director&SPi-V (blend)
With Javascript pb fixed ? ;-)
Re: difference in SPi-V.exe and Director&SPi-V (blend)
Only for internet explorer, due to limitations of Shockwave.