Hi

I have a Scrolled ROText:

$scrolled   = $mw->Scrolled( 'ROText',
                            -relief => 'flat',
                            -borderwidth => 1,
                            -scrollbars => 'e',
                            -cursor => 'top_left_arrow',
                            -width =>200,
                            -height => 30,
                            )->pack( -side => 'top',  -expand => 1, -fill =>
'both', );


My problem is that there is this annoying thin blinking cursor that is
ruining the display.
ie, there is already a "top_left_arrow" cursor controlled by the mouse and
another
blinking cursor which the users of the software would think as a "point of
input" for
key-presses. And when they do, they get frustrated why its not inserting
text.

Is there a way to hide this blinking cursor?

Off hand, the only way for me to hide it is to change this Scrolled'
background to black
to match the color of this blinking cursor.. but black background is not
suitable for this
application.

thanks.

Dan
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to