Quote:
Originally Posted by dragowulf
I doubt it. How would I do that?
|
By setting a variable the second time and only starting the effector if the variable is not set. But actually if it does consistently fire twice you don't even need that, you could do this little trick:
<Page DynamicData="..." Name="TriggerPage" OnShow="TriggerButton.OnPress="OnPress='' Parent.Trigger.Press=true" TriggerButton.Press=true">
<Button Name="TriggerButton" OnPress="">
<Button Name="Trigger" OnPress="... code to start timer">
</Page>