I'm new to Livecycle and have taught myself the basics using the SmartDoc Technologies book on the subject. In the book it demonstrates how you can change the color of a button when you move the mouse over it. I've tried this out and have a found a problem that I can't fix - this happens using the example form from the book and my own form.
If the focus is currently on a field near the top of the form; if you scroll down the form and move the mouse over a button (which has the mouseEnter code on it to change the color), the form jumps back up to the top of the form where the current focus is as soon as the mouse enters the button control.
Is there any way of stopping this from happening, otherwise we cannot us the mouseEnter event to change the button color?