Jump to content

Recommended Posts

Posted

hello,

i have a gui with a

$oIE = _IECreateEmbedded ()

$ax = GUICtrlCreateObj($oIE, -2, -2, 950, 600)

_IENavigate ($oIE, @TempDir & "\live.htm")

ok now if i perform a

GUICtrlSetPos($ax,....

the previous shown homepage turns white. if i move a bit around the mousepointer,

the site turns back but some area stays white till i reload.

is there a way to supress turning white when change control position?

Posted

The control has to pass a request through the ActiveX interface for IE to redraw the browser-rendered graphics. The browser in turn may have to request parts from other apps, like Flash. It would appear that mouse movement triggers events that moving the control does not, but since an embedded IE is not meant to have a fully functional interface there may not be much you do about it.

:unsure:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...