Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
(BUG!) Using SRP Panel Control with with SRP Tab Control
HI,
I have an OI form with two panels in it.
The first panel contains a form, added using the SetForm method. The second panel also contains a form, but as you can see, the form isn't displaying correctly. I think it has to do with the fact that the form has tabs (SRP Tab Control). The form displaying incorrectly seems to be displaying whatever happens to be behind the form containing the two panels -- in the case of the screenshot above, SRP Editor was open behind the form containing the two panels.
Could you please look into this and fix.
Thanks
I have an OI form with two panels in it.
The first panel contains a form, added using the SetForm method. The second panel also contains a form, but as you can see, the form isn't displaying correctly. I think it has to do with the fact that the form has tabs (SRP Tab Control). The form displaying incorrectly seems to be displaying whatever happens to be behind the form containing the two panels -- in the case of the screenshot above, SRP Editor was open behind the form containing the two panels.
Could you please look into this and fix.
Thanks
Comments
I found the cause. This problem is caused by the FlickerFree property of the tab control being true. I set it to false, and it works.
You should try to fix this, because we might need FlickerFree to be true for other reasons.