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.