Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Text widget which could display large text document
Text widget which could display large text document [message #465980] Wed, 28 December 2005 03:04 Go to next message
Eclipse UserFriend
Originally posted by: winters.mi.gmail.com

Hi All

Now I am trying to implement an RCP application to handle text document.
But when displaying large text document like 2M, the GUI would hang
and freeze.

Would you guys please give me some suggestion about such text widgets
which could display large text document?

Thank you very much in advance!

Regards,
Jia Mi
Re: Text widget which could display large text document [message #466009 is a reply to message #465980] Wed, 28 December 2005 19:10 Go to previous message
Daniel Spiewak is currently offline Daniel SpiewakFriend
Messages: 263
Registered: July 2009
Senior Member
Just a guess, but it sounds like you're trying to open the document in the event dispatch thread. Open the document in a new thread and update the UI using Display#syncExec(Runnable) You shouldn't have any problems then.
Previous Topic:MS Office 2003 task pane
Next Topic:SWT and Antialiasing
Goto Forum:
  


Current Time: Fri Apr 26 12:56:55 GMT 2024

Powered by FUDForum. Page generated in 0.03282 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top