Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

cl_gui_textedit: how to get the line of the cursor?

Former Member
0 Kudos

Hello,

I'am looking for a way to get the current position of

the cursor in the cl_gui_textedit-Control. I didn't

find any suitable method... any tips?

Thanks in advance

T.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Torsten,

I have not tried this, but have you considered the method <b>GET_SELECTION_POS</b> for this purpose ? It may give you what you need.

Regards,

Anand Mandalika.

2 REPLIES 2

Former Member
0 Kudos

Hi Torsten,

I have not tried this, but have you considered the method <b>GET_SELECTION_POS</b> for this purpose ? It may give you what you need.

Regards,

Anand Mandalika.

0 Kudos

Thank you very much... I think, I was blind for a moment