[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with gb.web.gui in Gambas 3.21
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: Re: Problem with gb.web.gui in Gambas 3.21
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2025 15:51:48 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 29/10/2025 à 17:09, Safiur Rahman a écrit :
HiCan you explain me about this strange behavior in gambas 3.21 gb.web.gui? The following problem appears when WebTable gets selection back after closing a modal WebForm.
Setting the 'Count' property unselects all selected rows, that triggers a refresh of the selected rows.
But your 'Data' event handler needs an array of all columns that you clear before unselecing all, hence the bug.
You should set the 'Count' property after having defined your column array. Regards, -- Benoît Minisini.
| Problem with gb.web.gui in Gambas 3.21 | Safiur Rahman <isafiur@xxxxxxxxx> |
| Re: Problem with gb.web.gui in Gambas 3.21 | Safiur Rahman <isafiur@xxxxxxxxx> |