Re: TreeViews in 2 different windows
- Posted by CChris <christian.cuvier at agriculture.gouv.fr> May 04, 2007
- 521 views
Rad wrote: > > Hi, > > TreeViews in 2 different windows opened simultaneously are interfering with > each other. > > Window1 has 2 child windows Window2 and Window3. > Window2 and Window3 have separate TreeView controls TreeView43 and TreeView44 > respectively. > Data is being loaded for both TreeViews in their respective window_onOpen() > procedures. > > The first window (Window1 or Window2) to open loads TreeView data properly. > If one tries to open other window while the first is still open, following > error > is displayed- > > Error Code 495 > getHandle failed. > > What could be the problem? > > Regards, > Rad. I'd need more code to understand what the problem can be, because plainly creating 2 treeviews in two different child windows which are both open, and loading them, doesn't seem to produce an error. I've never seen this error code before, except when playing with subclassed menus with the official version. CChris