- Jun 6, 2020
- 11,559
- 4,422
Subject: Routines for selecting text and cursor management.
The result of these routines is visible only if the EditText has the focus !
Reminder of existing methods:
EditText.RequestFocus : Tries to set the focus to this view. Returns True if the focus was set.
EditText.SelectAll : Selects the entire text of EditText
EditText.SelectionStart : Gets or sets the selection start position (or the cursor position).
Returns -1 if there is no selection or cursor.
Sub: setCursorVisible
Description: Sets the cursor visible or hides it.
B4X:
Sub: setTextIsSelectable
Description: Sets the text selectable or not selectable.
B4X:
The result of these routines is visible only if the EditText has the focus !
Reminder of existing methods:
EditText.RequestFocus : Tries to set the focus to this view. Returns True if the focus was set.
EditText.SelectAll : Selects the entire text of EditText
EditText.SelectionStart : Gets or sets the selection start position (or the cursor position).
Returns -1 if there is no selection or cursor.
Sub: setCursorVisible
Description: Sets the cursor visible or hides it.
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
Sub: setTextIsSelectable
Description: Sets the text selectable or not selectable.
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید