chetan verma wrote: > 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
I'm somewhat confused. Got some code that we can see that demonstrates the problem? -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
