i'm having difficulty finding a good example or info on wiring up dynamically created controls. i understand adding, say, a single button:<BR><BR>declare webcontrol<BR>OnInit > add ...
Application code needs to raise events and respond to them. The MessagingCenter makes this whole process much simpler than standard .NET events. Tightly coupled systems are a nightmare to deal with.
I have a set of options in a submenu. It's possible to specify the same event handler for all of them, in this case to check/uncheck them when they're clicked. The thing is, I'm not sure if I have the ...