[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Screen patches, still occuring?
|
Unpatched means that not-repainted clipping rectangles.
I had lots of them in the past. Most common ones are
small fellows, say, 20x10 pixels, or vertical or horizontal
lines, or areas not repainted, retaining previous images.
On Eclipse SDK, open lots of elements for "Package explore"
make both scrollbars appear. Then pull down the SDK
so the right-bottom rectangle area (where two scrollbars
meet) goes below Windows task bar. Try up and down. You will
see the area get unpatched images!
This could be a related problem. The problem I seen normally
happens in the spacing area where no components are
drawn. For example, margin areas in formlayout, etc.
R.
"Eric Rizzo" <eclipse-news@xxxxxxxxxxxx> wrote in message
news:fsdk70$3bh$4@xxxxxxxxxxxxxxxxxxxx
> Robert B wrote:
>> Hi,
>>
>> When I tested SWT-written programs about 15 months ago
>> on single CPU 1.6GHz Windows machine with SWT 3.2 installed,
>> I had lots of unpatched screen patches. This was happening especially
>> when I use several windows and shuttle around them.
>>
>> Now I use dual process of the same speed with SWT 3.3.
>> The interface is now Windows XP. In addition, most unpatched
>> screen patches are gone. Now it happens very seldom!
>> But does happen.
>
> I don't know about anyone else, but I don't know what you mean by
> "unpatched screen patches." Can you explain in more detail, maybe even
> provide a screen-shot?
>
> Eric