[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Re: MVP Pink Tinge - SOLVED
- Subject: Re: MVP Pink Tinge - SOLVED
- From: "Mal Lansell" <mlansell@xxxxxxxxxxxxxx>
- Date: Fri, 17 Dec 2004 00:20:44 -0000
I tested the modified version you sent, and the pink has gone -
yippee!!! :-)
I've looked at both those lines of code and I can't see any
difference - unless Visual Basic has different rules of precedence to
C++. I always bracket things like crazy anyway - not just to be on
the safe side, but to avoid having to learn what those rules are!
Anyway, now the pink tinge is fixed, perhaps you could answer my
other question. Can I easily customise the movie menu layout (I want
each page to contain two rows of five 150x200 thumbnails, rather than
two rows of three 200x200 thumbnails, because 150x200 is closer to
the shape of a DVD cover), or is it hardcoded into the xplRioNet
application?
Mal
--- In ukha_xpl@xxxxxxx, "Tony Tofts" <tony@x> wrote:
> > It's strange how posting a message about a bug often leads
> > almost instantly to finding the problem (without even getting
> > a reply) - it's a bit like that eureka moment in the shower :-)
>
> Yep :-)
>
> I made the mistake of assuming that
>
> u = (0.5 * Render.Layers(0, i)) - (0.419 * Render.Layers(1, i)) -
(0.0813 *
> Render.Layers(2, i)) + 128.0
>
> Is the same as
>
> u = (0.5 * Render.Layers(0, i)) + (-0.419 * Render.Layers(1, i)) +
(-0.0813
> * Render.Layers(2, i)) + 128.0
>
> When I look at it, it still looks the same to me though!
>
> Regards
> Tony
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|