Page 1 of 1

load ExtJs page before "frame.setVisible(true)"

PostPosted: Wed Jul 19, 2017 9:01 pm
by Leifstart
Hi,
I'd like to open several frames which were embedded a remote Extjs page in, but it costs a lot of time to do it.
So I'm trying to load remote pages before frames were visible.When I click a button, the frame will be visible.
But it still takes a lot of time to open the remote Extjs page after I call "frame.setVisible(true)".
How to implement the requirement?
Thanks.