PtList Problems.

Hi all,

Here’s my problem.
I’m working on a Photon application using pure C, and I’m creating a PtList with a PtDivider child, which contains a bunch of PtButtons (in order to simulate a table). Underneath the PtList are a bunch of buttons.

Here is my problem. When I realize the window containing the list and the buttons, none of the widgets appear (the outline of the list and the divider appears, and the list entries appear). If I move the window offscreen and back onscreen, then all the widgets are drawn intact. Trying PtReRealize on any of the widgets doesn’t help. If I call PtWidgetToFront on the list, then for some reason, the buttons under the list are drawn.

Anyone have any suggestions on what I can do?
Thanks.
Marc