On Feb 11, 2004, at 5:42 AM, Toma Tasovac wrote:


Any pointers would be greatly appreciated.

Check out: Revolution/Sample Stacks/xmltree-view.rev


There is no tree-view control in Runrev. You have to create the tree formatting yourself using the htmlText of a field.

That's very different than in other languages where there is a tree-view control, and model-view-controller pattern, so the treeview requests the nodes it needs to display from the data source. Like in Cocoa one of the messages:

- (id)outlineView: (NSOutlineView *) ov objectValueForTableColumn: (NSTableColumn *) tableColumn byItem: (id) node

Anyways that's not exactly what you were asking.

--
Alex Rice | Mindlube Software | http://mindlube.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to