Why would you ever want to create a button dynamically?
A button seems like a pretty concrete thing to have in an application; it requires you to implement code that handles its events....and usually we want a button to perform a specific task (really I can't think of a case where this doesn't happen).
So why would anyone want to create a button dynamically?
-Frinny
A button seems like a pretty concrete thing to have in an application; it requires you to implement code that handles its events....and usually we want a button to perform a specific task (really I can't think of a case where this doesn't happen).
So why would anyone want to create a button dynamically?
-Frinny
Comment