Hi folks.
I've been working on a new project (B4x / V12.80 - Web-Browser) for quite some time now.
Now, as my work is progressing I noticed that the webview control can't seem to handle links like downloads (href) or mailto events.
Clicking on these links will result in no action whatsoever...
Hi!
https://www.b4x.com/b4a.html
The command-line tools link on the installation page returns a 404
Maybe it's a problem from Google side consider changing links thanks ??
Hi everyone,
i've a CustomListView in a [b4x]Drawer, with some items. Each item has a Value, this value is a custom type called "ComunicationData" that contains several strings, like cd.Link
When i click on the clv item, the sub "ItemClick" is fired and is this one:
As you can see the code in...
Public Sub CreateNamedLink(name As String,url As String,color As String) As String
Return "" & name & ""
End Sub
bbcv.Text = "" & "Bitte " & CreateNamedLink("Anmelden","https://yourniceurl","#2D8879") & "/" & CreateNamedLink("Registrieren","https://yourniceurl","#2D8879") & " um ein...
Hii Experts,
I want to add link in pdf, on click the link open website.
I'm currently using Printing libs.
pdf.Canvas.DrawText("www.abcd.com",mleft,mtop,font,fontsize,Colors.Blue,"LEFT")
Hello,
I tried to use OkHttpUtils2 to download a file from a link (trying to download file named "rec.zip")
Dim d As HttpJob
d.Initialize("", Me)
d.Download(link)
Wait For (d) JobDone(d As HttpJob)
If d.Success Then
If...
hello,
it would be nice if we can use a link to a designer layout file
example 1.bjl
as 1.bjl.lnk
or possibility of a reference to a layout file same as we have for classes / modules
(copy / absolute path / relative path after drag & drop)
Hello,
on B4A side i know it from here.
But as long as I do not have a website that can show this, I want the app to run without the browser opening.
From Stackoverflow, from this post, i know it is possible.
How can i handle this with my B4J Server?
Hi all. I'm having trouble downloading a file from a link (Google Drive and Dropbox shareable link) from my app. Code says Success but the file downloaded is corrupted and unusable.
This is with OKHttpUtils2
j.Initialize("job", Me)
j.Download(modMain.shareableLinkGD) 'or...
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.