While checking into a problem with textfields and the -noflicker option (and with some help from Jez White-thanks Jez), I found that the latest development code breaks one of my applications. What I'm not sure is whether it is a bug, or whether it is by design (Laurent, I think you will be the one to know). My application hooks the LVN_ITEMCHANGED event, but it doesn't work with the development code. Looking at the changes in listview.xs, I see that the event is now handled here, where it wasn't before. Am I right in thinking this is related to the NEM? In any case, was it expected that this would prevent the user from hooking the LVN_ITEMCHANGED event, or is it a bug with the implementation?