Alex
Member since Jan 22, 2010
- Profile: /members/5240-alex.htm
- Comments: 2
Recent Blog Comments By Alex
-
Creating UI Elements With Low-Coupling And Conditional Event Handling
Posted on Jan 22, 2010 at 12:29 PM
@Ryan Well, I might be not expressed my thoughts correctly. What I've had in mind is showLabelClicked event. This way you can distinguish message sender, and message dispatcher will correctly send event to subscribers.... read more »
-
Creating UI Elements With Low-Coupling And Conditional Event Handling
Posted on Jan 22, 2010 at 7:56 AM
Hi Ben! I agree with Michael, your approach is a bit confusing for me. In regards to labels and buttonClicked event. I'd say you have to broadcast message showLabel(Info/Description/etc) instead. ButtonClicked event is already tracked by DOM and you have to issue application specific messages,... read more »