Opened 10 years ago
Last modified 8 months 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 Changed 4 years ago by Jpm
- Owner set to Jpm
- Status changed from new to assigned
comment:2 Changed 8 months ago by Jpm
- Owner changed from Jpm to Jon
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
fix sent to Jon