|
|
What steps will reproduce the problem?
1. Use a Formvalidator.Tips, this works fine
2. From forward/next buttons in SimpleSlideShow, call the validator and if
it fails, create a StickyWin and show it.
What is the expected output? What do you see instead?
Should show the validator's StickyWin and the custom one, but does not show
the custom one. If you do not call the validator in the event, or you use
FormValidator rather than FormValidator.Tips, then the StickyWin displays
correctly. Seems that trying to display a second one (perhaps because in an
event?) will not work.
Please provide any additional information below.
Tried various options with the StickyWin I created such as the allow
duplicates option and so on. May be related to the bug I am about to post
next about FormValidator not respecting the serial option (perhaps it is,
but the way it is creating its stickywins, it is preventing all but one
from displaying).
|