Jump to content

Search the Community

Showing results for tags 'input box'.

  • Search By Tags

    • input box ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 5 results

  1. Hello! , I was wondering if something like this: is possible to in AutoIt? The search text will disappear ASA the user types a letter in the input box... Is it possible? How? Here is some code for you to work on: #include <EditConstants.au3> #include <GUIConstantsEx.au3> #include <WindowsConstants....
  2. Hi all, So ive had a form for a while now, which the input boxes don't always display correctly, easiest way is to show you so plz see example.png As you can see all the input boxes except for the third column are not showing correctly, if I hover my mouse over them they then do, which is what I...
  3. Hey all, I'm working on a script to read in values and write them to an array which increases with size as values are added from a GUI three at a time. at this time, I have the following script. #include <GUIConstantsEx.au3> #include <Array.au3> main() Func saveData($arr, $newData) If I...
  4. Hi! So im at a point where I can comfortably use the Koda interface, and i can manage my programs.. BUT..... i need information from a log file to be displayed in a disabled input box (so that way the user has no control over the content that is displayed)..... how does one do this? Note: I alre...
  5. Hi Again, I'm really stuck with this, I have a complex program now more than 3K lines, I'll only post the portion which is giving me a lot of headache. This slice of code will monitor where the active cursor is and when the user press enter it will call the function associated with the input f...
×
×
  • Create New...