wolfgang,
I never imagined a table of such a size in a tiddler! It is very good that 
you brought it up to me. I agree those issues are indeed some things to 
think about. For things like collaborating with the addon or other plugins, 
large table formatting, etc., I still have not much idea of them. Will 
spend some time and see what I can do. Here are a few quick fixes to 
correct some of the issues you mentioned.

TableEditor 1.2.6 http://qmowcy2.tiddlyspace.com/#TableEditor
TableCalculator 0.6.11 http://qmowcy2.tiddlyspace.com/#TableCalculator


   1. The undefined result from COUNTA() function.
      - The undefined was resulted from a misinterpretation of the number 0 
      as an empty string or null (I am not sure which) somewhere in the 
      evaluation process.
      - Fixed by returning a string '0' instead of number 0 to avoid the 
      misinterpretation.
   2. The cell reference issues (missing-by-one-row/column and 
   mis-adjustment upon copy-and-pasting).
      - This was caused by ignorance of 'th' cells (those that start with 
      an exclamation mark "!") in the reference/dereference but not in the 
      evaluation codes. (Well, I didn't even know there are two kinds of table 
      cells...:-))
      - It is fixed, hopefully, by including 'th' cells in the 
      reference/dereference codes.
      - *You may need to correct the cell references in your tables.* (Sorry 
      for that!)
   3. The edit box width issue.
      - Minimum edit box width (in characters) can be specified in the 
      system option txtTEditorMinEditWidth (default is 8).
   
Thanks again for the very useful comments and suggestions.
Vincent

On Sunday, August 19, 2012 3:55:55 AM UTC+8, wolfgang wrote:
>
>  
>
>> Or renaming B vitamins (B1, B2,..) in the table header and first column 
>> to 'C's. 
>>
>
> Just now mentioned it also replaced one number higher on each of the B 
> vitamin numberings. Must have happened by adding a row and column? Also a 
> few links in the main menu haven't been updated. No time to correct 
> everything now, but YourSearch will find everything..
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/sIqGCK_NQBQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to