On Fri, 2 Apr 2004 06:53:11 -0500, Québec wrote:
> In case you wonder,
I do wonder why you always put a big
space before your first word??
>..yes my applet works.
Great!
>..You
> are not alowed to rob it
;-)
>.at
> http://www.jeanpierredaviau.com/MixedWires/MixedWires.html
It has a few minor problems :-(
<http://www.physci.org/test/screenshot/jpd.png>
The moment that was done, Notepad was
_behind_ Internet Explorer.
I noticed your web-page mentioned a .mid
(I love music!) so I wonderred why it did
not interrupt my playlist in WinAmp as it
often does. So I tried to load it directly..
<http://www.jeanpierredaviau.com/MixedWires/files/Chinois.mid>
I got an exception on that file. :-(
'Undefined external error'
> The
_Again_ with the BIG space, why?? ;-)
> subject IS the question. The reverse is true.
I'm bever good at this stuff, but maybe
you should loon into the NullPointerException
that is being thrown inside MixedWires.init
Well you crafty thing, no line numbers!
That is not very helpful at this stage though.
I suggest you do the exact opposite and
upload the source, take the sound out,
make it the simplest example that shows
that effect. You need to work on the
rendering.
[ It is nice though, and a good start! :-) ]
BTW - wot's the URL parameter do?

Signature
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Qu?bec - 04 Apr 2004 22:02 GMT
Two complicated. I have and will do some more clean up and repost anew
later.
The sound is working.
> I do wonder why you always put a big space before your first word??
It is an habbit they hard coded in those who did a litterature master
degree.
> The moment that was done, Notepad was_behind_ Internet Explorer.
A repaint problem?
The images are assembled from parts.
g.drawImage(img[1] , parameterX[1] - 45, parameterY[1] - 35, null);
g.drawImage(img[2] , parameterX[2] + 45, parameterY[2] - 35, null);
g.drawImage(img[10] , parameterX[10], parameterY[10] + 80, null);
so maybe this is why they are painted over notepad or som thing. I assemble
them in an ofsscreen buffer before painting them.
secondG.drawImage(img[2] , 0, absCenterY + 12, null);
g.drawImage(myOffImage , 0 , absCenterY - 70, null);
> I got an exception on that file. :-( 'Undefined external error'The sound
is working.
The sound works fine for me today. This is something to recheck.
> you should loon into the NullPointerException that is being thrown inside
MixedWires.init
I am still trying to locale this.