When the number of items inserted into the list exeeds its current displayable size my list box disappears...
That is it vanishes and does not redraw itself... I have placed both
- $listview->Update() and
- $listview->SetReDraw(1)
within the code inserting information into the listview.
However, that does not appear to make a difference. Is there an option I should make sure is enabled in the Listview when it is built or another method incharge of ensuring that the window is re-drawn?
I have observed the following:
- If the window is minimized and restored then the list view is redrawn.
- If the window is obscured then the protion that was covered is redrawn after the obstruction is removed.
- Clicking on individual cells cause that cell to be re-drawn. Clicking where the slide controls ought to be cause them to be redrawn.
Any help or pointers would be appreciated. I did not include any code since I felt that this was something simple I am overlooking since I am not very familiar with how the Win32-Gui module works yet.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.