Jump to content

Help with GUI input


ubetchabob
 Share

Recommended Posts

Just discovered this program last week and have been playing around with it. I've wrote a simple script to do what I need.

If WinExists("BluVista")Then

WinActive("BluVista")

SendKeepActive("BluVista")

$i = 0

Do

send("{F8}")

sleep(1000)

send("{enter}")

$i = $i + 1

Until $i = 5

EndIf

I would like a simple GUI with an input value that relates to the $i=5 and a start button; just not quite sure how to do it.

Any assistance is greatly appreciated

Edited by ubetchabob
Link to comment
Share on other sites

Just discovered this program last week and have been playing around with it. I've wrote a simple script to do what I need.

If WinExists("BluVista")Then

WinActive("BluVista")

SendKeepActive("BluVista")

$i = 0

Do

send("{F8}")

sleep(1000)

send("{enter}")

$i = $i + 1

Until $i = 5

EndIf

I would like a simple GUI with an input value that relates to the $i=5 and a start button; just not quite sure how to do it.

Any assistance is greatly appreciated

Look up GuiCreate and GuiCtrlCreateButton in the help and play with the examples for them.
Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
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...