Re: disappearing text in child window
- Posted by DanM Apr 23, 2009
- 941 views
Thanks for responding Greg!
I'll look at using a label, not sure at this point if that will completely suffice.
But what really confuses me is that the text disappearing seems to be somewhat specific to *my* system, as it *doesn't* disappear for Derek running my demo code. Does my demo disappear for you? For me, it disappears, that is, there must be as you said, a Paint event asserted, at exactly the same moment that I hear a hard disk access, but with no *programmatic* event occurring to assert the Paint event.
I see. Perhaps you have a program running that is trigger a repaint to the entire desktop when it does something with the disk?
That's a good observation, I'll see if I can find out.
And the reason I put \\ at the end of my lines in the original post is because the demo code did not wrap, so when I read my own post and probably any responses, the wrapping of both my text and any responses go out as far as the longest line of code, so I have to scroll sideways over to read every line of response, which is a hassle, so I make my post have "shorter" lines by forcing line breaks. I guess that doesn't help me to read responses, as they'll probably auto-use the longest line as a limit to wrap to, but at least I don't have to scroll sideways to read each line of my own post. This may also be an artifact of my browsers setting for font size. It doesn't hurt to force line breaks, right?
I suppose
not. It just
looks really
weird.
-Greg
Well, of course your example looks really weird,
but the way I break lines up is just by phrases, or sentences,
so it doesn't look that weird!
(I'm using slightly larger fonts, so maybe with smaller ones
it does look weird?)
But you can read this without having to scroll sideways,
unlike the following:
see, here is a really long line of text, could be a line of code of course, which even though you have to scroll sideways to read this, you DON'T have to scroll sideways to read the above.Dan
