How to insert an image inside a Scrolling Field

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
mauro1388
Posts: 5
Joined: Mon Jan 06, 2014 3:12 pm

How to insert an image inside a Scrolling Field

Post by mauro1388 » Thu Jan 09, 2014 11:37 am

hello
i've a problem

i've a scrolling field with text and i have to insert an image inside.

I can't do this and i search lots of time without results

can you help me??

thx

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: How to insert an image inside a Scrolling Field

Post by Mark » Thu Jan 09, 2014 12:41 pm

Hi,

Code: Select all

set the imageSource of char x of field y to z
where x is the number of the character, y the number of a field, and z the id number of an image.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply