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

Re: Problem with gb.web.gui in Gambas 3.21


Le 29/10/2025 à 17:09, Safiur Rahman a écrit :
Hi

Can 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.


References:
Problem with gb.web.gui in Gambas 3.21Safiur Rahman <isafiur@xxxxxxxxx>
Re: Problem with gb.web.gui in Gambas 3.21Safiur Rahman <isafiur@xxxxxxxxx>