Fire User Event |
Post Reply |
Author | |
jimmy
Senior Member Joined: 11 November 2003 Location: Austria Status: Offline Points: 515 |
Post Options
Thanks(0)
Posted: 17 January 2014 at 6:14am |
Hello,
is there a way to fire a event in software, to show 2 diff pictures. C++ Sample OnTimer() { if (val++ & 1) DrawBitmap(pic1); else DrawBitmap(pic2); } How can i solve this in XAML / Markup. ??? OnTimer() { if (val++ & 1) pMarkupContext->FireEvent("Picture1"); else pMarkupContext->FireEvent("Picture2"); } Best regards Johann |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |