Well took me along time to solve a dumb problem...
Never name your components with a space in between eg. " my name"
Should be "my_name", or "MyName" etc...
tiggzi allows names with spaces but if you attempt to use that named component to assign a value from an Event . It quietly errors and the rest of the events dont work !
Should consider not allowing spaces in names.