On 11/10/2017 at 07:54, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R19
Platform: Windows ; Mac ;
Language(s) : C++ ;
---------
Hello,
I have simple dialog window derived from GeModalDialog and in CreateLayout() function I'm making edit control with call AddEditText(..).
It is possible to make that edit control read-only? (so user can select and copy text from it, but cannot change it).
PS: AddMultiLineEditText with style DR_MULTILINE_READONLY does exactly what I need except it doesn't match the style of other edit controls (it has scrollbar on right side and is a bit bigger).