The program that I am developing has a minor problem. I'm using
Delphi III. The main form has a panel (Panel1) with Labels and Edit
boxes as well as other Standard inputs. This panel can be visible
when needed and then closed as needed. It functions properly.
I added an additional panel (Panel2) to the main form. Both panels
are invisible at runtime and become visible as needed.
My problem is that when I place a label on Panel2, the label will not
display when I make the panel visible. I added a TListBox below the
label and when I make Panel2 visible only the TListBox displays.
None
of the Labels display on Panel2, but the do display on Panel1.
Can anyone tell me why or what I'm doing wrong?
I need to be able to create a total of three panels because I don't
want to hide and unhide all of the input fields if they were on one
panel.
Any assistance would be greatly appreciated!