>
> As an example: currently when you scan a directory, there are two treeviews
> which are populated: the left one with the entire directory structure (only
> dirs), and the right one with the contents of the currently selected dir
> (much like windows explorer). If you scan another dir, the treeviews are
> wiped and all references to the previous scan are wiped too. My aim is to,
> instead of wiping all that, keep it and open a new tab (with another two
> treeviews), show the new catalog in that new tab, and be able to switch
> between tabs and vieweing both catalogs at the same time.T
>
hmm... what about:
http://www.sqlobject.org/SQLObject.html#sqlobject-class
http://www.sqlobject.org/SQLObject.html#transactions
http://www.sqlobject.org/SQLObject.html#dynamic-classes
To be honest, I do not have experiences with this, but it looks the
way to go ...
|