Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » FormText robustness?
FormText robustness? [message #455863] Fri, 20 May 2005 18:06
Brian Thomson is currently offline Brian ThomsonFriend
Messages: 18
Registered: July 2009
Junior Member
I am working with an application that wants to display rich text and
images, and FormText appears to have adequate function. The problem is
that FormText doesn't tolerate syntax errors in its input, even minor
ones like missing an end tag. Instead of getting some reasonable partial
or approximate output, you get an exception and nothing.

It would be good if it were more forgiving because the content is not
static and so can't be QA'ed along with the code.

What are the options? With FormText today I can't set the
continue-after-error feature through the underlying
DocumentBuilderFactory, would that be a reasonable extension?

Brian
Previous Topic:Opening non modal window
Next Topic:removing child widget from composite; inserting widget in middle of others
Goto Forum:
  


Current Time: Tue Apr 23 06:12:03 GMT 2024

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

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

Back to the top