|
From: <sc...@us...> - 2005-02-01 17:32:55
|
Am 01.02.2005 um 18:23 schrieb Joe English: > > Alexander Schoepe wrote: > >> 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. > > The insert cursor (and, on Aqua, the fuzzy blue highglight > border) is only displayed if the entry widget has keyboard > focus. Try clicking on the widget, or using: > > focus -force .e > That's OK! I know that the widget must have focus to show up the insert cursor. But the insert cursor doesn't shows up - only the highlight border. Alex :-( > > --Joe English > > jen...@fl... > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > 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 > |