This is a bit tricky if the entities have the same name (row
column:'one'/'two' ... is called two times, for every row
('first'/'second'))
This may work:
|browser aCollection aDictionary|
Transcript clear.
aCollection := OrderedCollection new add: 'one'; add: 'two'; add: 'three';
add: 'four'; you
Hi All
Below is a simple example of my problem.
Unless I am missing something, shouldn't the second row of items have
'second' as their tab (title) names?
|browser aCollection aDictionary|
aCollection := OrderedCollection new add: 'one'; add: 'two'; add:
'three'; add: 'four'; yourself.
aDicti