|
From: Kevin W. <sw...@wo...> - 2005-02-04 13:18:40
|
I get this behavior consistently in my Mac Tile application (VuMan) as w= ell. I am considering aliasing ttk::entry to a normal tk entry widget an= d seeing if that solves the problem. Users have complained about the lac= k of a cursor.=20 On 2005-02-04 02:57:27 -0500 Alexander Sch=F6pe <sc...@us...= ge.net> wrote: > Just my results: >=20 > () 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 % >=20 > The cursor doesn't apper while typing into the widget. > I can't see a red cursor. >=20 > Regards, > Alex >=20 > Am 04.02.2005 um 04:51 schrieb SourceForge.net: >=20 >> 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/?=20 >> func=3Ddetail&atid=3D111464&aid=3D1115785&group_id=3D11464 >>=20 >> 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 >>=20 >> Initial Comment: >> I have installed Tcl/Tk BI 8.4.9 on Mac OS X 10.3.7 >> Check this out: >>=20 >> () 1 % package require tile >> 0.6 >> () 2 % ttk::entry .e >> .e >> () 3 % pack .e >>=20 >> There will be no insert cursor in the TEntry widget. >>=20 >> You can "focus -force .e" or click in the widget the fuzzy blue >> highglight border will be display but no cursor >>=20 >> ---------------------------------------------------------------------= - >>=20 >>> Comment By: Joe English (jenglish) >> Date: 2005-02-03 19:51 >>=20 >> Message: >> Logged In: YES >> user_id=3D68433 >>=20 >> 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). >>=20 >> 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 ... >>=20 >> Lastly, Michael, could you investigate this? I'm presently >> Macless.... >>=20 >> ---------------------------------------------------------------------= - >>=20 >> You can respond by visiting: >> https://sourceforge.net/tracker/?=20 >> func=3Ddetail&atid=3D111464&aid=3D1115785&group_id=3D11464 >>=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reportin= g > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.= > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Tktable-tile-dev mailing list > Tkt...@li... > https://lists.sourceforge.net/lists/listinfo/tktable-tile-dev >=20 >=20 > |