[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3132: WebTable_Select event returns Current = -1


http://gambaswiki.org/bugtracker/edit?object=BUG.3132&from=L21haW4-

Comment #2 by Omar MORENO:

Regarding your question:

The WebTable object also exposes the event Click(Row As Integer, Column As Integer), but it only works if an additional object is used to trigger the event (for example, a WebButton). In that case, the Row value can be retrieved. This behavior cannot be achieved using Select.
Does this mean that an external object is always required to trigger the event?

Additionally, I found a new issue in the latest fix:

In single selection mode, there is a problem where after performing three selections, the Select and Click events are no longer fired. At that point, all radio buttons stop responding correctly.

I have attached a sample program that reproduces the issue.

----------------------------------------------------------------------------

Attachment: WebTable_Bug-0.0.1.tar.gz



----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----