weinma
15-07-2010 22:28:59
Hi! Another noob question.
I have a layout where everything works fine except the edit box. The mouseover reacts fine on the box, but i can't type any text or see the blinking cursor if i click in it.
It also seems that it doesn't stay focused when i click on it. I inject all the input events (except frame entered) for sure. Do i need a delegate and handle this on my own or activate it somehow ?
Sorry but i can't find alot of docu on this isue. If I test the layout in the editor it works fine. Any Ideas ?
regards
I have a layout where everything works fine except the edit box. The mouseover reacts fine on the box, but i can't type any text or see the blinking cursor if i click in it.
It also seems that it doesn't stay focused when i click on it. I inject all the input events (except frame entered) for sure. Do i need a delegate and handle this on my own or activate it somehow ?
Sorry but i can't find alot of docu on this isue. If I test the layout in the editor it works fine. Any Ideas ?
<Widget type="Edit" skin="Edit" position="152 88 248 32" name="PASSWORD_EDIT">
<Property key="Edit_Password" value="true"/>
<Property key="Edit_ReadOnly" value="false"/>
<Property key="Edit_MultiLine" value="false"/>
<Property key="Edit_MaxTextLength" value="20"/>
<Property key="Widget_Visible" value="true"/>
<Property key="Widget_Enabled" value="true"/>
</Widget>
regards