View paper default page is not work in new update

I checked out Bugs in Kodular Eagle before creating a new topic

Describe your issue

Hi , after the new update , the default selected component for view paper is not work now

Show your Blocks



AIA

test9.aia (2.4 KB)

1 Like

On button click is it working?

View pager select Page is not working if you put it in on screen initialization

To fix you have to take clock whose interval will be 50ms… And will be disabled…

Now ‘on screen initialization’
After all add component to view set clock timer enabled to true…

Now take click.timer block and set clock timer enabled to false and use select view page here…

In short-
Remove select Page from screen initialization and put it in clock timer…

yes i knwo fixing with clock . but its better to fix that with main function in screen initializations

No you can’t do that … It’s similar ad you can call button click on screen initialisation…