Jump to content

Recommended Posts

Posted

With the GUIlistview -> Deleteallitems not working. and don't not want to use the beta version.

I'd like to delete the listview and create it again...but the problem is the existing listview is under a tabitem. when i create the listview again...it's on the main GUI and cover all tabitem.

Is there any way i can create a listview under existing tabitem ?

Posted

Without showing a source code is very hard to help you. Take a look to this link Listview and Tab Problem, it may help you.

thanks..

it's a similar problem i have..

and it's sloved now with one more line before _GUICtrlListView_DeleteAllItems

CODE
$hWnd = GUICtrlGetHandle($importlistview)

_GUICtrlListView_DeleteAllItems($hWnd)

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...