This is a migrated thread and some comments may be shown as answers.

Cursor Does Not Apperar in right to left when langueg is arabic in all editors as(TextBox)

5 Answers 177 Views
TextBox
This is a migrated thread and some comments may be shown as answers.
Lutfy
Top achievements
Rank 2
Lutfy asked on 16 Feb 2014, 09:53 AM
Cursor Does Not Apperar in  right to left when langueg is arabic in all editors as(Text Box)
how to get the cursor far for 2 pixel from right side

5 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 19 Feb 2014, 03:06 PM
Hi Lutfy,

Thank you for contacting us.

For all our text editors we are hosting the standard TextBox control. This means that whatever behavior you are experiencing with our editors, the same will be with the standard TextBox control. We also offer RadTextBoxControl which is an implementation of a text box built entirely with TPF. However RadTextBoxControl does not support features such as Right-To-Left and IME.

Let me know if you have further questions.

Regards,
George
Telerik
0
Lutfy
Top achievements
Rank 2
answered on 19 Feb 2014, 03:22 PM
i have problem  with RadTextBoxControl  and other editors I change the cursor to the Arabic language cursor disappears
this make me not see where the cursor now i am bilding a system that Arabic language is main language i wont a solution for this problem
0
George
Telerik team
answered on 24 Feb 2014, 08:46 AM
Hi Lutfy,

Thank you for your reply.

Let me start by saying that we have two text input controls (A.K.A. textboxes):
  1. RadTextBoxControl - This is our own implementation and is built with TPF. However RadTextBoxControl does not support features such as Right-To-Left and IME (which means it will not support arabic language).
  2. RadTextBox - This control is a wrapper around the standard .NET TextBox, all the features supported by it are supported by RadTextBox.

Having this said, if you are using RadTextBoxControl change it to RadTextBox.

I hope this helps.

Regards,
George
Telerik
0
Lutfy
Top achievements
Rank 2
answered on 04 Mar 2014, 06:45 PM
there is issue  with RadTextBoxControl must Repaired it is not new future that i ask for
see attach file
0
George
Telerik team
answered on 07 Mar 2014, 04:29 PM
Hello Lutfy,

Thank you for replying.

You need to set the UseGenericBorderPaint property of RadTextBox to true:
this.radTextBox1.UseGenericBorderPaint = true;

Let me know if you have further questions.

Regards,
George
Telerik

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

Tags
TextBox
Asked by
Lutfy
Top achievements
Rank 2
Answers by
George
Telerik team
Lutfy
Top achievements
Rank 2
Share this question
or