Hello,
Our PB Application is built from many Datawindow that hold Object shapes. This Application is working and running just fine for a long time. I am trying to use data from its Datawindow Objects to redraw them. I wondering if anyone knows of a way to tell which Shape is stacked in front or behind. Powerbuilder is not the most Graphical environment I know I figured that there has to be a way for the Datawindow to know the order. I could not find anything in the documentation or source code. Currently my best idea was to index the control based on there order of appearance when listed with :
ls_describe="DataWindow.objects"
ls_objects = idw_location.describe(ls_describe)
That method does not produce correct results.
Thanks,
Shai
In this Image, I would like to know that a 'Reducer Gear Box' should be drawn on top off the 'Torque Tube' Control and not the other way around.