Wish Add image borders radius parameter in SMM (B4XImageView) - TILogistic    Feb 19, 2024 parameter (B4XImageView).
Greetings
Public Sub AddMedia(RequestSet As SMMediaRequestSet, MEDIA...
Dim x As B4XImageView = sm.CustomView
x.RoundedImage = Request.Extra.GetDefault... B4A Tutorial [B4X] B4XImageView - ImageView + resize modes - Erel    Aug 19, 2020   (31 reactions) B4XImageView is a new custom view, added to XUI Views v2.40. It adds several useful resize modes to the standard ImageView: 98780 (Images source: https://www.b4x.com/android/forum/threads/compass-gm-a-gyro-magnetic-compass-app-featuring-true-and-magnetic-heading.121239/ https://www.b4x.com/android/forum/threads/b4x-2-themes-dark-and-light-for-ide-code.121025/) The bitmaps are never resized... all mode. B4XImageView also supports clipping the image to a circle. Note that there is a difference... Wish B4XImageView - Click event - LucaMs    Feb 25, 2021   (2 reactions) B4XImageView - Click event... B4A Question [Solved] How to get the (text) tag of a B4XImageView... - LucaMs    Jan 23, 2021 How to get the (text) tag of a B4XImageView when it is in a Panel (B4XView) by using GetAllViewsRecursive?... B4A Code Snippet [B4X] Server picture File to B4XImageView VIA SQL Server - MrKim    Aug 15, 2023   (3 reactions)
Below is the B4A/B4J code to set a B4XImageView. You will need to write your own code to retrieve... As B4XImageView
.
.
'You will need to modify this code to get the data
Wait For (MP.Ethernet... B4A Question B4XImageView ResizeMode Help - walterf25    Oct 20, 2025 Hi Everyone, it's been a while, I need some help figuring out how to work with the B4XIMageView..., internally how does the B4XImageView resizes the image, are there any x or y offsets... for either FIT or FILL (all DIP)
Public Sub CalcDrawParams(xiv As B4XImageView, bmp As B4XBitmap... B4A Question B4XImageView + resize modes & B4XGifView - luke2012    Jan 25, 2021 Hi all, I checking this @Erel tutorial (https://www.b4x.com/android/forum/threads/b4x-b4ximageview-imageview-resize-modes.121359/#content) and I wish to known if I can do the same thing using a B4XGifView in order to support all screen modes (Android Smartphone and iPhone portrait mode in my case) ? 106918 Thanks in advance for your suggestions. Luca.... B4J Question B4XImageView size on start - LucaMs    Aug 18, 2024 In B4XPage_Created of B4XMainPage I have this code:
xivSnapshot.mBase.Width = 0
Log("On start: " & xivSnapshot.mBase.Width)
The log does not report zero but the initial width... Wish [B4X] B4XImageView - add SaveBitmap - LucaMs    May 12, 2024   (2 reactions) B4XImageView1.SaveBitmap(Dir As String, FileName As String, Quality As Int, Format As String)
Dim Out As OutputStream
Out = File.OpenOutput(Dir, FileName, False)
mBitmap.WriteToStream(Out, Quality, Format)
Out.Close
... B4A Question [Solved] Change ImageView to B4XImageView - asales    Dec 26, 2024 b4ximageview, in the layout, to show different types of images (square, horizontal, vertical) in same...:
Dim iv As B4XImageView = pnlLayout.GetView(0)
Original code:
'create the layout of the image... imageview to b4ximageview here
Dim ImgIndex As Int = RowID * NB_COL + CellIndex... Page: 1   2   3   4   5   |