Click here to Skip to main content
15,892,746 members

Comments by Ramza360 (Top 87 by date)

Ramza360 8-Jan-18 14:18pm View    
The ListView itself was designed this way, unchecking one of any selected items will in fact uncheck them all. You can get around it by making a list of the 'other' items that are checked/selected, unselected them, uncheck this item clicked, then reselect the others.
Ramza360 19-Dec-17 9:39am View    
You should add a breakpoint to ensure the classType is not null at that point. Also if your type has no default constructor, you must provided the constructor arguments.
Ramza360 14-Dec-17 15:18pm View    
You prolly shouldn't be trying to clear during the mouse moving? Seems this would be clearing what you just drew, before releasing the mouse. Perhaps in onmousedown, it should first clear the context.
Ramza360 16-Nov-17 12:13pm View    
Good catch there as well ;)
Ramza360 15-Nov-17 9:31am View    
Yup you create it and never close it before trying to open it for reading.