On 18/05/2016 at 05:12, xxxxxxxx wrote:
I have a AddMultiLineEditText with options: read only, Highlight and status bar.
I works fine and the status bar indeed gives the Line and Pos.
Now I like to know how to get this status bar information.
self.AddMultiLineEditText(FIELDLEFT, flags=c4d.BFH_LEFT, initw=200, inith=200,
style=c4d.DR_MULTILINE_HIGHLIGHTLINE | c4d.DR_MULTILINE_READONLY | c4d.DR_MULTILINE_STATUSBAR)