Jump to content

Recommended Posts

Posted

im now creating an automated script for netscape 8.1 install.

the problem ive got is each window title is the same & once the first window has gone it will not carry on with my commands as I cannt put in a winwait active as its the same title it would be waiting for as the previous window.

what is the best way to work with windows that have the same title but you need to wait for each window before processing a command?

Posted

You could solve this by doing;

WinWaitActive("Windowtitle", "Some text the window contents").. I guess.

Steffen "crz" Jorgensenwww.crz.dkcrz@crz.dk

Posted

Hi,

or have a look at the classnames.

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

Posted

New version of Netscape then the last asked about. Did you consider silent install as ivan mentioned in your previous post here as you just used default button presses?

Posted

im now creating an automated script for netscape 8.1 install.

the problem ive got is each window title is the same & once the first window has gone it will not carry on with my commands as I cannt put in a winwait active as its the same title it would be waiting for as the previous window.

what is the best way to work with windows that have the same title but you need to wait for each window before processing a command?

WinGetHandle? :wacko:

Nomad :D

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