You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
In the project,We use flex-iframe to display the PDF file.
Source is as follows:
flex_iframe:IFrame id="iframeLf" overlayDetection="true" source="{firstInputModel.loadOutputVO.loadCaseList.getItemAt(firstInputModel.currentIndex).firstInputJpgPathLf}" width="763" height="1057" x="0" y="-10" cachePolicy="off"
When the picture transfer,We see through the FlashProfile tool,picture Memory is not released,repeated operation,memory rising.
We use the following source clear Frame,but failed
(pages.getElementAt(0) as FirstInput).iframeNl.removeIFrame();
The text was updated successfully, but these errors were encountered: