Hi,
I have a class uiTreeCtrl that derives CTreeCtrl, and adds some application
dependent functionality.
I have another class uiTreeWorkShell, that has a CTreeCtrl object member. The
basic function of this class is to display a tree on left side and show a page
on right side depending on the selected item.
I am trying to use a uiTreeCtrl object instead of the CTreeCtrl object in
uiTreeWorkShell.
The uiTreeCtrl has a function OnSelChanged which is called whenever selection
in the tree changes.
The uiTreeWorkShell also has a function OnSelChanged that gets called whenever
selection in its CTreeCtrl object changes.
The problem i am facing is that, when I use the uiTreeCtrl object, only the
function uiTreeCtrl::onSelChanged gets called not the
uiTreeWorkShell::onSelChanged.
Is there anyway in which both the function get called.
Thanks,
chetan
---------------------------------
Need a vacation? Get great deals to amazing places on Yahoo! Travel.
[Non-text portions of this message have been removed]