DataGrid not rendering images during scrolling

I've created a "Reusable Inline Item Renderer" to display an
image in a DataGrid's column, as is shown here:
http://www.adobe.com/devnet/flex/quickstart/using_item_renderers/#reusable_item
With one difference: In the example the source of the Image
component in the item rendered is being set to the URL of an image
file. In mine I am setting the source as a Bitmap object, the
Bitmap being a public and Bindable property of an Object in an
Array. This Array of Objects is the DataGrid's dataProvider.
And it works fine, except that when I scroll the DataGrid,
any images that have been scroll off screen and then back on again
are blank where the image used to be. I've tried tracing out the
source of each Image when it renders and it still has a Bitmap
object as it's source even though it is no longer displaying
it.

I have been beating my head against the wall on this problem too for awhile now.  There is precious little mentioned anywhere about it.
I tried to recreate your code, as follows, to solve my problem but now am getting compilation errors.
Can you please share your code segment on how you did it?    (It would also be helpful to see how you call it too.)  I am loading images from the web with Loader.
This does not compile:
        public function get data():BitmapData {
            return _data;
        public function set data(value:BitmapData):void {
            _data = value;
             var newBitmap:Bitmap = new Bitmap(value);
            source = newBitmap;
In my main class, the data provider is already populated, so I am replacing the cell with the bitmap.
Thanks for any help you can give.

Similar Messages

  • Safari iOS 7 bug: not rendering images

    Safari has a bug, it does not render image from The Economist at all:
    http://www.economist.com/node/21586620?fsrc=scn/gp/wl/dc/politicsandpurse
    Same goes for Safari modules that are used by other apps, e.g. Google+.
    Chrome with data compression renders OK, but it does so because data compression goes through Google server, and only decoding is done on machine.
    This all took place on iPad Mini.
    Shame on Apple Inc.

    Hi there,
    I can confirm this bug.
    Not sure if this info is relevant, but this is my experience:
    I am on the FIDO network, and so are two other people I know.
    We all tried blocking numbers, and calls ring right through. Text messages are blocked successfully. (never tried facetime)
    I also tried a ROGERS device running IOS7, and was successfully able to block my phone call from ringing through. HOWEVER, my call was forwarded to their voicemail, I was able to leave a voicemail for the person, and they did get an alert that they had a new voicemail.
    I have not yet had a chance to test this on Bell, Telus, or any other carriers.
    Spoke to Apple, and they advised me to do a hard reset (hold both buttons to shut off and reboot the phone), and if that fails to do an iOS restore.
    I have yet to try this, but hopefully someone will have a better solution.

  • Layout Editor is not rendering widgets during Design time

    Hi,
    I am new in ADF development and my page has suddenly stop rendering in Design Tab. Initially, when I was running unbounded task flow, it is just showing a blank page.
    Can anybody help me in resolving this issue? I have seen Franks note on PhaseListener. I would appreciate if some one can guide me with the detailed class and how to create the same.
    Parvez

    Hi Timo,
    Sorry for the late response and not specifying more in detail.
    My Jdeveloper version is 11.1.1.6 R1.  When I ran for the first time, it was working fine. Then later on, when I was running it was opening completely blank screen.
    I thought it is something to do with the permission to the task flow. I have opened web.xml and jazn-data.xml file to check and closed without tweaking these files.
    Now, I was not able to open the page in the designer also. It was just showing hierarchy of all the components.
    I copied the backup again and it worked. What could be the reason so that I can avoid doing this in future?
    Is this related to Jdeveloper bug as I have seen on other forums highlighting this issue.

  • Bridge CS4 not rendering images correctly

    i have macbook 10.4.11 with 60 GB free, and 2GB of RAM and when i hit the space bar in bridge to view my photos at full screen the photos do not sharpen. they used to but now they don't, they just remain blurry. i have tried "purge cache" and checking "generate monitor size preiews" and nothing. Anyone have any other advice?
    Thanks

    i have tried "purge cache" and checking "generate monitor size preiews" and
    nothing. Anyone have any other advice?
    Usually that should do the trick, although it should be the other way round,
    after having set monitor size previews you use the purge cache for folder
    option to make it effective, did you used it in that order?
    Also if the problems keep occurring try a preference reset with restarting
    Bridge with option key and choose refresh preferences. Set prefs again to
    your wishes and try again.

  • XAML not rendering images in Silverlight Project

    So I working on creating a Windows Phone port of our current iOS and Android apps and when I started a new project I find that when using a Windows Phone Silverlight project none of the images that I add to the project show up in the XAML designer, but
    they do show up when I run the app on a device or simulator. Now if I create plain Windows Phone project the images show up in the XAML designer and simulator without any issues. Is there something wrong/different with the Silverlight project that doesn't
    render images in the designer and if so how can that be changed? I need to use the Silverlight version since the web services that are used are older WSDL and the Silverlight projects are the only ones that have the "Add Service Reference" option.
    Thanks. 

    Hi Sal,
    Since this issue is related to the Windows Phone Silverlight, so we will move this case to the Developing for Windows Phone forum:
    https://social.msdn.microsoft.com/Forums/windowsapps/en-us/home?forum=wpdevelop , you will get better support.
    Thanks for your understanding.
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • HT6065 I updated to 10.9.1 and now my display is not rendering images properly. Anyone else having this problem?

    The only option for this display problem seems to be to recover from backup. Is anyone else having problems with update 10.9.1?

    Welcome,
    I've upgraded 3 systems (MBP 2012, MBP 2013 Retina & late 2009 iMac) and haven't had this issue.
    What's your box?
    Regards,
    Shawn

  • Mail signature not rendering image in table

    I am trying to render the signature which is as follow:
    <table><tr><td><img src="logo.jpg"></td><td>My Name</td></tr></table>
    but it keeps strip the logo out from the table and becomes:
    <img src="logo.jpg">
    <table><tr><td> </td><td>My Name</td></tr></table>
    Does anyone know why??? This is driving me crazy.~~~

    Delete the <p> tags around the spacer.gif and at least
    in FF it is fixed.

  • DataGrid Item Renderer loading duplicates after scroll

    HI,
    I have a report that loads into a datagrid, these reports are
    about thumbnail images that are on a server.
    I have a datagrid item renderer that loads the thumb nails.
    When the grid first loads the first set of rows that are visible
    display the correct images. But after I scroll the new rows have
    images that are repeated and not the correct ones.
    ?xml version="1.0" encoding="utf-8"?>
    <HBox xmlns="
    http://www.adobe.com/2006/mxml"
    horizontalScrollPolicy="off" verticalScrollPolicy="off"
    creationComplete="{init()}">
    <Script>
    <![CDATA[
    import mx.controls.Image;
    [Bindable]
    [Embed(source="/images/folderBlack.png")]
    private var folderIcon:Class;
    private function suffix(url:String):String {
    var i:Number;
    if ((i = url.lastIndexOf(".")) > -1) {
    url = url.substr(i+1);
    return url;
    private function init():void {
    var fileSuffix:String = new String;
    fileSuffix = '';
    fileSuffix = suffix(data.filename);
    var staticPortalImage:String = new String;
    staticPortalImage = '/PULLIMAGE.php?type=small&id=' +
    data.FileID +
    '&path=' + data.filename +
    '&server=MTI3LjAuMC4x&siteurl=L0F1dGhNb2R1bGU=';
    var thumbNailImage:Image = new Image();
    thumbNailImage.height = 80;
    switch(fileSuffix){
    case 'jpg':
    thumbNailImage.source = staticPortalImage;
    break;
    imageContainer.addChild(thumbNailImage);
    texttest.text = fileSuffix;
    ]]>
    </Script>
    <Text id="texttest" />
    <HBox id="imageContainer" height="80" />
    </HBox>

    Thanks
    Great article I ended up getting rid of the creationcomplete
    changing my init():void too override public function set data(
    value:Object ) : void
    and adding
    super.data = value;
    I was able then to clean up my code considerably.
    Once again Thanks
    Dean

  • Image cannot be rendered because Aperture does not support image format

    Dear all,
    I have installed apple Aperture 3.03 and the complete Nick software plug-in selection:
    • Dfine 2.0 for Aperture
    • Color Efex Pro 3.0 Complete for Aperture
    • Silver Efex Pro for Aperture
    • Sharpener Pro 3.0 for Aperture
    • Viveza 2 for Aperture
    History
    Until a few days ago the system was running ok / no notable issues on performance. / all pug in seem to run good / no issues. Also
    • I Run OSX10.4/ Aperture 3.03 ( 32Bit mode)
    • My library contains just over 10000 images / approximately 140GB
    • I have recently updated the OSX software update including the security update 2010-005
    • as well as the Snow leopard graphic update 1.0
    • As far as I am aware all updates where automatically recommended by OSX Software update ( no manual intervention).
    • As far as I remember after update the system still was running ok but honestly I can not tell you how many times the Nick Plug in started out of Aperture.
    After all, Several times I continued using the system / still no noticeable problem until the following was happening:
    Problem:
    After creating with "PT gui" a panoramic image File type: "TIF" Pixel size: 5112 × 2556 (13,1 MP) I imputed this file in to Aperture (drag and drop). During the attempt to eddied this file with "Nick Define 2.0" the system was hamming up No response for several minutes from Dfine 2.0 / Aperture" At the end I had to "force quit" the applications.
    After the consequential reopening of Aperture I tried again to eddied images with any Nick software Plug-In but each time Aperture prepares any image previously stored in my Library ti open the Pug in the following Error message appears:
    *"This image cannot be rendered for editing because Aperture does not support the image format"*
    Currently non of my previously in the library safed images can be opened in a Nick software Plug-In this applies to all file types I have tied " Raw, tif, jpg"
    • I am still able to eddied normally with Aperture ( so far I do not find any other issue)
    • A newly imported Raw image after being taken with my EOS 5D can be edited in the completed Nick software Plug-In selection ( so far I do not find any other issue)
    The following actions have been taken to overcome the issue (all not successful):
    • I restored my Library out of my back Up ( to previous time of event ( no Time machine back up)
    • Uninstallation of all Nick software Plug-In selection
    • Uninstallation Aperture Reinstallation Aperture / Nick software Plug-In selection
    • Repairing the library ( all three possibilities)
    • installation of latest EOS utilitys
    Questions
    • Can you support me to overcome this issue?
    • Have you heard similar issues of Nick user Running the Aperture plug-ins?
    For me it is really strange that even after replacing the the library in my normally not connect back up the problem still exists (this should be not affected by the event as the back up was not done any more) / new imported images are editable with the Plug-In.
    I would be happy if you could support me in this issue.
    Best regards,
    Matthias
    PS: I have reported this issue to Apple (via Aperture feedback) as well as contacted the Nick software support and currently waiting for feedback.
    Harware:
    Modellname: MacBook Pro
    Modell-Identifizierung: MacBookPro5,1
    Prozessortyp: Intel Core 2 Duo
    Prozessorgeschwindigkeit: 2,66 GHz
    Anzahl der Prozessoren: 1
    Gesamtzahl der Kerne: 2
    L2-Cache: 6 MB
    Speicher: 4 GB
    Busgeschwindigkeit: 1,07 GHz
    Boot-ROM-Version: MBP51.007E.B05
    SMC-Version (System): 1.41f2

    Dear Ma-Le / All
    I have just had the same problem
    I use
    • Aperture 3.03 with a iMac 2.8 Intel Core 2 Duo with all files on external hard disks (mac extended fomat as apple suggests) with referenced masters.
    • Camera Nikon D300, with probably 75,000+ images on 2 hard drives
    • Photoshop CS2 with PhotoTools 2.5 plugin
    This has been working perfectly until yesterday when the system froze when I was using PhotoTools 2.5 with Photoshop CS2 - as a result of which I resorted to a force quit.
    Since then on most of my files it has not been possible to use an external editor.
    A message appears saying: *Editing Error - This image cannot be rendered for editing because Aperture does not support image format*.
    The problem seems to apply to the attempted use of any external editor (including Noise Ninja)
    The following have each been tried, all unsuccessfully:
    - Using each of Aperture's library 3 first aid options
    - Rebuilding directory using Diskwarrior
    - Checking for virus using Virus Barrier X4
    - Defragmenting library hard disk using TechTool pro
    - Changing permissions settings
    - Using Disk Utility first aid to repair permissions and checking main disk
    - Removing some plist elements when open 'show package contents' of library
    - Setting up a(n almost clean) new system, with newly loaded version of Aperture, with a new library from a vault saved prior to the crash when the problem first occured
    Several things seem to me to be totally bizarre:
    1 - The problem is the same on the other library hard disk which was not in use at the time
    2 - The problem still occurs when a back up vault saved prior to this problem is loaded - using a new hard disk with a new system and a newly reloaded and upgraded Aperture software
    3- The problem seems inconsistent. It appears to affect some photos but not all. Even from the same shoot, some photos can be edited using an external editor, whilst others cannot (but as far as i can tell most of the photos in a particular album seem to be consistently affected)
    4- The only way around it seems to be if I import a new (copy image) from the original master. Then everything works ok, and I can successfully edit that copy image in photoshop / phototools plug-in.
    I am beginning to wonder whether what has been corrupted is Aperture's ability to make copies from the master file which it then uses with the external editor (I have no real idea whether this is correct)
    Does anyone have any ideas or solutions - or has anyone else been suffering a similar problem?
    Eric
    PS: As a professional photographer this problem is a really serious issue for me - and I really don't really want to go to Lightroom or Capture One

  • Rendered images are not appearing on the webpage. works fine on IE. All plugins appear to be present includeing Adobe Flash

    rendered images are not appearing on the webpage. works fine on IE. All plugins appear to be present including Adobe Flash

    If that only happens on a specific page or domain then make sure that you do not block images on that domain.
    See [[Images or animations do not show]]
    *A way to see which images are blocked is to click the favicon (<i>Site Identification</i> icon) on the left side of the location bar.
    *A click on the "More Information" button will open the Security tab of the "Page Info" window (also accessible via "Tools > Page Info").
    *Go to the <i>Media</i> tab of that "Tools > Page Info" window.
    *Select the first image link and scroll down though the list with the Down arrow key.
    *If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    *You can see the permissions for the domain in the current tab in Tools > Page Info > Permissions
    *You can see all image exceptions in Tools > Options > Content: Load Images > Exceptions

  • [SOLVED] KDE4.3 is not rendering correctly the images in the desktop

    I've posted a bug in KDE because the KDE images are not rendered correctly:
    https://bugs.kde.org/show_bug.cgi?id=202829
    You can see an image of my desktop at:
    https://bugs.kde.org/attachment.cgi?id=35921
    As someone suggests, and I also agree with him, it would be a driver problem. My graphic card is "ATI Radeon X1950 Pro" and I'm using the "xf86-video-ati 6.12.2-2" driver. I know that there are other possibilities according to this wiki:
    http://wiki.archlinux.org/index.php/ATI
    I already tested them with KDE4.2 and xf86-video-ati provided the best result for me.
    Someone with an ATI card has the same problem? Which driver would you suggest to me?
    Thank you
    Last edited by jjjaime (2009-08-06 19:04:12)

    Thank flamelab for your help.
    The xf86-video-ati-git:
    http://aur.archlinux.org/packages.php?ID=15374
    fixed all my problems. Probably you've heard about it Now, I don't have any rendering problem and I have enabled the Desktop effects. I tested it with and without the xorg.conf file. Both of them worked, but without the file I don't have my keyboard in Spanish.
    I read that it was possible the KMS support. I tested it by changing from graphical to text mode but it takes some time so I guess that it's not enabled. Is there any way to test KMS?
    Is it possible to upgrade the AUR driver to the official repository? Meanwhile, I will comment my problem in the KDE site.
    Best regards,
    Jaime

  • Images are not rendered on the PIE03 Client

    Hi Team,
    I have a specific scenario where the Web Dynpro JAVA applications are deployed on Symbol Handheld devices (9090). The applications run fine on majority of the devices, but we have two handhelds where the PIE version 03 client is installed (we are passing the sap-wd-client=Pie03Client parameter). On these devices, the standard images pertaining to the table control UI like the paginator etc are not rendered. We are getting an "X" on the placeholder instead. Has someone faced this problem?
    Can you please provide some pointers? I have no clue as to what is missing here. Any help would be appreciated please.
    Thank you

    Hi Oliver,
    This is the online Mobile solution called "Mobile Webdynpro Online", it supports three clients.
    1. Pie03Client - for Windows Mobile devices.
    2. NokiaS80Client - for Nokia devices
    3. WMLClient - for Blackberry devices
    @Sanjay: can you check on your network speed?
    Best Regards,
    Karthik

  • Help! Images are not rendering in any browser!

    When online, images are not rendering on any webpage. All other content is fine. Problem is across browsers, BUT, is limited to my user identity. When I create a new user and go online the problem id resolved. I do not want to lose all my user settings. Can anyone think of something I can do to troubleshoot this. Some file I may have deleted, some setting?

    Hi all, I am facing the same problems:
    Im using an UMTS card to connect to the internet.
    On various pages, no pictures are shown. The reason is, that my mobile carrier is using proxies to compress the pictures. Same thing worked fine, before updating to snow leopard. Now the pictures can show up. Safari says, that the pictures were not found.
    I tried the umts card on another computer, it worked fine, so t has to do with the update from Leo to Snow Leo....
    I already deleted the .plist, but it didnt solve the issue.
    Does anybody has an hint or solution??

  • Image inside facet not rendering

    <t:column>
          <f:facet name="header">                               
                  <h:graphicImage value="images/pic.gif" />   // NOT RENDERING
          </f:facet>                                                            
          <h:graphicImage value="images/pic.gif" />             // IS RENDERING
    </t:column>
    // WHY IS THE IMAGE INSIDE THE  "<facet>"  TAG NOT RENDERING ?

    Uh, yup, that sure solved it.  Thanks Tom.

  • Image not rendering properly on timeline

    I'm working on an animatic using still images.  Occassionally, I need to scale in or move the image a bit.  This means FCPX has to render the image, which it usually does, but I am finding that in some cases, the image appears blurry when played at normal running speed, but when I pause, it's nice and clear.  Why is the image not rendering so that it plays clear when running?  The orange bar is not displayed to suggest it needs to render still.

    Uh, yup, that sure solved it.  Thanks Tom.

Maybe you are looking for

  • Tcode vf01 versus Tables / Help on Extraction

    In R3, with the tcode vf01, I entered a billing number and was able to see under Item Details for an Item #20, the Billed Quantity, Net Weight, Gross Freight and Pricing Date. Also, under the Conditions tab, I saw Profit Margin and, Shipping and Hand

  • Optimal use of many resource

    Hi Folks My System: OS: linux OEL 5.2 x86_64 Memory: 112GB CPU: 4*6Core = 24Cores Filesystem: ASM 11.1.0.7 RDBMS: Oracle 11.1.0.7 Archivelogmode We have recently migrated an OLTP Database (~1.3TB) to this server above. It is a Single Instance DB and

  • Form Reset When Radio Button Clicked.

    I have two radio buttons. One is checked and form elements are visible The second, when clicks, makes all but one form element uneditable When the Second is clicked, I need the form elements to be reset. Any Ideas?

  • Nokia 3600 Slide Playlists + Firmware Updates

    When I update my Nokia 3600 Slide with new firmware, my playlists no longer work, or show up in the media player. The gallery doesn't support viewing them. I don't want to have to rebuild my 70 song playlist again (I have over 500 songs on my phone).

  • Can we open multiple connections to APNS Feedback Server

    Hi, Is it recommended/allowed to open multiple connections to APNS feedback server to poll the bad tokens? The idea is to run a timer task (every hour) on a n application server which will poll the apns feedback server to retrieve the bad tokens and