Preliminary results from trying TABULA under JGTK... JVERSION Engine: j701/2011-01-10/11:25 build: Feb 6 2011 16:16:29 Library: 7.01.055 Platform: Darwin 64 Installer: j701a_mac64.dmg InstallPath: /Applications/j64-701
Firstly, I'm amazed at what *does* work. Bill is doing a great job here. To get TABULA going as it stands needs a patch or two: require 'gui/gtkwd' load 'math/tabula' [get message saying not supported under j7] cocurrent'tab' JVERSION=:'' NB. to defeat the 'j7' test erase 'wd' NB. kill the 'tab' locale's "tooled" version of wd start'' NB. try launching it again The appearance of the TABULA window is very nearly right. But... ++ Ttable and Info tab contents are swapped (however can this happen?) ++ The 'panel' control of 'Ttable' (which appears under 'Info') is defined like this: xywh 5 16 244 100;cc panel listbox ws_vscroll lbs_multiplesel rightmove bottommove; ...multiple selection doesn't work, nor it seems do any of the attributes, ...selection is cleared when it shouldn't be (I need to probe deeper here) ...unicode chars (box corners) don't show correctly. ++ listboxes don't show vertical scrollbar ++ There's a name confusion over what is the "parent" form, when there are tabs. Thing begin to work if I assign (eg) tab_cappend_button to: consts_cappend_button, and so on. I suspect most of the other bugs will disappear when this last bug is fixed. I'll try to analyse them deeper, but the following bug is hindering me... On failure of wd, wd1_gtkwd_ crashes before it can report the reason. This is because it calls 13!:8[3 in its last-but-one line --which gives a domain error on my Mac. (...has this been fixed recently and am I running a back-level JGTK?) GTKVER --gives value error. (I don't know how to get this info.) ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm