I have extended the Component class for my custom component in webtop which is invoked as a menu item in webtop.
I have added a Submit button in the component. On clicking of submit button , it invokes a custom function in the Class .
I want to display the messages which are occuring in the custom function in say a label or text box in the component window.
However I am finding that only after the custom function is returning , the message is getting printed in the label or text box. Is there a specific control to use or the messages can be displayed in a label or text box ?