[Laszlo-checkins] r12390 - openlaszlo/trunk/lps/components/debugger

hqm@openlaszlo.org hqm at openlaszlo.org
Fri Jan 9 09:56:24 PST 2009


Author: hqm
Date: 2009-01-09 09:56:22 -0800 (Fri, 09 Jan 2009)
New Revision: 12390

Modified:
   openlaszlo/trunk/lps/components/debugger/debugger.lzx
Log:
Change 20090109-hqm-3 by hqm at badtzmaru.home on 2009-01-09 12:26:42 EST
    in /Users/hqm/openlaszlo/trunk5
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: make debugger set position to be on screen

New Features:

Bugs Fixed: LPP-7602

Technical Reviewer: ptw
QA Reviewer: (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    

Tests:

make test/hello.lzx canvas size small (200 x 500) and see that debugger still appears on the canvas



Modified: openlaszlo/trunk/lps/components/debugger/debugger.lzx
===================================================================
--- openlaszlo/trunk/lps/components/debugger/debugger.lzx	2009-01-09 17:27:52 UTC (rev 12389)
+++ openlaszlo/trunk/lps/components/debugger/debugger.lzx	2009-01-09 17:56:22 UTC (rev 12390)
@@ -101,7 +101,8 @@
 -->
 <class name="LzDebugWindow" 
        font="monospace" fontsize="11" fontstyle="plain"
-       y="50%" x="5%" height="45%" width="90%"
+       y="${canvas.height * .95 - this.height}" x="${canvas.width * .95 - this.width}"
+       height="45%" width="90%"
        oninit="initEvalView()" pixellock="true">
 
     <!-- ATTRIBUTES -->
@@ -940,7 +941,7 @@
 
 </library>
 <!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
-* Copyright 2001-2006, 2008 Laszlo Systems, Inc.  All Rights Reserved.              *
+* Copyright 2001-2006, 2008, 2009 Laszlo Systems, Inc.  All Rights Reserved.              *
 * Use is subject to license terms.                                            *
 * X_LZ_COPYRIGHT_END ****************************************************** -->
 <!-- @LZX_VERSION@                                                         -->



More information about the Laszlo-checkins mailing list