How I get a Picture from my Webspace into my App

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
illtys
Posts: 2
Joined: Sun Aug 18, 2013 2:05 pm

How I get a Picture from my Webspace into my App

Post by illtys » Sun Aug 18, 2013 2:15 pm

Hey guys,

I am completly new in LiveCode. I watched the tutorials but i couldn't find anything to this topic. I want to create a simple Android app where a picture I uploaded on my webserver will be shown in this app. So i will be able 2 switch it for example every week.

greetz

illtys
Posts: 2
Joined: Sun Aug 18, 2013 2:05 pm

Re: How I get a Picture from my Webspace into my App

Post by illtys » Sun Aug 18, 2013 2:43 pm

Looks like I got it!

Image > Object Inspector > Source > your webspace

greetz

Klaus
Posts: 14218
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: How I get a Picture from my Webspace into my App

Post by Klaus » Sun Aug 18, 2013 7:06 pm

Yo! :-)

or by script:
...
set the filename of img "your image here..." to "http://www.server.com/folder/image,jpg"
...

And welcome to the forum! :-)


Best

Klaus

Post Reply