On 9/1/05, Mark Hurd <[EMAIL PROTECTED]> wrote:
> I use DotLisp as a .NET scripting language and I do play with things I
> should be more careful with...
> 
<snip>
> That means I created and disposed every type in the BCL that has a
> public constructor compatible with (I didn't realise why it was
> failing to get the response I expected, so I tried the loop four
> times!):
> 1) no parameters
> 2) one parameter: integer 0
> 3) one parameter: integer 1
> 4) one parameter: String "test"
> 
> <snip> My fonts [now]
> have single bits turned off sometimes (*), many mouse cursors have a
> single pixel wide vertical line about an inch long and across the
> whole screen there's a very light blue smudge of vertical lines that
> you can hardly see -- the alpha channel? -- that accumulate with
> smooth scrolling, whole window drag, etc and mouse cursors leave a
> trail of this blue smudge too.

I think the vertical line behind the cursor appears for all cursors
the do not have a shadow.

I have confirmed the 'blue smudge' is actually the 16 bit of RED being
turned off when it is on.

As well as the font problem the other clearly visible issue is that
many bitmaps have extra stuff turned on -- often affecting just the
mask or existing background, not the intended image itself.

> Note that this happened as a normal User, not an Administrator!
><snip>

I haven't further tried to fix the problem. (I'm avoiding it bothering
me while developing by remotely connecting using VNC, which avoids the
original smudge and the mouse cursor issues.)

> Anyone know if classes deep in the 1.1 .NET Framework can do this as a
> User in Windows 2000? And can I fix it?

Alternatively, anyone know another forum to try? Perhaps one related
to video controllers?

Regards,
Mark Hurd, B.Sc.(Ma.)(Hons.)

> P.S. I've noticed no other errors, crashes or failures (except when
> Excel tried smooth scrolling when hardware acceleration was None!).
> 
> (*) Some single pixels turn off for some repaints, seems to be the
> same pixel for each letter in each font. It seems to be more common in
> single pixel wide lines, but that might be because they're more likely
> to be single strokes.

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to