Jump to content

Auto Sort for List Box


Digisoul
 Share

Recommended Posts

Maybe _GUICtrlComboBox_AutoComplete? In the help file for this command you will find a complete example.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

Use an Input control with a Listbox.

As for how to make it work, take a look at HotKeySet("{Enter}", "some_Function") and ControlCommand(). Enter the text, hit Enter and if the string in the input box is not found in the Listbox then add it. You will probably want to use the $LBS_SORT style for the listbox.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Use an Input control with a Listbox.

As for how to make it work, take a look at HotKeySet("{Enter}", "some_Function") and ControlCommand(). Enter the text, hit Enter and if the string in the input box is not found in the Listbox then add it. You will probably want to use the $LBS_SORT style for the listbox.

Please see the example image, or check any "Font Select Dialog",you will see there is no need to hit enter, i successfully create the list with combo but its not working properly, because its never select any index in List nor its filtering the index.

73 108 111 118 101 65 117 116 111 105 116

Link to comment
Share on other sites

Then leave out the HotKey() part. All you want to do is see if the contents of the input matches a complete string in the listbox and if not, add it.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

Then leave out the HotKey() part. All you want to do is see if the contents of the input matches a complete string in the listbox and if not, add it.

I got your idea but wats about filtering ?

i mean if user write "P" the list should sort the items which start from "P" ?

73 108 111 118 101 65 117 116 111 105 116

Link to comment
Share on other sites

I got your idea but wats about filtering ?

i mean if user write "P" the list should sort the items which start from "P" ?

I'll play with it later and post the code if someone else doesn't get it first. I'm going to be tied up here for a while.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Link to comment
Share on other sites

I'll play with it later and post the code if someone else doesn't get it first. I'm going to be tied up here for a while.

I will wait.

i will also try to figure it out.:D

Edited by Digisoul

73 108 111 118 101 65 117 116 111 105 116

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