ljarutten Posted September 14, 2007 Posted September 14, 2007 Does anybody now howto refresh GuiCtrlListView ? I loaded an ini file into the GuiCtrlListView but I wanna create a button to refresh./reload the ini file into the GuiCtrlListView
Gif Posted September 14, 2007 Posted September 14, 2007 Does anybody now howto refresh GuiCtrlListView ? I loaded an ini file into the GuiCtrlListView but I wanna create a button to refresh./reload the ini file into the GuiCtrlListViewrepeat the procedure into a Func everytime you click the button...
maqleod Posted September 19, 2007 Posted September 19, 2007 well, you need to delete all the data in the listview first, _GUICtrlListViewDeleteAllItems() from GuiListView.au3 will do that, then as Gif said, just repeat the function to replace all the data. [u]You can download my projects at:[/u] Pulsar Software
ljarutten Posted September 19, 2007 Author Posted September 19, 2007 Thank u guys !!! A very great scripting language !!!
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