PDA

View Full Version : imageWindow and imageWindowToolbar relationship



zuilin
November 1st, 2020, 00:40
Can someone please help me understand the relationship between imageWindow and imageWindowToolbar? I am modifying imageWindowToolbar and need to trigger updateToolbarVisibility(). I can't find any combination of super. or parentcontrol. or anything that seems to work. If I knew how many levels or if it was even possible, I might have a fighting chance.

Thanks.

Moon Wizard
November 1st, 2020, 00:51
The toolbar is actually a subwindow control with a window instance and a bunch of controls within. Within the toolbar window, there is a getImage() function that will get the image control in the image window from the toolbar window.

Regards,
JPG