Dynamic Custom Activity
-
Tuesday, March 06, 2012 10:07 AM
Is there possible to make an custom activity that has a context menu item, that if clicked "does some action" and change some of the appearens of the activity ?, Like a icon or likewise.
All Replies
-
Wednesday, March 07, 2012 6:38 AMModerator
I think you're asking if it's possible to have a custom activity designer which
-has context menu items
-changes its appearance in coordination with some state set by context menu
These are both completely possible. It sounds like you might need to see some basic Activity Designer samples, learn more about WPF Binding, and also get some information on custom context menu items in Activity Designers in specific.
Tim- Marked As Answer by LeoTangModerator Tuesday, March 13, 2012 11:52 AM
-
Wednesday, March 07, 2012 8:42 AMThanks!

