iOS Question Good B4XPages Example

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I looked at all (all I could find - Boolets) examples.

Is there a good B4XPages example (for B4i right now but for both)

I am not talking a hello world. Something that does more (Load Bitmaps - when does this happen in B4i) How do I handle Rotate in B4i

It seems only resize gets call on rotate.
I load my screen in B4XPage_Created. Should all my bitmaps, classes (that need to be used) initialized there?

But do everything else in/after B4XPage_Resize

Sorry for being a block of wood. Just wish we had some real life B4XPages examples for B4i handling rotate

I know designer handles most of this stuff well, but what about placing / moving fields without designer
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
That's not correct. The orientation limit is only relevant to B4A.

It seems only resize gets call on rotate.
This is exactly what you need. And it is exactly how non-B4XPages projects behave.

Make sure to watch the very important B4J / B4i resize event video tutorial: https://www.b4x.com/etp.html
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…