-
rknopman committed revision 50 to the Objectsheet SVN repository, changing 12 files.
2009-10-10 15:36:45 UTC by rknopman
-
The Objectsheet is a spreadsheet-like tool that organizes rows of cells into Javascript objects and organizes formulas, formats, styles, event handlers, etc. into "Templates". Benefits include analytical capabilities beyond the spreadsheet, better maintainability of models, and strong database-like analysis capabilities. Documentation is at http://richk.net/objectsheet
In this...
2009-03-26 06:44:21 UTC by rknopman
-
rknopman added the objectsheet0.6.3.zip file.
2009-03-26 06:32:32 UTC by rknopman
-
rknopman created the 0.6.3 file release.
2009-03-26 06:13:59 UTC by rknopman
-
rknopman created the V0..63 file release.
2009-03-26 06:13:27 UTC by rknopman
-
rknopman committed revision 49 to the Objectsheet SVN repository, changing 4 files.
2009-03-26 05:45:57 UTC by rknopman
-
rknopman committed revision 48 to the Objectsheet SVN repository, changing 12 files.
2009-03-20 14:15:19 UTC by rknopman
-
rknopman committed revision 47 to the Objectsheet SVN repository, changing 17 files.
2009-01-11 16:46:06 UTC by rknopman
-
We set up "self" to be a global variable so we can access it within eval strings in formulas. (not pretty, but it makes the api a lot less quote-ish). since MSIE already has "self" as an alias for "top", it collides with this usage. Need to think through how to provide the above behavior without this. Could rename "self", but that would be onerous and not look as good.
2009-01-06 20:47:20 UTC by rknopman
-
In FF3.0.4, mousing out of any menu item with a text cell causes the menu to time out and disappear. This is not the behavior of FF2.x.
2008-11-28 21:56:54 UTC by rknopman