Philippe Lang wrote: > When double-clicking on an item in an FXTreeList, > both SEL_CLICKED and SEL_DOUBLECLICKED events are generated. I believe this is common behaviour among GUI toolkits since the toolkit cannot predict the future. After the first click, it does not know if a second click will follow. T.