PhoenixXL Posted October 1, 2012 Posted October 1, 2012 Whenever I try to make two Rich Edit Controls in the Same GUI the Function fails with an unknown error code 1 Problem Recreation #include <GUIRICHEDIT.au3> Local $hGui=GUICreate(StringTrimRight(@ScriptName,4)) Local $n=_GUICtrlRichEdit_Create($hGui,'',10,10) MsgBox(0,'Error',@error) Local $m=_GUICtrlRichEdit_Create($hGui,'',10,180) MsgBox(0,'Error',@error) GUISetState() While GUIGetMsg()<>-3 Sleep(10) WEnd _GUICtrlRichEdit_Destroy($m) _GUICtrlRichEdit_Destroy($n) Exit Thnks for your help and Time My code: PredictText: Predict Text of an Edit Control Like Scite. Remote Gmail: Execute your Scripts through Gmail. StringRegExp:Share and learn RegExp.Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). Database: An easier approach for _SQ_LITE beginners. MathsEx: A UDF for Fractions and LCM, GCF/HCF. FloatingText: An UDF for make your text floating. Clipboard Extendor: A clipboard monitoring tool. Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression.
AdmiralAlkex Posted October 1, 2012 Posted October 1, 2012 That was fixed in 3.3.9.0. Install the beta, you'll be fine. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
PhoenixXL Posted October 1, 2012 Author Posted October 1, 2012 OK thanks My code: PredictText: Predict Text of an Edit Control Like Scite. Remote Gmail: Execute your Scripts through Gmail. StringRegExp:Share and learn RegExp.Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). Database: An easier approach for _SQ_LITE beginners. MathsEx: A UDF for Fractions and LCM, GCF/HCF. FloatingText: An UDF for make your text floating. Clipboard Extendor: A clipboard monitoring tool. Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now