FXImageView icon indicating copy to clipboard operation
FXImageView copied to clipboard

Feedback if image download fails for any reason

Open TeoCris opened this issue 11 years ago • 1 comments

Hi,

If the connection is down or there is an error while downloading the image, is there any way of being notified? I also noticed that in this case the item views placeholders just disappear.

Thanks in advance.

TeoCris avatar Nov 21 '12 14:11 TeoCris

Not currently. One option would be to set a KVO observer on the processedImage property of the FXImageView and do something if it gets set to nil.

The placeholder disappearing sounds like a bug. I'll look into it.

nicklockwood avatar Jan 09 '13 09:01 nicklockwood