Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread TImage
Thu, May 17 2012 10:39 AMPermanent Link

Mark Brooks

Slikware

Avatar

This does not appear to clear itself when ImageName is set to '' (blank string). I am currently having to set it to a non existent path e.g. 'No image'.
Thu, May 17 2012 1:17 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Mark,

<< This does not appear to clear itself when ImageName is set to '' (blank
string). I am currently having to set it to a non existent path e.g. 'No
image'. >>

You should use Visible:=False if you want to hide the image.  Setting
ImageName to a blank string can still cause a request for the same page in
some browsers, so doing so should be avoided.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, May 18 2012 4:45 AMPermanent Link

Mark Brooks

Slikware

Avatar

>>You should use Visible:=False if you want to hide the image.  Setting
>>ImageName to a blank string can still cause a request for the same page in
>>some browsers, so doing so should be avoided.

Got it
Works fine
Thanks
Mark
Image