Jump to content

Recommended Posts

Posted

I need function to wait some time after "onselectstart event and then succesfully return without doing anything - to not disturb process of selection

_IEHeadInsertEventScript($oIE, "document", "onselectstart", "document.setTimeout( , 3333); return true")

but this do not wait - is there is "sleep(timeout)" equivalent in java script?

Posted

i'm interact with embedded IE and i'm change focus after mouse entering ListView frame. But if selection is made in this moment, its failing because of change focus, so i want to wait some time to let selection be successful.

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...