ljarutten 0 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 Share this post Link to post Share on other sites
Gif 2 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... Share this post Link to post Share on other sites
maqleod 1 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 Share this post Link to post Share on other sites
ljarutten 0 Posted September 19, 2007 Thank u guys !!! A very great scripting language !!! Share this post Link to post Share on other sites