- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey guys!
I am missing something simple here.
I have one rollout with a textbox _name inside and a button. So on click in this button we call a function like fn EditName= that need to insert some text in this textbox _name...
So if I put the function before the rollout I will not receive the error about an undefined function but I will receive the error undefined button!!! Even I put the function after the rollout I will not receive the error undefined button but now I will receive the error undefined function.
One way that I can solve it is putting the code of this function inside the rollout button on pressed. But I will need to call this same functions in other parts of the code so doesn't make sense to do it.
What I am missing here?
Thank you
Solved! Go to Solution.