I'm looking into mocking up a window similar to the way the System Tree is implemented within PowerBuilder.
My thought is that we're looking at a popup or child style window with the title bar turned off. I'm fairly certain it's of type child, because if I move a window in the painter over it, it slides in behind the system tree.
Any information from anyone that has been down the road, I would absolutely appreciate it!
For a Tree.. you can use the TreeView Control or the TreeView DataWindow. The PB Help has all the details on those. HTH
Regards ..> Chris
What I'm trying to determine is what is the style of window that is used for the system tree, search and clip windows.
You could easily replicate this Look & Feel though using Child Windows & (if required) User Objects. ;-)