Is it possible to change the picture using p0.setPic(x); in an inactive window?

Hello, I’m new to NEXTION HMI and I want to ask if there is any way to change the picture in an inactive window? I am doing a project with an Arduino mega controller and a NEXTION HMI that has several windows. I can’t find any way to change the picture in the inactive window. You can change the picture only in the active window. If I am in another window, the command p0.setPic(x) does not change the picture. Can you help me? Please.

If p0 is global, you should be able to set it from anywhere.