I'm trying to add a progress bar to a panel. So far I've tried to:
1.) Create the progress bar (using progressbar.New1) with the panel as the parent (in place of the form name). No luck.
2.) Create the progress bar on the same form as the panel (works fine) and move it onto the panel by changing the parent via formlib. No Luck.
Is it even possible to place a progress bar on a panel? (I've encountered the same problem with scrollbars.)
Gary
:sign0163:
1.) Create the progress bar (using progressbar.New1) with the panel as the parent (in place of the form name). No luck.
2.) Create the progress bar on the same form as the panel (works fine) and move it onto the panel by changing the parent via formlib. No Luck.
Is it even possible to place a progress bar on a panel? (I've encountered the same problem with scrollbars.)
Gary
:sign0163: