I have previously reprinted the full screen processing method of others and used it myself. However, since my camera is slippery, I found that the display area is not full screen after opening the integrated cover, statuspane and CBA run again... I have been depressed for a long time. I also found a lot of information on the Internet and still did not solve the problem ..
In an article, I saw that setrect (arect) has the function of obtaining the current customer zone. I thought about whether the function will be called again when it is integrated and then opened. So I looked for it, finally in container. the handleresourcechange () function in the CPP file is found, so you can add setextenttowholescreen (); to the end of the function. You can test it. I would like to share it with you.
Void cothellocontainer: handleresourcechange (tint Atype) <br/>{< br/> ccoecontrol: handleresourcechange (Atype); <br/> setrect (iavkonviewappui-> View (tuid :: UID (eothellocontainerviewid)-> clientrect (); <br/> // [[begin generated region: do not modify [generated contents] <br/> setextenttowholescreen (); <br/> //] End generated region [generated contents] </P> <p>}