[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gzz] Asko 2002-03-07 (AbstractBgVob)
From: |
Asko Soukka |
Subject: |
Re: [Gzz] Asko 2002-03-07 (AbstractBgVob) |
Date: |
Mon, 10 Mar 2003 10:39:31 +0200 (EET) |
Sat, 8 Mar 2003, Tuomas Lukka wrote:
> > "Colorable cloneMultiColored(Vob vob, List colors)"
> Uh, why the first argument? This would be a method in the Vob.
Right.
> > - solids in RoundRectBgVob are tricky to implement (even more than in
> > OvalBgVob), but will try :)
> Are you sure it's worth the effort?
Quite. It could be used like RectBgVob (in OvalBgVob the text should be
heavily indented and/or centered) but it still could be easily distincted
from it.
And the most importans, this will rehearse my math :)
Well, true that this shouldn't be at first now on my list now.
> > - btw, a strange problem:
> >
> > If the line 269 in Fallback.java is sc.map.put(new SolidBgVob(bg),0);
> > The AWT client works, but GL fails with java.lang.Error: Wrong #
> > coordsys: 1 for gzz.vob.vobs.SolidBgVob
> >
> > If it's sc.map.put(new SolidBgVob(bg)); The GL clien works, but AWT
> > get's jammed. SolidBgVobs are drawn, but no more.
>
> Arrrgh... this means that the AWT and GL versions expect different numbers
> of coordinate systems. Just fix them to use the same...
So, it's probably in the SolidBgVob code?
--
Asko Soukka <address@hidden>
<http://www.iki.fi/asko.soukka/>
Re: [Gzz] Asko 2002-03-07 (AbstractBgVob), Tuomas Lukka, 2003/03/08
Re: [Gzz] Asko 2002-03-07 (AbstractBgVob), Tuomas Lukka, 2003/03/08
- Re: [Gzz] Asko 2002-03-07 (AbstractBgVob),
Asko Soukka <=