TextArea component

Dear Sirs,I can set the textArea component initial focus on and off when I am building the application. But what I want is set the focus on at runtime. Is there some method to accomplish this goal?Thank you,Manuel Braz
[246 byte] By [pccruzadasa] at [2007-11-26 16:00:11]
# 1
Yes, with the component selected in the designer, you can find a "Set Initial Focus" item via the design screen context menu (or by selecting the body component in outline, use drop down in the properties sheet "focus" property for the desired component).regards,/krys
3431603a at 2007-7-8 22:21:31 > top of Java-index,Development Tools,Java Tools...
# 2

Thank you Krys for your tip, but as you can see thrue this link www.pccruzadas.com when you type a message I don't want you to go for the top of the page, I want you to remain in the tesArea and see the message I put there after you click the button. Sory for my English.

Regards

Manuel Braz Perdig鉶

pccruzadasa at 2007-7-8 22:21:31 > top of Java-index,Development Tools,Java Tools...
# 3
To set the focus on a text area component after pressing e.g. the submit button, include in the button's event handlerbody1.setFocus("form1:textArea1");/krys
3431603a at 2007-7-8 22:21:31 > top of Java-index,Development Tools,Java Tools...