-
Sorry for mistake, in Document.java it should by content-type with encoding not ?xml tag.
2007-08-18 16:54:24 UTC in HelpSetMaker
-
Even if UTF-8 is set as default project encoding and charset of exported files there are errors in output files. STML is correctly encoded. In order to get it work properly I belive that you should change file OutputCreatorThread.java line 70 to:
return new InputStreamReader(new BufferedInputStream(new FileInputStream(peng.getAbsoluteSTMLFilename(dtn))),charset);
and also add this code near...
2007-08-18 12:20:06 UTC in HelpSetMaker
-
When in ff I go to the last line of TextArea component with Ctrl+End textArea.getCursorIndex() gives something about 10 times less then textArea.getText().length(), if last line is pointed using mouse it's "just" 10% less then it should be.
2007-05-21 18:03:05 UTC in ThinWire Ajax RIA Framework
-
When I'm using GridBox on Dialog with TableLayout everything is fine, problem starts when I'm putting Panel with TableLayout on another Panel but with SplitLayout. It happens only with FF.
2007-04-16 16:01:18 UTC in ThinWire Ajax RIA Framework