[Laszlo-dev] [Laszlo-checkins] r3382 - openlaszlo/branches/legals/test/rpc/javarpc

P T Withington ptw at openlaszlo.org
Mon Jan 15 07:55:57 PST 2007


I try to just remove canvas dimensions and debug tags altogether  
these days.  That way, your app will size to the canvas and the  
debugger will be in the lower 1/2 of your canvas, which is usually  
out of the way.  Fixed sizes and positions are so yesterday.

Hey Ben, it just occurred to me that there shouldn't be a debug tag  
at all.  If you really want to tell the debugger where to go, you  
should be saying:

<style>
   debugger { position: absolute; x: 5%; y: 55%; width: 90%; height  
40% }
</style>

But really, we just want to use the console debugger.  And we really  
want the console (and debugger) to be dhtml.

:)

On 2007-01-15, at 10:44 EST, hqm at openlaszlo.org wrote:

> Author: hqm
> Date: 2007-01-15 07:44:26 -0800 (Mon, 15 Jan 2007)
> New Revision: 3382
>
> Modified:
>    openlaszlo/branches/legals/test/rpc/javarpc/test-all.lzx
> Log:
> remove duplicate debug tag
>
>
> Modified: openlaszlo/branches/legals/test/rpc/javarpc/test-all.lzx
> ===================================================================
> --- openlaszlo/branches/legals/test/rpc/javarpc/test-all.lzx	 
> 2007-01-15 15:42:54 UTC (rev 3381)
> +++ openlaszlo/branches/legals/test/rpc/javarpc/test-all.lzx	 
> 2007-01-15 15:44:26 UTC (rev 3382)
> @@ -1,13 +1,13 @@
>  <canvas width="1400" height="600" debug="true">
> -  <debug fontsize="16"/>
> +  <debug fontsize="16" x="20" y="260" />
>
>      <include href="lzunit"/>
>      <include href="test-databinding.lzx"/>
>      <include href="test-count.lzx"/>
>      <include href="test-typemap.lzx"/>
>
> -    <debug x="20" y="260" />
>
> +
>      <security>
>          <allow>
>              <pattern>^org\.openlaszlo\.test\.xmlrpc\.</pattern>
>
>
> _______________________________________________
> Laszlo-checkins mailing list
> Laszlo-checkins at openlaszlo.org
> http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins



More information about the Laszlo-dev mailing list