Hi again
Sorry to be a pain but I have Another Problem with ListViews
This Time the Problem is with Selecting an Item
Problem 1
I've got a Right click menu which shows when you right click over the name in the first column, But you need to click Several times before it Recognises it, (I'm not use how to fix this)
Problem 2
I've set
LEFTBUTTON_DBLCLICK to open the item, But I can't figure out how to use this one, I had to rem it out as it was running the associated code without requesting it, And when I do request it, it Dosn't work
If EventSource() = ItemList
If EventType() = RIGHTMOUSE_CLICK and ListViewItemFromPoint(ItemList,MousePosX(ItemList),MousePosY(ItemList)) => 0 Then PostEvent 0,MOUSE_CLICK,ShowPopupMenu(mOverItem),0
` If EventType() = LEFTBUTTON_DBLCLICK Then Execute File getListViewItemText(ItemList,selectedListViewItem(ItemList),3),"",""
EndIf
Edit: I just figured out how to show/hide a Column,
SetListViewColumnWidth, Its cheating, But it should work