|
From: <sc...@us...> - 2005-02-04 07:57:46
|
Just my results:
() 1 % package require tile
0.6
() 2 % ttk::entry .e
.e
() 3 % pack .e
() 4 % .e configure -insertcolor
-insertcolor insertColor Foreground {} {}
() 5 % .e configure -insertcolor #FF0000 -insertwidth 5
() 6 %
The cursor doesn't apper while typing into the widget.
I can't see a red cursor.
Regards,
Alex
Am 04.02.2005 um 04:51 schrieb SourceForge.net:
> Bugs item #1115785, was opened at 2005-02-03 14:02
> Message generated for change (Comment added) made by jenglish
> You can respond by visiting:
> https://sourceforge.net/tracker/?
> func=detail&atid=111464&aid=1115785&group_id=11464
>
> Category: tile
> Group: None
> Status: Open
> Resolution: None
> Priority: 5
> Submitted By: Alexander Schoepe (schoepe)
>> Assigned to: Michael Kirkham (muonics)
> Summary: TEntry missing cursor OS X Aqua
>
> Initial Comment:
> I have installed Tcl/Tk BI 8.4.9 on Mac OS X 10.3.7
> Check this out:
>
> () 1 % package require tile
> 0.6
> () 2 % ttk::entry .e
> .e
> () 3 % pack .e
>
> There will be no insert cursor in the TEntry widget.
>
> You can "focus -force .e" or click in the widget the fuzzy blue
> highglight border will be display but no cursor
>
> ----------------------------------------------------------------------
>
>> Comment By: Joe English (jenglish)
> Date: 2005-02-03 19:51
>
> Message:
> Logged In: YES
> user_id=68433
>
> Does the cursor appear if you type stuff into the entry?
> *Can* you type stuff into the entry? What does [.e
> configure -insertcolor] return? If you use [.e configure
> -insertcolor #FF0000 -insertwidth 5], does anything appear?
> (Should see a very thick blinking red cursor).
>
> It's possible that when the insert cursor is at the left
> edge of the field, it's overwritten by the entry border.
> That's all I can think of ...
>
> Lastly, Michael, could you investigate this? I'm presently
> Macless....
>
> ----------------------------------------------------------------------
>
> You can respond by visiting:
> https://sourceforge.net/tracker/?
> func=detail&atid=111464&aid=1115785&group_id=11464
>
|