Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] updating a caret without focus


Not really.  Why don't you use selection instead?



nosrema@xxxxxxxxxxx
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

01/18/2005 04:53 AM

Please respond to
platform-swt-dev

To
platform-swt-dev@xxxxxxxxxxx
cc
Subject
[platform-swt-dev] updating a caret without focus





I'm attempting to programmatically update the caret position of a
TextEditor that does not have focus. I'm developing on Eclipse
3.0.1/Win32 platform and the caret only displays when its
TextEditor gains focus.  Is there a mechanism that will visually update
a TextEditor caret without giving the editor focus?  A Win32 solution is
acceptable as that is my delivery platform.

Thanks,
Greg
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top