MD Tsai wrote:
> Is there any reason the cursor disappears at this condition?
>
> Regards,
>
> Eric Tsai
>
I experienced similar behaviour once. The reason was that for other
reasons I had added a keypress-signal handler to my widget and this
handler swalloved some signals needed by the widget
I'm developing an instant messenger interface. Both message display and
input entry use textview.
When the conversation window loses focus and some messages comes to message
display area,
input entry's cursor will disappear when first time change focus back to the
conversation window.
At this tim