How to display Dictionary using TreeModel
Feb. 9, 2016
8:34 p.m.
Hi, all! I have OrderedCollection of Dictionaries and I want to display content of each Dictionary using TreeModel. I wrote these code, but it doesn't work correctly. And I get some errors. mt := TreeModel new. mt roots: (collectionFirst select: OrderedCollection new); childrenBlock: [ :item | item ]. mt openWithSpec. (This is screenshot of my work) <http://forum.world.st/file/n4876653/ScreenPharoTreeModel.png> I need to show each pair of Dictionary in new node. Can you help me, please? -- View this message in context: http://forum.world.st/How-to-display-Dictionary-using-TreeModel-tp4876653.ht... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.
3825
Age (days ago)
3825
Last active (days ago)
0 comments
1 participants
participants (1)
-
Khrystyna Mykhailiuk