Opened on Aug 8, 2014 at 3:37:49 PM
Last modified on Mar 16, 2024 at 9:47:33 AM
#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 , on Nov 1, 2020 at 11:50:06 AM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , on Mar 16, 2024 at 9:47:33 AM
| Owner: | changed from to |
|---|

fix sent to Jon