[Gambas-user] Unable to update value of WebTextBox or other control present in tab not visible in WebTabPanel
T Lee Davidson
t.lee.davidson at gmail.com
Thu May 18 15:09:33 CEST 2023
On 5/17/23 23:58, Safiur Rahman wrote:
> Hi
>
> I have two WebTextBox in two tabs of WebTabPanel. When I click a button to change values of both WebTextBox in both tabs then
> value of WebTextBox on visible tab changes but value of WebTextBox on tab which is not visible doesn't change.
>
[snip]
Try adding "WebTabPanel1.Refresh" in the WebButton1_Click event handler.
--
Lee
More information about the User
mailing list