﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2187	Unexpected Result in _GUICtrlRichEdit_Create	tom_lyo@…	guinness	"In the _GUICtrlRichEdit_Create function, there is :
If Not _WinAPI_IsClassName($hWnd, $_GRE_sRTFClassName) Then Return SetError(1, 0, 0)

Mean : RichTextEdit can only be created in RichTextEdit window (i think this line must be deleted)
We actualy can make only one RichTextEdit because $_GRE_sRTFClassName is Set Inside _GUICtrlRichEdit_Create function, so if we call it a second time, RichTextEdit isn't created.

By the way (in the same function) :
If Not _ _GCR_IsNumeric($iLeft, "">=0"") Then Return SetError(103, 0, 0)
If Not _ _GCR_IsNumeric($iTop, "">=0"") Then Return SetError(104, 0, 0)

i think "">=0"" must be deleted too
why force RichTextEdit to be on positive position ?

(I made a space between the too _ to avoid underline effect)"	Bug	closed	3.3.9.5	Standard UDFs	3.3.8.0	None	Completed	RichTextEdit	
