FWIW, you might want to use the canvas attributes as  
LzCanvas.versionInfoString does, for consistency and simplicity  
(seems a shame to make that data fetch for Build:).  Or use the  
<versioninfo/> component, which is a clickable overlay with all the  
version info.

Hm, maybe <versioninfo/> should have a `verbose` attribute and show  
less or more information depending on its setting?  And, there needs  
to be a  right-click handler to copy the full data to your clipboard...

On 2006-09-28, at 23:49 EDT, [EMAIL PROTECTED] wrote:

> ===================================================================
> --- openlaszlo/branches/legals/laszlo-explorer/explore-nav.lzx         
> 2006-09-28 16:42:37 UTC (rev 1951)
> +++ openlaszlo/branches/legals/laszlo-explorer/explore-nav.lzx         
> 2006-09-29 03:49:49 UTC (rev 1952)
> @@ -309,9 +309,9 @@
>              </method>
>      </basebutton>
>      <view x="10" y="570" layout="axis:y">
> -      <text resize="true" fgcolor="white"  
> font="smallfont,verdana,sans-serif" fontsize="8" text="${'Version:  
> ' + canvas.version}" />
> +      <text resize="true" fgcolor="white"  
> font="smallfont,verdana,sans-serif" fontsize="8" text="${'Version:  
> ' + canvas.version + ' (' + $runtime + ')'}" />
>        <view>
> -        <text fgcolor="white" font="smallfont,verdana,sans-serif"  
> fontsize="8" text="Build: "/>
> +        <text fgcolor="white" font="smallfont,verdana,sans-serif"  
> fontsize="8" text="Build:"/>
>          <text resize="true" fgcolor="white"  
> font="smallfont,verdana,sans-serif" fontsize="8" datapath="sinfo:/*/ 
> @build"/>
>          <simplelayout axis="x"/>
>        </view>


_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to