Jump to content

How can i manage the popup window?


yangmo
 Share

Recommended Posts

This is the pic...

Posted Image

when installing illustrator ,this window poped up......I wrote the following script to kill it,but the way didn't work...

Please help me!!! :whistle:;):P

this is my script to kill the window:(but the window wasn't killed)

WinWaitActive("Adobe Illustrator CS 安装程序","QuickTime 6")

sleep(1000)

send("{enter}")

地球人都知道走人要厚道!---Human being all know that it is important to be a generous man...

Link to comment
Share on other sites

Hi,

test it with a loop If Winactive(..) Then MsgBox(..)

Play a little bit with opt("WinTitleMatchMode", 2 or 4)

Good luck!

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Hi,

test it with a loop If Winactive(..) Then MsgBox(..)

Play a little bit with opt("WinTitleMatchMode", 2 or 4)

Good luck!

So long,

Mega

would you please give me a example?

I have read the instruments,but i couldn't understand what it mean...

地球人都知道走人要厚道!---Human being all know that it is important to be a generous man...

Link to comment
Share on other sites

would you please give me a example?

I have read the instruments,but i couldn't understand what it mean...

HI,

use Autoit Window Info to get the title of your window.

Then try to reacte on it like:

opt("WinTitleMatchMode", 2)

while 1

If WinActive("The Title") Then MsgBox(0,"","Yes")

Sleep(100)

wend

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

HI,

use Autoit Window Info to get the title of your window.

Then try to reacte on it like:

opt("WinTitleMatchMode", 2)

while 1

If WinActive("The Title") Then MsgBox(0,"","Yes")

Sleep(100)

wend

So long,

Mega

Hey,big brother...problem solved,great thanks to you!!!happy!!!

地球人都知道走人要厚道!---Human being all know that it is important to be a generous man...

Link to comment
Share on other sites

Hey,big brother...problem solved,great thanks to you!!!happy!!!

Hi,

thanks. Glad that I could help you out.

So long,

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...