Jump to content

Typing Invokes Action (Input)


Recommended Posts

Two part question:

One: I am trying to figure out how to make an Input field invoke an action as the user types.

Second: Really, what I specifically need is for a button to show (from being hidden) if there is text in an Input field.

A decision is a powerful thing
Link to comment
Share on other sites

Two part question:

One: I am trying to figure out how to make an Input field invoke an action as the user types.

Second: Really, what I specifically need is for a button to show (from being hidden) if there is text in an Input field.

Search for examples of $EN_CHANGE which is the notification given when an edit is changed.

Otherwise you could simply have a check on the contents of the edit box in your 'idle' loop.

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

martin, man you rock!!! Seriously thanks so much! I'll look into that. Perfect direction

BTW, the click update thing you helped me with is amazing! I'm having tons of fun with it. I really like your idea and way you did how you can click a specific position in the ListView and it will know which column you selected. that's freakin' cool!

A decision is a powerful thing
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...