pugboy Posted September 22, 2008 Posted September 22, 2008 1. Is there a way to enabled the Ctrl+V, Ctrl+C, etc. key combos for this, without creating custom functions? 2. Is there a way to read the text inside line by line, or do I have to save it, then read the file line by line? I tried out the Rich text editor in the example scripts, but it didn't work for me...
AdmiralAlkex Posted September 22, 2008 Posted September 22, 2008 1. They already do? How did you stop it? Try the example for GUICtrlCreateEdit() and see for yourself. 2. Reading line by line sounds inefficient but there is a _GUICtrlEdit_GetLine() .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
pugboy Posted September 22, 2008 Author Posted September 22, 2008 (edited) Ok, thanks Right, I had set hotkeys XD Edited September 22, 2008 by pugboy
AdmiralAlkex Posted September 22, 2008 Posted September 22, 2008 (edited) Ctrl+C, Ctrl+V etc can't be used "automatically" by the edit control when you have it in GUISetAccelerators(), either remove it from there or build your own functions for them Edit: it seems you noticed that right before i posted, ahwell Edited September 22, 2008 by AdmiralAlkex .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
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