I have 5 buttons with image that i use as graphic menu.
i use a routine similar to
https://www.b4x.com/android/forum/threads/resize-all-views-to-any-screen-size.46600/
i have draw for ipad, when start the page on iphone, i see for a moment the button with big dimension
and after a moment a see the button with iphone dimension.
the time for resize is big on iphone in debug and release mode
the time for resize is medium on ipad2 in debug mode
the time for resize is small on ipad2 in release mode
i use the same routine in other pages with label, edit and text button without visible problem
i call the rountine in resize event.
Why?
is it normal that the page draw before the resize event?
how to fix?
i use a routine similar to
https://www.b4x.com/android/forum/threads/resize-all-views-to-any-screen-size.46600/
i have draw for ipad, when start the page on iphone, i see for a moment the button with big dimension
and after a moment a see the button with iphone dimension.
the time for resize is big on iphone in debug and release mode
the time for resize is medium on ipad2 in debug mode
the time for resize is small on ipad2 in release mode
i use the same routine in other pages with label, edit and text button without visible problem
i call the rountine in resize event.
Why?
is it normal that the page draw before the resize event?
how to fix?