B4J Question ASViewPager resize problem

Alessandro71

Well-Known Member
Licensed User
Longtime User
I'm using ASViewPager in a B4J project
It looks like the resize handling is not working correctly
Here is a sample project: the pager contains a single label with bottom-right anchor
Try resizing the window by increasing its width, and the label won't follow the right border
 

Attachments

  • ViewPager.zip
    11.7 KB · Views: 138

Alessandro71

Well-Known Member
Licensed User
Longtime User
yes, but maybe the label too.
as this was only a proof of concept, in a real case I should iterate on all the views inside the panel of the page and manually scale all of them?
this is what the designer script does at LoadLayout: is there a way to force a script run?
maybe @Erel can suggest a proper solution here.
 
Upvote 0
Top