Giter Site home page Giter Site logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
I can't reproduce the issue. I need more information:

1. Immediately after you add an item, what does its Text property give you? Can 
you 
confirm that all items Texts are set at the time items are added?
2. Is item Text never shown or does it disappear after doing something? 
(dragging 
items, scrolling the control, ... ?)
3. Can you add an ItemClick handler and Debug.Print the Text properties of 
those 
items to confirm item Text is set or not?
4. What makes you think this is a threading issue? Do you have any exceptions?

Original comment by oozcitak on 14 Jan 2010 at 10:48

from imagelistview.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
Also if possible, can you post your item insertion code, so that we can make 
sure we 
are looking at the same thing?

Thanks,
Ozgur

Original comment by oozcitak on 14 Jan 2010 at 10:50

from imagelistview.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
1. The Text Property is not set in the object. = nothing
2. It's never set, no operations reset the  value
3. Confirmed it is not set.
4. That rows that are not shown do accept a text property. Since they are drawn
after, I suspect a race condition where my multicore machine operates 
differently
than yours. I have run into this with x64 and multicore before . Try running it 
in a
program with out being hosted by Visual Studio and no other programs running to 
get
the threads to run on different processors.


If I don't clear the control first the first row will have the text property 
set, but
all shown rows after that are missing it. Unshown rows still have the text 
property set.

Me.ImageListView1.Items.Clear()

            For Each NewRow As poadocsDataSet.documentsRow In PoadocsDataSet.documents
                'Console.WriteLine(NewRow.DocumentIndex.ToString)
                Me.ImageListView1.Items.Add(NewRow.DocumentIndex,
NewRow.DocumentIndex.ToString)
            Next


Original comment by [email protected] on 14 Jan 2010 at 12:48

from imagelistview.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
I may have found the bug. Can you try the attached dll? I am counting on you to 
verify 
the fix because I still can't reproduce the issue on my computer.

Thanks,
Ozgur

Original comment by oozcitak on 15 Jan 2010 at 1:24

Attachments:

from imagelistview.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 9, 2024
This issue was closed by revision r185.

Original comment by oozcitak on 21 Jan 2010 at 11:49

  • Changed state: Fixed

from imagelistview.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.