Page 1 of 1

Scrollable Screens

Posted: Thu Jun 14, 2012 11:33 am
by kfritz
I want to insert a picture to the first format of a scrollable screen. Can I bind this widget to the first screen, so that the picture doesn't appear on the second screen?

Re: Scrollable Screens

Posted: Thu Jun 14, 2012 12:58 pm
by David
The Genie designer (I assume that's what you're using) works based on detection of identifiers on the screen.

So, if it matches your screen, then it will apply all aspects of your customization. A couple of ways to handle it, though:

1. You could expand your screen identfiers to include some value which appears only on the first dislay of the screen. Then Genie will only apply the customization when it's in that state.

2. Instead of doing that, you could also run some JavaScript code using the "onload" event which hides the image. Again, though, you would have to have something for your JS code to look at to determine when/when not to hide the image.