Hi Eugene,

ULC Community code is not part of ULC release so it is not guaranteed to be
up-to-date with latest ULC release or the latest versions of third party
libraries on which it is depends on.

ULC community code is freely usable. Since you have found and fixed the
problem you can continue to use your enhanced version. In fact you can even
contribute it back to the community for the benefit of fellow ULC
developers.

Thanks and regards,

Janak



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Eugene Coelho
Sent: Saturday, July 22, 2006 8:56 AM
To: UlC Devleoper list
Subject: [ULC-developer] Jfreechart extension 2 and Jfreechart 1.0.0 --
Working


Hi,

I  tried to debug the behaviiour of  Jfreechart extension 2  myself and
found that with  Jfreechart 1.0.0
handleSetArea in UIChartEntity  is unable to compare
args.get("shapeType", "").equals("RECT")
since the constant RECT is in smaller case i.e rect
Changing the above line
args.get("shapeType", "").equalsIgnoreCase("RECT")
and
args.get("shapeType", "").equalsIgnoreCase("POLY")
solved the problem.

Now we can have Jfreechart extension 2 and Jfreechart 1.0.0  if the
developer at ULC makes  the above mentioned changes

Thanks,
Gene







Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail Beta.

_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to