marcomachadosantos / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Default FontRenderer servlet should use public api.timepedia.org hosted one #31

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A common error encountered by initial users of Chronoscope is to forget to
deploy a FontRenderer servlet. Chronoscope by default looks for one at the
gwt module base + "fr". This can be overriden by
Chronoscope.setFontBookServiceEndpoint() or by switching off FontBook
rendering via Chronoscope.setFontBookRendering(false)

Otherwise, Chronoscope puts up an exception if error reporting is turned on.

The default endpoint has now been changed to
api.timepedia.org/api/widget/fr which allows Chronoscope deployed as a GWT
component by users to leverage our hosted font server.

Original issue reported on code.google.com by cromwell...@gmail.com on 26 Mar 2008 at 9:34