A question in front of any own coding efforts: Why these nice store() and structure() methods gone ? Are they superseeded by something? What i'am missing here?
The Store() method was too buggy, and with no good way to fix it in sight, I had to drop it.
Compiling the "GetAs-Strings" together "by hand" seems to me less comfortable then doing this automagically by store() or structure().
I agree that building GetAs() strings manually is "less comfortable" as you say, but I'm afraid that for now it's the only option in MK. And to be fair: it's not *that* hard, after all the description string uses a very regular format.
One trouble spot is adding a view which has no rows, but *does* have column definitions. There is no good way to extract that info properly right now. Another issue is adding a view with subviews which do not all have exactly the same structure. These are artefacts of the original design, with attached vs. unattached views - and they mess things up badly, so instead of supporting what are really design flaws, I decided to drop them for now.
-jcw
_____________________________________________ Metakit mailing list - [EMAIL PROTECTED] http://www.equi4.com/mailman/listinfo/metakit
