Story Board Hide with Value Bug

Posts: 287
If you use a Story Board to hide a widget you have a bug if you use a value to make a fade out. When it is done, it is impossible after to show again the widget you had hide.

if you only use ChangeWidgetVisibilty with Hide it is OK
but ChangeWidgetVisibilty use with Hide and Value 200 or anything other 0 or "" the bug comes

I must use Animation with opacity to make a Fade off with a StoryBoard.
Edited (3 times)
Posts: 785
I am using this in the ATVO theme all over the place and I have not noticed an issue. Can you explain or send me a small example theme with the issue?
Posts: 287
Sent to info by mail ;)

Under vidéo what happen for me, I reproduce it on this little theme, but it happen on all theme I try to do like that.
Edited (1 time)
Posts: 287
Edited (1 time)
Posts: 53
What if you try to add a Fade In animation every time you turn on the widget?
Posts: 287
I think it is ok, but perhaps I have some other trouble.
For exemple I can't use in script AnimateHide or AnimateShow with value other than 0, it not show or hide.

I don't know if it is normal bug knows, or if I have to uninstall and install THEME EDITOR to solve that.
Posts: 287
Lukas Redl wrote:
What if you try to add a Fade In animation every time you turn on the widget?

I test some different things and you give me a way ;)

I do a simple widget / a storyboard (but it is not necessary) wich hide with value 300 --> fade off / a buton A wich start the storyboard / a buton B wich only show (no value) / a animation with fade on (only opacity) / a button C wich action animation

If I click on A --> widget fade off / cliclk on B --> nothing / click on C Fade on

If I click on A --> widget fade off / click on C --> nothing / Click on B widget show quick


So in my system, a command Hide change Visible to NO in widget and opacity to 0, to show again we need to pass Visible to YES and opacity to 1.

Is it the normal way ?