Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

OI10 & Tab Control

2»

Comments

  • edited October 30
    Hopefully I can explain an issue with this upgrade.

    A form's design visible property is set as 'normal' , then when it is then run from mdi_child the mdi client area resizes to the top of the monitor showing the form and then sizes back to normal.

    If the same form's design visible property is set to hidden, then this issue does not occur.

    Very annoying especially on a slower pc (faster PC would be a flash longer that the normal flash issue we are seeing)
  • It sounds like you are talking about the flicker I mentioned. The reason the flicker occurs is because OI is trying to size the MDICLIENT based on its cached information, and then the Ribbon responds by correcting it. I've tried ways to eliminate this, like setting the official SIZE property, but this doesn't work correctly when called from outside the presentation server. I can't ask Revelation to fix this because MDI is no longer supported by Microsoft or Revelation.

    I'll look into an event based approached instead the puts the onus on the developer to reposition all controls when needed.
Sign In or Register to comment.