I have been using the PositionToCoords() method to convert the text cursor position to window coordinates in the TextCtrl widget.
Now, I have to move to using the RichTextCtrl widget but PositionToCoords() is not available there and I cannot find an equivalent method.
Any help would be great!