Author: lou
Date: 2007-10-23 13:33:31 -0700 (Tue, 23 Oct 2007)
New Revision: 6978
Modified:
openlaszlo/trunk/docs/src/developers/programs/debugging-$4.lzx
Log:
Change 20071023-lou-Y by [EMAIL PROTECTED] on 2007-10-23 16:30:49 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: debug chapter example: move debug window so it's visible
New Features: Example 50.3. Logging to the debugger: the debug window was below
the bottom of the screen.
add a <debug> tag and move the window so it's visible.
Bugs Fixed: LPP-4955
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: John Sundman
Modified: openlaszlo/trunk/docs/src/developers/programs/debugging-$4.lzx
===================================================================
--- openlaszlo/trunk/docs/src/developers/programs/debugging-$4.lzx
2007-10-23 20:21:43 UTC (rev 6977)
+++ openlaszlo/trunk/docs/src/developers/programs/debugging-$4.lzx
2007-10-23 20:33:31 UTC (rev 6978)
@@ -1,4 +1,5 @@
<canvas debug="true" height="350">
+<debug x="160" y="5" height="150" width="300" />
<script>Debug.write('user code\n');</script>
<button text="Get x, y" width="150" height="150"
onclick="Debug.format('click: x=%d, y=%d\n', getMouse('x'), getMouse('y'))"
/>
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins