30 Apr 22:09
TableDescription questions
From: Dario Trussardi <dtrussardi <at> tiscali.it>
Subject: TableDescription questions
Newsgroups: gmane.comp.lang.smalltalk.smallwiki
Date: 2008-04-30 20:13:32 GMT
Subject: TableDescription questions
Newsgroups: gmane.comp.lang.smalltalk.smallwiki
Date: 2008-04-30 20:13:32 GMT
Hi All,
i have my ApplicationModel with some
description.
Now i'm interested to display a small table based
on TableDescription and TableMode.
I define the descriptionTable
descriptionTable
^MATableDescription
columnsLabels: OrderedCollection ..........
columnsLabels: OrderedCollection ..........
rowLabels:
OrderedCollection .............
selectorAccessor:
returnTableModel
beReadonly
Now my problem is:
i can't
not know the rowLabels: OrderedCollection......
definition because it depend on the my istance of
ApplicationModel.
Questions:
A) How i can dinamic update the
rowLabels after the descriptionTable builder ?
B) How i can dinamic update the
data of the table ?
Now when the
data of the table change when press the save buttons the system create error :
Input is conflicting with current modification.
But the table
is readonly.
Any
pointers would be greatly
appreciated!
Thanks!
Dario
_______________________________________________ SmallWiki, Magritte, Pier and Related Tools ... https://www.iam.unibe.ch/mailman/listinfo/smallwiki
RSS Feed