[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gambas-bugtracker] Bug #3181: Add new features into WebTextArea object
[Thread Prev] | [Thread Next]
- Subject: [Gambas-bugtracker] Bug #3181: Add new features into WebTextArea object
- From: <bugtracker@xxxxxxxxxxxxxx>
- Date: Fri, 29 May 2026 13:41:17 GMT
- To: olivier.cruilles@xxxxxxxx,bugtracker@xxxxxxxxxxxxxxxxxxxxxx
http://gambaswiki.org/bugtracker/edit?object=BUG.3181&from=L21haW4- Comment #3 by Benoît MINISINI: Note that you have to handle the 'Cursor' or the 'Select' event to be able to use the new 'Pos', 'SelectionStart', 'SelectionEnd', 'Line' and 'Column' properties. When you handle one of these events, each change in the cursor position or selection sends a request to the server so that the properties are updated on its side. Otherwise, no request is generated, and the value of these properties are meaningless. It's a way to tell that you are not interested in tracking the cursor. ----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----
| [Gambas-bugtracker] Bug #3181: Add new features into WebTextArea object | <bugtracker@xxxxxxxxxxxxxx> |