I think it has to do with $screen=1 But I can’t change the Global item in each page
1 Like
It’s much easier to use Globals for this.
Create Bitmap Globals and name them p1, p2, p3, etc. (one for each page).
Add an Image object to your root or a group.
In the Bitmap field, use this formula:
$gv(p + si(screen))$
This way, KLWP will automatically grab the right global based on your current page number. No need for long file paths or complex IF statements.
2 Likes