[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TableView.EditWith not working
[Thread Prev] | [Thread Next]
- Subject: Re: TableView.EditWith not working
- From: Lee <t.lee.davidson@xxxxxxxxx>
- Date: Mon, 2 Jun 2025 10:18:59 -0400
- To: user@xxxxxxxxxxxxxxxxxxxxxx
On 6/2/25 7:36 AM, Bruce Steers wrote:
But it seems the wiki warning for Edit() is also true for EditWith() Ie. if you do not use the Click event then arrow keys operate the TableView not the MaskBox
I had called .Edit within the Activate event, and it worked fine, including keyboard management. The thing that got me was that after calling .EditWith in the Activate event, the editor was then immediately hidden which of course means the edit of that cell was ended.
Since .Edit works when called within the Activate event, I hadn't tried using .EditWith in the Click event. I just did, and it works. That's not quite what I wanted because I prefer a double-click to initiate editing, but at least it works.
Thanks for taking the time, Bruce. -- Lee --- Gambas User List Netiquette [https://gambaswiki.org/wiki/doc/netiquette] ---- --- Gambas User List Archive [https://lists.gambas-basic.org/archive/user] ----
Re: TableView.EditWith not working | Lee <t.lee.davidson@xxxxxxxxx> |
TableView.EditWith not working | Lee <t.lee.davidson@xxxxxxxxx> |
Re: TableView.EditWith not working | Lee <t.lee.davidson@xxxxxxxxx> |
Re: TableView.EditWith not working | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: TableView.EditWith not working | Bruce Steers <bsteers4@xxxxxxxxx> |
Re: TableView.EditWith not working | Bruce Steers <bsteers4@xxxxxxxxx> |