Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Changing Image content at runtime
Thu, Apr 19 2012 3:20 PMPermanent Link

Leslie

I need to get to speed with EWB really fast  to decide if what we need is archiveable. I realize that EWB is not released yet so support is limited. But some of you guys might be well ahead of me so I am going to ask  a few "how to" question, someone might just have the answer. So, here is an other one:

How  can the  Image content be changed at runtime?
Thu, Apr 19 2012 6:13 PMPermanent Link

Leslie

The solution is obvious: setting the ImageName property to  the URL or the relative path from the root dir of the image file. It did not work first but it was a path problem.
Thu, Apr 19 2012 8:31 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Leslie,

<< The solution is obvious: setting the ImageName property to  the URL or
the relative path from the root dir of the image file. It did not work first
but it was a path problem.  >>

Yep, and for data-bound TImage controls, the dataset simply needs to return
such a URL to change the image as the dataset is scrolled.  The CDCollector
demo shows how this is done.

--
Tim Young
Elevate Software
www.elevatesoft.com
Image