[Laszlo-dev] For Review: Change 20080324-dda-f Summary: doc: Add charts and some minor cleanups in HTML/Media category
Donald Anderson
dda at ddanderson.com
Tue Mar 25 09:55:00 PDT 2008
Thanks. No particular urgency for me, we'll just
need to note our doc regressions so we can revisit them
later.
On Mar 25, 2008, at 8:33 AM, P T Withington wrote:
> This is surely the same bug as LPP-5628 'Syntax error: the token
> "with" was not expected at this position'.
>
> It's #4 on my list.
>
> On 2008-03-24, at 23:34 EDT, Donald Anderson wrote:
>> Lou,
>>
>> Yes, I see that too on an updated tree, but not on an older tree with
>> my changes. I'm guessing that all the recent disruptive changes to
>> trunk did this in.
>>
>> I'm guessing this is the errant line in drawview.lzx:
>>
>> <interface name="drawview" extends="view">
>>
>> Anyone know if this is a known issue? The other one 'arc' is a
>> name conflict,
>> should be pretty easy to fix piepiece, but I'll wait for comments
>> before proceeding.
>>
>> It's possible there are other doc examples that have stopped working
>> too. There's a lot of action in trunk now, so some of these issues
>> might get cleaned up as the bigger fires are being put out.
>>
>> On Mar 24, 2008, at 8:35 PM, Lou Iorio wrote:
>>
>>> When I open a page with example code, like barchart, I get a
>>> compile error. If I go to the OpenLaszlo Editor, I get this:
>>>
>>> Compilation Errors
>>> extensions/drawview.lzx:18:5: Syntax error: the token "extends"
>>> was not expected at this position.
>>> Compilation Warnings
>>> charts/piechart/piepiece.lzx:5:47: In class 'piepiece' attribute
>>> 'arc' with type 'number' is overriding superclass attribute with
>>> same name but different type: method
>>>
>>> I did a svn update, then a complete build: ant clean build doc
>>>
>>> Lou
>>>
>>> On Mar 24, 2008, at 6:24 PM, Donald Anderson wrote:
>>>> Change 20080324-dda-f by dda at lester.local on 2008-03-24 17:45:39
>>>> EDT
>>>> in /Users/dda/laszlo/src/svn/openlaszlo/trunk-doc2
>>>> for http://svn.openlaszlo.org/openlaszlo/trunk
>>>>
>>>> Summary: doc: Add charts and some minor cleanups in HTML/Media
>>>> category
>>>>
>>>> New Features:
>>>>
>>>> Bugs Fixed: LPP-4935 (complete), LPP-5396 (partial)
>>>>
>>>> Technical Reviewer: (pending)
>>>> QA Reviewer: (pending)
>>>> Doc Reviewer: liorio (pending)
>>>>
>>>> Documentation:
>>>> See details.
>>>>
>>>> Release Notes:
>>>>
>>>> Details:
>>>> - To Contents tab under HTML, replaced LzTextFormat
>>>> (deprecated) by textformat.
>>>> - To Contents tab under Charts, copied list from 3.4.
>>>> - Insert @access public judiciously in charts sources.
>>>> - In charts sources, worked around a couple problems where
>>>> <include>
>>>> was not always working to pick up contents of needed files.
>>>> This was done by inserting a couple of redundant <include> tags
>>>> to pick up the needed files. The two problems:
>>>> -- <include href="../xxx/file.lzx"> is silently failing to
>>>> open the file.
>>>> I made some primitive attempts to fix in the xsl before
>>>> deciding to workaround.
>>>> -- <include href="piechartplotarea.lzx"> is failing to get
>>>> included content when used from piechart.lzx.
>>>> Did some prelim diagnosis, but still do not know the
>>>> reason.
>>>> - Also corrected an errant include of legend.lzx in
>>>> piechart.lzx (it was probably
>>>> already included elsewhere, allowing it to work).
>>>> - Changed the file headers for LzAudio.lzs and LzFont.lzs files
>>>> to be @access public
>>>> in an attempt to produce content for these files.
>>>> LzFont.html is now produced,
>>>> and is referenced from TOC.
>>>> - fixed a couple typos in content.
>>>>
>>>> Tests:
>>>> Testing content:
>>>> Did 'ant reference' in docs/src and checked all the links in
>>>> the changed sections of the TOC.
>>>> Testing charts:
>>>> Did 'ant clean; ant; at the top of the tree to rebuild
>>>> everything (especially charts).
>>>> Checked that the doc chart examples run.
>>>> Regression:
>>>> did smokecheck SWF8/DHTML
>>>>
>>>> Files:
>>>> M WEB-INF/lps/lfc/kernel/swf/LzAudio.as
>>>> M WEB-INF/lps/lfc/helpers/LzFont.lzs
>>>> M docs/src/nav/toc.xml
>>>> M docs/src/reference/wrappers.xml
>>>> M docs/src/xsl/lzx2js2doc.xsl
>>>> M lps/components/charts/columnchart/columnchart.lzx
>>>> M lps/components/charts/piechart/piechartplotarea.lzx
>>>> M lps/components/charts/piechart/piechart.lzx
>>>> M lps/components/charts/library.lzx
>>>> M lps/components/charts/styles/chartstyle.lzx
>>>> M lps/components/charts/addon/library.lzx
>>>> M lps/components/charts/addon/zoomarea.lzx
>>>> M lps/components/charts/barchart/barchart.lzx
>>>> M lps/components/charts/common/axis.lzx
>>>> M lps/components/charts/common/library.lzx
>>>> M lps/components/charts/common/datalabel.lzx
>>>> M lps/components/charts/common/valuepoints.lzx
>>>> M lps/components/charts/common/datamarker.lzx
>>>> M lps/components/charts/common/horizontalaxis.lzx
>>>> M lps/components/charts/common/label.lzx
>>>> M lps/components/charts/common/valueregion.lzx
>>>> M lps/components/charts/common/dataseries.lzx
>>>> M lps/components/charts/common/valueline.lzx
>>>> M lps/components/charts/common/datatip.lzx
>>>> M lps/components/charts/common/rectangularchart.lzx
>>>> M lps/components/charts/common/legend.lzx
>>>> M lps/components/charts/common/verticalaxis.lzx
>>>> M lps/components/charts/common/chart.lzx
>>>> M lps/components/charts/linechart/linechart.lzx
>>>> M lps/components/extensions/views/LzTextFormat.lzx
>>>>
>>>> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20080324-dda-f.tar
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Don Anderson
>>>> Java/C/C++, Berkeley DB, systems consultant
>>>>
>>>> voice: 617-547-7881
>>>> email: dda at ddanderson.com
>>>> www: http://www.ddanderson.com
>>>>
>>>>
>>>>
>>>>
>>>
>>
>>
>> --
>>
>> Don Anderson
>> Java/C/C++, Berkeley DB, systems consultant
>>
>> voice: 617-547-7881
>> email: dda at ddanderson.com
>> www: http://www.ddanderson.com
>>
>>
>>
>>
>
--
Don Anderson
Java/C/C++, Berkeley DB, systems consultant
voice: 617-547-7881
email: dda at ddanderson.com
www: http://www.ddanderson.com
More information about the Laszlo-dev
mailing list