Android Question Solved [B4X] B4XImageView - Possible to rotate image by 90 degrees?

padvou

Active Member
Licensed User
Longtime User
Hello,
if the application is for example in portrait and the image to be displayed would be displayed better if it were landscape, could the image be rotated by 90 degrees and then displayed in the imageview?
I dont want to rotate the whole app to landscape.
 

padvou

Active Member
Licensed User
Longtime User
B4X:
B4XImageView1.mBase.Rotation = 90
Thank you.
Just noticed that when I add the view in the designer, I get this in the log:
1603356502430.png
 
Upvote 0

padvou

Active Member
Licensed User
Longtime User
Hmm,
there is interference with a code module in the project that is named "s".
As soon as I unload XUIviews from the project modules, the error disappears.

Apart from that i'm confused with the example

Could someone please tell me how to load a B4XImageView on a panel in my application?
 
Upvote 0

TILogistic

Expert
Licensed User
Longtime User
Sorry B4J:

Update XUIViews:

B4XImageView is a new custom view, added to XUI Views v2.40.

Download:


Copy to Library Internal
 
Last edited:
Upvote 0
Top