Work around.
I have found a work around for this issue (see the attached stack).
Before entering the card with the widget on it, you need to have the visible set to false of the widget.
So I set the widget to false when I leave a card and set visible to true when I enter a card.
Also the visual effect I only got working as below (see more in the attached stack)
Code: Select all
visual effect scroll left fast
go card NextCard
The problem still is that the widget only shows at the moment the card is full in view.
I would rather have the widget slide in and out as any other object on the card.
So I tried to take a snapshot just before i leave the card and put it in an image on top and then i set the visible of the widget to false.
The idea is that when i leave the card i can do so with a visual effect and the next time i open that card the image will be shown with the visual effect while the widget is not visible.
However my code does not seem to work ?
Am i doing something wrong? Any idea's ?