Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
MDIClient resizing issie
OI 10.2.2 beta2 rel 20623 (Beta 1 rel 20605 is OK)
Can anyone confirm that they are also having this in in Beta2:
Open form then close it and the MDIClint window resize to top of ribbon.
then close
Can anyone confirm that they are also having this in in Beta2:
Open form then close it and the MDIClint window resize to top of ribbon.
then close
Comments
Not using the MDISize property.
Can you give me a hint as to what the command line should look like.
CtrlId = @Window:".MDICLIENT" Handle = Get_Property(CtrlId, "HANDLE") Send_Message(@Window:".OLE_SUBCLASS", "OLE.Subclass", Handle, CtrlId)
Should this go before or after the MDISize?
That worked, I did not have to use the MDISize.