Code: Select all
SetGadgetState(#WebGadget, #PB_Web_Refresh)
Code: Select all
SetGadgetState(#WebGadget, #PB_Web_Refresh)
I'd use PostEvent() from inside the thread then, to simulate the button event.IdeasVacuum wrote: Tue Mar 19, 2024 4:27 amWorks OK outside of the thread (via a button event for example)