hi i want use urlpath for b4xImageView please help me . how to do?
and this cod
Picasso.Initialize
Picasso.LoadUrl(adrespic).IntoImageView(ImageView1)
for imageview works
i want like this cod . tanks
In an xCustomListView with just several list items, each has a panel with a number of B4XViews, among them a button and a B4XImageView.
When you tap the button, you can then take a photo with simple camera intent. I store the resized bitmap into the database and also create a jpg file. It's...
Hello,
I developed app in B4X Pages and used there B4XimageViews. During tests on different devices I found the problem with using B4XImageView at Samsung Galaxy TAB S - SDK 19. Subsequently I used example from tutorial...
i have trouble, have a page with 3 imgx(B4xImageView added in designer) , 'x' wich mean 1,2,3.
in page1 i have this piece of code that open next page (pageCargaEvidencia)
Private Sub cmdSiguiente_Click
Try
pageCargaEvidencia.Initialize
B4XPages.ShowPage("pageCargaEvidencia")...
Reference:
https://www.b4x.com/android/forum/threads/b4ximageview-unload-bitmap.123842/#post-773670
I cannot seem to make this bitmap clear in my "big" project. A small project works just fine. I cannot think of what it could be, since this part of the biggie is fundamentally the same. I...
B4J/B4A have same code and designer layout.
In B4A, is there a way to obtain the same result as in B4J, without having to "set again" the bitmap when the view's width/height is changed ?
When should Update of B4XImageView be called? I assume if you change the size of the B4XImageView and maybe when you set a new bitmap
Is Sleep(0) necessary then?
I am having trouble with this in creating a custom view which contains B4XImageViews.
Hi,
Adding an imageview inside the BBCodeView is simple but I can't add the B4XImageView just like the imageview with the following code:
Dim b4xiv As B4XImageView
b4xiv.Initialize("", "b4xiv")
b4xiv.Bitmap = job.GetBitmap
bbcMessageContent.Views.Put("iv", iv)
bbcMessageContent.Text = $"...
Modified version of Erel's B4XImageView - which is inside the "Xui Views" library.
It does not replace that, just add this to the additional libraries folder (B4X) and then choose whether to use in your project this or that.
The changes are two:
1 - I added the Click event - which also takes...
I can't seem to get the B4xImageView control to display a border. Is this something that can't be done. I am setting the border radius in both the Custom Properties area and the Border Properties of the designer. The image now has a corner radius but no border line.
Regards,
Simon.
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.
with ImageView just Do so
Dim img As ImageView
Activity.AddView(img, 0%x, 5%y, 100%x, 20%y)
But how would it be To insert a B4XImageView component in the Activity via line of code?
Thank you very much in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.