mardi 30 août 2016

Image(url)

Would it be possible to have image from url added ?
equivalent to java

Code:
  public static Image ImageFromURL(String url){
return new Image(url);
}
I have coded it in the #if java block, but it's a pain to have to use runmethod(...) etc to access it.
So it could become
Code:
  Dim img As Image
img = ImageFromURL(theURL)
As I am currently trying
Code:
  img.Initialize("https://...","")  
but this changes the slashes and you get a file not found error when the...

Image(url)

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/2bPmGAK
via IFTTT

Aucun commentaire:

Enregistrer un commentaire