Jump to content

Recommended Posts

Posted

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

Posted

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

repeat the procedure into a Func everytime you click the button...

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...