B4X FEED What is the current text phrase position with the HTML editor?

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: What is the current text phrase position with the HTML editor? است. این موضوع تا کنون 22 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع What is the current text phrase position with the HTML editor?
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
22
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
Hi,
I am using HTMLEditorWrapper in a project and would like to position the cursor on the first found word using the search function.
Word highlighting manages to do, unfortunately I have no idea how to reveal the cursor position. It's much easier in TextArea.

Something like:
Dim jo As JavaObject = TextArea1
Dim event As Object = jo.CreateEventFromUI ("javafx.beans.value.ChangeListener", "SelectionChanged", Null)
jo.RunMethodJO ("selectionProperty", Null) .RunMethod ("addListener", Array (event))
Click to expand...

 

عقب
بالا