-
I find that the WRAP version of the default text rendering handles newlines in the string correctly, but the non-WRAP version truncates width based on the width of the entire string, rather than handling the embedded newlines by breaking up the strings. I believe the problems are in drawTextVerticalAlign in SWTX.java.
2009-03-04 23:29:16 UTC in KTable
-
I've gone ahead and done the horizontal scrolling as well, and I've tested 16G by 16G.
The only thing I see left to scale up to 64 bits are the sorting routines, and I'm not sure it makes sense to do that in a viewer. The current code test case uses an in memory vector for the sorted data, and it has integer range. An alternative, I guess, would be just perform the sort on some subrange...
2009-02-21 23:06:33 UTC in KTable
-
I found that the current version of KTable runs into its signed integer range limits long before what one might expect to be at 2G. For example, just go into examples and change number of rows to 2G, and then scroll around and select some cells.
I was able to, in 1 day, go through and change a bunch of integers to longs, create a LongPoint and LongRectangle, and do some scaling of the...
2009-02-21 15:21:57 UTC in KTable
-
My bad. The file needed to be generated with
UpdateMunged.py -d src -s include/tnfxsvnrev.h -c "-f 4 -c include/FXErrCodes.h -t TnFOXTrans.txt"
and the .py suffix apparently wasn't mapped properly to execute python in my environment.
2007-09-28 05:29:45 UTC in FOX for Tn
-
0.87 includes are missing tnfxsvnrev.h, needed to build Process.cxx.
2007-09-28 04:57:01 UTC in FOX for Tn