gzz-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz] feature in libvob/fenfire


From: Matti Katila
Subject: [Gzz] feature in libvob/fenfire
Date: Sat, 3 May 2003 01:27:58 +0300 (EEST)

Hi,


This jammed my cpu powers, java eated 98% of cpu.

        self.vs.map.put(lineconn, anchorUnit, 
                        self.vs.unitSqCS(otherAnchorCS, "UN"))
                         ^^^^^^^^^^^^ ^ ^

The problem was:
    ff.util.AlphContent(fen).setText('This is rst canvas test', note, 1)

correct line would have been:
    ff.util.AlphContent(fen).setText(note, 'This is rst canvas test', 1)

There are some problems to use Object as a node :)


   -Matti





reply via email to

[Prev in Thread] Current Thread [Next in Thread]