Angel Posted May 11, 2006 Posted May 11, 2006 Hi, I've looked on the help and on the forums. Sorry if this is evident for you guys. There is not a GuiCtrlGetData counterpart to GuiCtrlSetData. For comboboxes I can use GuiCtrlSetData to set the list of items on the combobox and GuiCtrlRead to get the current item, but I cannot get the list of items from the combobox (or at least I don't know how). I am trying to create a "history" combobox which I want to update on the fly. Before exiting my application I want to save that list of items (the latest history) into the registry, but I don't know how to read the combo item list. Any help? Thanks!!! Angel
Moderators SmOke_N Posted May 11, 2006 Moderators Posted May 11, 2006 in beta check out _GUICtrlComboGetListNice, I didn't even notice that was in there, along with a lot of other ones I'd never used and always made harder work arounds for lol. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Angel Posted May 11, 2006 Author Posted May 11, 2006 in beta check out _GUICtrlComboGetList Thanks! That works great! Angel
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now