Opened 12 years ago
Last modified 2 years ago
#2830 assigned Feature Request
GuiCtrlRead() - in advanced mode with Combo,List return all values
| Reported by: | Zedna | Owned by: | Jon |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
According to helpfile for GuiCtrlRead()
http://www.autoitscript.com/autoit3/docs/functions/GUICtrlRead.htm
I think it would be great help for coders to add possibility to get all values from Combo,List in GUICtrlRead() in advanced mode, especialy for Combo, because in GUICtrlSetData() for Conbo there needs to be set also list of all values in some cases (reset selected value and retain list of values). Now it can be done just by using UDFs functions or by using helper global variables holding/remembering all values in script.
All values should be separated by "|" or GUIDataSeparatorChar()
Attachments (0)
Change History (2)
comment:1 by , 5 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 2 years ago
| Owner: | changed from to |
|---|

fix sent to Jon