id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 2211,Only one RichEdit control can be created,MrCreatoR ,,"This problem caused by the strange change in 3.3.8.1 for '''_GUICtrlRichEdit_Create''' function: {{{ If Not _WinAPI_IsClassName($hWnd, $_GRE_sRTFClassName) Then Return SetError(1, 0, 0) }}} In previous versions it was different (wright(?)): {{{ If Not IsHwnd($hWnd) Then Return SetError(1, 0, 0) }}} Why this change? Because of this, now we can't create more than one RichEdit controls.",Bug,closed,,AutoIt,3.3.8.1,None,Duplicate,RichEdit,