1. Jeff Gibson
  2. PowerBuilder
  3. Wednesday, 2 October 2024 18:34 PM UTC

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!

Roland Smith Accepted Answer Pending Moderation
  1. Wednesday, 2 October 2024 19:05 PM UTC
  2. PowerBuilder
  3. # 1

Do you mean how the System Tree, Clip Window, Output, and painter areas can be resized and moved/removed?

Comment
  1. Chris Pollach @Appeon
  2. Wednesday, 2 October 2024 20:38 PM UTC
Hi Jeff;

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
  1. Helpful
  1. Jeff Gibson
  2. Wednesday, 2 October 2024 22:02 PM UTC
I'm fully aware of how to use the treeview control. :-)



What I'm trying to determine is what is the style of window that is used for the system tree, search and clip windows.
  1. Helpful
  1. Chris Pollach @Appeon
  2. Wednesday, 2 October 2024 22:50 PM UTC
They are "custom" dialogues written in "C".

You could easily replicate this Look & Feel though using Child Windows & (if required) User Objects. ;-)
  1. Helpful 2
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.