Forum Discussion
tristaanogre
7 years agoEsteemed Contributor
I don't think, honestly, that it's a good practice to explicitly call a handler routine inside another handler. Each handler needs to handle it's event.
Marsha_R
Champion Level 3
7 years agoI agree with tristaanogre
It's caused two problems doing it this way, because now we can't tell which handler is doing what.
- RUDOLF_BOTHMA7 years agoCommunity Hero
Might it in some way be something similar to this Previous post ?
- kakabubu7 years agoContributor
RUDOLF_BOTHMA
Thank you. I saw that discussion, but I didn`t find it useful in my case.