J
James Palmer
Guest
There's probably a really simple answer to this problem but I'm struggling to find it. I have some code in our application that walks the procedure tree (session:first-procedure) and reports back various bits of info on the procedures so we can track down runtime issues. It works really well, except for when you have various windows that call each other. It only shows the first window. The code uses myHandle:NEXT-SIBLING to traverse. I've tried using FIRST-CHILD but get a message saying that's an invalid property for procedure handles. So how can I find the children? I've attached some code that shows the issue. If you run 1.w and then hit the button in 3.w it only reports 1.w in the output. (Please visit the site to view this file)(Please visit the site to view this file)(Please visit the site to view this file)
Continue reading...
Continue reading...