Max Carlson | 1 Dec 01:48

[Laszlo-reviews] For Review: Change 20091130-maxcarlson-J Summary: Fix multi-select on OS X DHTML

Change 20091130-maxcarlson-J by maxcarlson <at> bank on 2009-11-30 16:43:33 PST
    in /Users/maxcarlson/openlaszlo/trunk-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix multi-select on OS X DHTML

Bugs Fixed: LPP-8476 - Can't multi-select on OS X

Technical Reviewer: ptw
QA Reviewer: hminsky

Details: LzKeyboardKernel.js - Comment out unwanted portion of metaKey processing in __updateControlKeys().

LzSprite - Turn on alt_key_sends_control quirk for all browsers under OS X, don't turn on for Safari which
is available on Windows.  Turn on hasmetakey quirk so metaKey processing happens in LzKeyboardKernel.__updateControlKeys().

Tests: Multi-select now works in OS X Firefox DHTML with either the alt or apple/command key.

Files:
M       WEB-INF/lps/lfc/kernel/dhtml/LzKeyboardKernel.js
M       WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091130-maxcarlson-J.tar
Max Carlson | 1 Dec 01:56
Favicon

[Laszlo-reviews] For Review: Change 20091130-maxcarlson-b Summary: Size edit and delete buttons to fit their text

Change 20091130-maxcarlson-b by maxcarlson <at> bank on 2009-11-30 16:54:27 PST
    in /Users/maxcarlson/openlaszlo/trunk-clean
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Size edit and delete buttons to fit their text

Bugs Fixed: LPP-8636 - Amazon shipping address panel shows clipped 'edit' and 'delete' links

Technical Reviewer: hminsky
QA Reviewer: ptw

Details: Allow the fields to measure their size, rather than using hard-coded values.

Tests: See address panel in amazon demo.

Files:
M       demos/amazon/address.lzx

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091130-maxcarlson-b.tar
P T Withington | 1 Dec 14:20
Picon
Favicon
Gravatar

Webkit our most important target?

[This article is ostensibly about Silverlight on the iPhone, which of course is not true.  They just demo-ed
an IIS server knowing that it needs to deliver H.264 video if the client is an iPhone.  But this comment was interesting...]

> With RIM’s acquisition of Torch Mobile, virtually all “native” smartphone browsers will be
WebKit based:
> iPhone = WebKit
> Android = WebKit
> WebOS = WebKit
> Symbian = WebKit
> Blackberry = WebKit (soon)
> WinMo = WebKit (with a 3rd-party browser)
> WebKit brings great HTML5 support to mobile devices. Fennec & Opera Mobile are also expected to provide
great HTML5 support.
> Streaming with HTML video seems like the best & easiest way to get video to smartphones, since it
eliminates the need for CPU intensive & battery draining addons like Flash & Silverlight. http://bit.ly/8YHaeq

Link: http://bit.ly/8YHaeq
Source: http://theappleblog.com/2009/11/26/no-flash-on-your-iphone-how-about-silverlight-instead/

Henry Minsky | 1 Dec 15:08
Favicon

Re: [Laszlo-reviews] For Review: Change 20091130-maxcarlson-J Summary: Fix multi-select on OS X DHTML

This fixes the multiselect bug  on OSX in Firefox and Safari for DHTML.

 However I noticed that in the example
http://127.0.0.1:8080/trunk/examples/components/list_example.lzx?lzr=dhtml
in Safari/DHTML, the first example list component is not drawing correctly at all.  That
seems to be a regression that is prior to this bug fix though.





On Mon, Nov 30, 2009 at 7:48 PM, Max Carlson <max <at> maxcarlson.com> wrote:
Change 20091130-maxcarlson-J by maxcarlson <at> bank on 2009-11-30 16:43:33 PST
   in /Users/maxcarlson/openlaszlo/trunk-clean
   for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix multi-select on OS X DHTML

Bugs Fixed: LPP-8476 - Can't multi-select on OS X

Technical Reviewer: ptw
QA Reviewer: hminsky

Details: LzKeyboardKernel.js - Comment out unwanted portion of metaKey processing in __updateControlKeys().

LzSprite - Turn on alt_key_sends_control quirk for all browsers under OS X, don't turn on for Safari which is available on Windows.  Turn on hasmetakey quirk so metaKey processing happens in LzKeyboardKernel.__updateControlKeys().

Tests: Multi-select now works in OS X Firefox DHTML with either the alt or apple/command key.

Files:
M       WEB-INF/lps/lfc/kernel/dhtml/LzKeyboardKernel.js
M       WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091130-maxcarlson-J.tar



--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com


_______________________________________________
Laszlo-reviews mailing list
Laszlo-reviews <at> www.openlaszlo.org
http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
Henry Minsky | 1 Dec 16:07
Favicon

Re: [Laszlo-reviews] For Review: Change 20091130-maxcarlson-b Summary: Size edit and delete buttons to fit their text

approved!

On Mon, Nov 30, 2009 at 7:56 PM, Max Carlson <max <at> openlaszlo.org> wrote:
Change 20091130-maxcarlson-b by maxcarlson <at> bank on 2009-11-30 16:54:27 PST
   in /Users/maxcarlson/openlaszlo/trunk-clean
   for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Size edit and delete buttons to fit their text

Bugs Fixed: LPP-8636 - Amazon shipping address panel shows clipped 'edit' and 'delete' links

Technical Reviewer: hminsky
QA Reviewer: ptw

Details: Allow the fields to measure their size, rather than using hard-coded values.

Tests: See address panel in amazon demo.

Files:
M       demos/amazon/address.lzx

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091130-maxcarlson-b.tar



--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com


_______________________________________________
Laszlo-reviews mailing list
Laszlo-reviews <at> www.openlaszlo.org
http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
P T Withington | 1 Dec 16:42
Picon
Favicon
Gravatar

[Laszlo-reviews] [UPDATE] For Review: Change 20091124-ptw-p Summary: Learn how to inspect long strings again

Can you review this?  It makes it so your swf10 backtraces can be inspected and legible.  Try causing a runtime
error and then do .getStackTrace() on the error object.  If you inspect the abbreviated string, it prints
out nicely.

Change 20091124-ptw-p by ptw <at> repo-man.home on 2009-11-24 19:18:55 EST
    in /Users/ptw/OpenLaszlo/trunk-2
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Learn how to inspect long strings again

Bugs Fixed: LPP-8635 Debug.inspect lost the ability to expand abbreviated strings

Technical Reviewer: hminsky (pending)

Overview:

    Rename the __String parameters `pretty` and `unique` to what they
    really do: `escape` (i.e., make non-printing characters in strings
    show up) and `readable` (i.e., if you can't return a
    representation that eval would say is === to the original, use the
    stylized debug representation <<type #uid | description>> to
    indicate so).

Details:

    swf9stubs, LzMessage, LzDebug.{js,as}, LzFormatter: Update
    parameter names.

    LzDebug: Update parameter names and documentation for __String and
    __StringDescription.  Change the return contract of
    __StringDescription to say whether or not the representation
    created is 'readable' or not.  Be more accurate about what is
    readable.  For string-like, only escaped, primitive strings that
    have not been truncated qualify.  Remove a lot of hairy inspection
    that was trying (but incorrectly) computing readable.  Don't enter
    non-objects into the circular reference table.  Make the decision
    as to when to used "unreadable" representations sane.  When
    inspecting non-objects, turn off length limit, escape, and
    readable, so you see the full content.

Tests:
    Create a program that causes a runtime error, e.g.:

      (function (x) { return x.foo })(3);

    Run in swf10.  Inspect the error.  In the Debugger, evaluate

      _.getStackTrace()

    You will get an abbreviated string like:

      «string(1838)| ReferenceError: Error #1069: P?»

    Inspect that, and you should see the expanded string, which is the
    backtrace from the runtime:

      lzx> Debug.inspect(«string(1838)| ReferenceError: Error #1069: P?») 
      ReferenceError: Error #1069: Property foo not found on Number and there is no default value.
              at <anonymous>()[/usr/local/tomcat/jakarta-tomcat-5.0.30/temp/lzswf9/Users/ptw/OpenLaszlo/trunk-2/test/build/ptw/$lzc$class_$2Fcanvas$2Fa.as:69]
              at $lzc$class_$2Fcanvas$2Fa/foo()[/usr/local/tomcat/jakarta-tomcat-5.0.30/temp/lzswf9/Users/ptw/OpenLaszlo/trunk-2/test/build/ptw/$lzc$class_$2Fcanvas$2Fa.as:82]
      [...]

Files:
M      WEB-INF/lps/lfc/debugger/swf9stubs.lzs
M      WEB-INF/lps/lfc/debugger/LzMessage.lzs
M      WEB-INF/lps/lfc/debugger/LzDebug.lzs
M      WEB-INF/lps/lfc/debugger/platform/dhtml/LzDebug.js
M      WEB-INF/lps/lfc/debugger/platform/swf9/LzDebug.as
M      WEB-INF/lps/lfc/compiler/LzFormatter.lzs

Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091124-ptw-p.tar
Henry Minsky | 1 Dec 17:04
Favicon

Re: [Laszlo-reviews] [UPDATE] For Review: Change 20091124-ptw-p Summary: Learn how to inspect long strings again

approved!



On Tue, Dec 1, 2009 at 10:42 AM, P T Withington <ptw <at> pobox.com> wrote:
Can you review this?  It makes it so your swf10 backtraces can be inspected and legible.  Try causing a runtime error and then do .getStackTrace() on the error object.  If you inspect the abbreviated string, it prints out nicely.

Change 20091124-ptw-p by ptw <at> repo-man.home on 2009-11-24 19:18:55 EST
   in /Users/ptw/OpenLaszlo/trunk-2
   for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Learn how to inspect long strings again

Bugs Fixed: LPP-8635 Debug.inspect lost the ability to expand abbreviated strings

Technical Reviewer: hminsky (pending)

Overview:

   Rename the __String parameters `pretty` and `unique` to what they
   really do: `escape` (i.e., make non-printing characters in strings
   show up) and `readable` (i.e., if you can't return a
   representation that eval would say is === to the original, use the
   stylized debug representation <<type #uid | description>> to
   indicate so).

Details:

   swf9stubs, LzMessage, LzDebug.{js,as}, LzFormatter: Update
   parameter names.

   LzDebug: Update parameter names and documentation for __String and
   __StringDescription.  Change the return contract of
   __StringDescription to say whether or not the representation
   created is 'readable' or not.  Be more accurate about what is
   readable.  For string-like, only escaped, primitive strings that
   have not been truncated qualify.  Remove a lot of hairy inspection
   that was trying (but incorrectly) computing readable.  Don't enter
   non-objects into the circular reference table.  Make the decision
   as to when to used "unreadable" representations sane.  When
   inspecting non-objects, turn off length limit, escape, and
   readable, so you see the full content.

Tests:
   Create a program that causes a runtime error, e.g.:

     (function (x) { return x.foo })(3);

   Run in swf10.  Inspect the error.  In the Debugger, evaluate

     _.getStackTrace()

   You will get an abbreviated string like:

     «string(1838)| ReferenceError: Error #1069: P?»

   Inspect that, and you should see the expanded string, which is the
   backtrace from the runtime:

     lzx> Debug.inspect(«string(1838)| ReferenceError: Error #1069: P?»)
     ReferenceError: Error #1069: Property foo not found on Number and there is no default value.
             at <anonymous>()[/usr/local/tomcat/jakarta-tomcat-5.0.30/temp/lzswf9/Users/ptw/OpenLaszlo/trunk-2/test/build/ptw/$lzc$class_$2Fcanvas$2Fa.as:69]
             at $lzc$class_$2Fcanvas$2Fa/foo()[/usr/local/tomcat/jakarta-tomcat-5.0.30/temp/lzswf9/Users/ptw/OpenLaszlo/trunk-2/test/build/ptw/$lzc$class_$2Fcanvas$2Fa.as:82]
     [...]

Files:
M      WEB-INF/lps/lfc/debugger/swf9stubs.lzs
M      WEB-INF/lps/lfc/debugger/LzMessage.lzs
M      WEB-INF/lps/lfc/debugger/LzDebug.lzs
M      WEB-INF/lps/lfc/debugger/platform/dhtml/LzDebug.js
M      WEB-INF/lps/lfc/debugger/platform/swf9/LzDebug.as
M      WEB-INF/lps/lfc/compiler/LzFormatter.lzs


Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091124-ptw-p.tar



--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com


_______________________________________________
Laszlo-reviews mailing list
Laszlo-reviews <at> www.openlaszlo.org
http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
Henry Minsky | 1 Dec 17:08
Favicon

Re: [Laszlo-reviews] [UPDATE] For Review: Change 20091124-ptw-p Summary: Learn how to inspect long strings again

Oh, one question, about this comment

      // If the debug name starts with '#' (indicating that it is a
        // global ID), turn isreadable on
        if (debug_name.charAt(0) != '#') {
          // TODO: Verify that the global value of debug_name is thing
          isreadable = true;
        }

The sense of the comment seems backwards to the sense of the comparison?


On Tue, Dec 1, 2009 at 10:42 AM, P T Withington <ptw <at> pobox.com> wrote:
Can you review this?  It makes it so your swf10 backtraces can be inspected and legible.  Try causing a runtime error and then do .getStackTrace() on the error object.  If you inspect the abbreviated string, it prints out nicely.

Change 20091124-ptw-p by ptw <at> repo-man.home on 2009-11-24 19:18:55 EST
   in /Users/ptw/OpenLaszlo/trunk-2
   for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Learn how to inspect long strings again

Bugs Fixed: LPP-8635 Debug.inspect lost the ability to expand abbreviated strings

Technical Reviewer: hminsky (pending)

Overview:

   Rename the __String parameters `pretty` and `unique` to what they
   really do: `escape` (i.e., make non-printing characters in strings
   show up) and `readable` (i.e., if you can't return a
   representation that eval would say is === to the original, use the
   stylized debug representation <<type #uid | description>> to
   indicate so).

Details:

   swf9stubs, LzMessage, LzDebug.{js,as}, LzFormatter: Update
   parameter names.

   LzDebug: Update parameter names and documentation for __String and
   __StringDescription.  Change the return contract of
   __StringDescription to say whether or not the representation
   created is 'readable' or not.  Be more accurate about what is
   readable.  For string-like, only escaped, primitive strings that
   have not been truncated qualify.  Remove a lot of hairy inspection
   that was trying (but incorrectly) computing readable.  Don't enter
   non-objects into the circular reference table.  Make the decision
   as to when to used "unreadable" representations sane.  When
   inspecting non-objects, turn off length limit, escape, and
   readable, so you see the full content.

Tests:
   Create a program that causes a runtime error, e.g.:

     (function (x) { return x.foo })(3);

   Run in swf10.  Inspect the error.  In the Debugger, evaluate

     _.getStackTrace()

   You will get an abbreviated string like:

     «string(1838)| ReferenceError: Error #1069: P?»

   Inspect that, and you should see the expanded string, which is the
   backtrace from the runtime:

     lzx> Debug.inspect(«string(1838)| ReferenceError: Error #1069: P?»)
     ReferenceError: Error #1069: Property foo not found on Number and there is no default value.
             at <anonymous>()[/usr/local/tomcat/jakarta-tomcat-5.0.30/temp/lzswf9/Users/ptw/OpenLaszlo/trunk-2/test/build/ptw/$lzc$class_$2Fcanvas$2Fa.as:69]
             at $lzc$class_$2Fcanvas$2Fa/foo()[/usr/local/tomcat/jakarta-tomcat-5.0.30/temp/lzswf9/Users/ptw/OpenLaszlo/trunk-2/test/build/ptw/$lzc$class_$2Fcanvas$2Fa.as:82]
     [...]

Files:
M      WEB-INF/lps/lfc/debugger/swf9stubs.lzs
M      WEB-INF/lps/lfc/debugger/LzMessage.lzs
M      WEB-INF/lps/lfc/debugger/LzDebug.lzs
M      WEB-INF/lps/lfc/debugger/platform/dhtml/LzDebug.js
M      WEB-INF/lps/lfc/debugger/platform/swf9/LzDebug.as
M      WEB-INF/lps/lfc/compiler/LzFormatter.lzs


Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091124-ptw-p.tar



--
Henry Minsky
Software Architect
hminsky <at> laszlosystems.com


_______________________________________________
Laszlo-reviews mailing list
Laszlo-reviews <at> www.openlaszlo.org
http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
P T Withington | 1 Dec 20:17
Picon
Favicon
Gravatar

Re: [Laszlo-reviews] [UPDATE] For Review: Change 20091124-ptw-p Summary: Learn how to inspect long strings again

Good catch.  I'll fix before I check in.  (I reversed the sense of a lot of these checks to only set readable when
I could _prove_ readable, rather than to unset it when it seemed it wasn't going to be readable.  Hence, it
will be much more accurate.  If I get the logic right!)

On 2009-12-01, at 11:08, Henry Minsky wrote:

> Oh, one question, about this comment
> 
>      // If the debug name starts with '#' (indicating that it is a
>        // global ID), turn isreadable on
>        if (debug_name.charAt(0) != '#') {
>          // TODO: Verify that the global value of debug_name is thing
>          isreadable = true;
>        }
> 
> The sense of the comment seems backwards to the sense of the comparison?
> 
> 
> On Tue, Dec 1, 2009 at 10:42 AM, P T Withington <ptw <at> pobox.com> wrote:
> 
>> Can you review this?  It makes it so your swf10 backtraces can be inspected
>> and legible.  Try causing a runtime error and then do .getStackTrace() on
>> the error object.  If you inspect the abbreviated string, it prints out
>> nicely.
>> 
>> Change 20091124-ptw-p by ptw <at> repo-man.home on 2009-11-24 19:18:55 EST
>>   in /Users/ptw/OpenLaszlo/trunk-2
>>   for http://svn.openlaszlo.org/openlaszlo/trunk
>> 
>> Summary: Learn how to inspect long strings again
>> 
>> Bugs Fixed: LPP-8635 Debug.inspect lost the ability to expand abbreviated
>> strings
>> 
>> Technical Reviewer: hminsky (pending)
>> 
>> Overview:
>> 
>>   Rename the __String parameters `pretty` and `unique` to what they
>>   really do: `escape` (i.e., make non-printing characters in strings
>>   show up) and `readable` (i.e., if you can't return a
>>   representation that eval would say is === to the original, use the
>>   stylized debug representation <<type #uid | description>> to
>>   indicate so).
>> 
>> Details:
>> 
>>   swf9stubs, LzMessage, LzDebug.{js,as}, LzFormatter: Update
>>   parameter names.
>> 
>>   LzDebug: Update parameter names and documentation for __String and
>>   __StringDescription.  Change the return contract of
>>   __StringDescription to say whether or not the representation
>>   created is 'readable' or not.  Be more accurate about what is
>>   readable.  For string-like, only escaped, primitive strings that
>>   have not been truncated qualify.  Remove a lot of hairy inspection
>>   that was trying (but incorrectly) computing readable.  Don't enter
>>   non-objects into the circular reference table.  Make the decision
>>   as to when to used "unreadable" representations sane.  When
>>   inspecting non-objects, turn off length limit, escape, and
>>   readable, so you see the full content.
>> 
>> Tests:
>>   Create a program that causes a runtime error, e.g.:
>> 
>>     (function (x) { return x.foo })(3);
>> 
>>   Run in swf10.  Inspect the error.  In the Debugger, evaluate
>> 
>>     _.getStackTrace()
>> 
>>   You will get an abbreviated string like:
>> 
>>     «string(1838)| ReferenceError: Error #1069: P?»
>> 
>>   Inspect that, and you should see the expanded string, which is the
>>   backtrace from the runtime:
>> 
>>     lzx> Debug.inspect(«string(1838)| ReferenceError: Error #1069: P?»)
>>     ReferenceError: Error #1069: Property foo not found on Number and
>> there is no default value.
>>             at
>> <anonymous>()[/usr/local/tomcat/jakarta-tomcat-5.0.30/temp/lzswf9/Users/ptw/OpenLaszlo/trunk-2/test/build/ptw/$lzc$class_$2Fcanvas$2Fa.as:69]
>>             at
>> $lzc$class_$2Fcanvas$2Fa/foo()[/usr/local/tomcat/jakarta-tomcat-5.0.30/temp/lzswf9/Users/ptw/OpenLaszlo/trunk-2/test/build/ptw/$lzc$class_$2Fcanvas$2Fa.as:82]
>>     [...]
>> 
>> Files:
>> M      WEB-INF/lps/lfc/debugger/swf9stubs.lzs
>> M      WEB-INF/lps/lfc/debugger/LzMessage.lzs
>> M      WEB-INF/lps/lfc/debugger/LzDebug.lzs
>> M      WEB-INF/lps/lfc/debugger/platform/dhtml/LzDebug.js
>> M      WEB-INF/lps/lfc/debugger/platform/swf9/LzDebug.as
>> M      WEB-INF/lps/lfc/compiler/LzFormatter.lzs
>> 
>> 
>> Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20091124-ptw-p.tar
>> 
> 
> 
> 
> -- 
> Henry Minsky
> Software Architect
> hminsky <at> laszlosystems.com
Max Carlson | 1 Dec 21:08
Favicon

Re: [Laszlo-reviews] For Review: Change 20091130-maxcarlson-J Summary: Fix multi-select on OS X DHTML

Yeah, I filed the Safari issue here:
http://jira.openlaszlo.org/jira/browse/LPP-8626

Henry Minsky wrote:
> This fixes the multiselect bug  on OSX in Firefox and Safari for DHTML.
> 
>  However I noticed that in the example
> http://127.0.0.1:8080/trunk/examples/components/list_example.lzx?lzr=dhtml
> in Safari/DHTML, the first example list component is not drawing 
> correctly at all.  That
> seems to be a regression that is prior to this bug fix though.
> 
> 
> 
> 
> 
> On Mon, Nov 30, 2009 at 7:48 PM, Max Carlson <max <at> maxcarlson.com 
> <mailto:max <at> maxcarlson.com>> wrote:
> 
>     Change 20091130-maxcarlson-J by maxcarlson <at> bank on 2009-11-30
>     16:43:33 PST
>        in /Users/maxcarlson/openlaszlo/trunk-clean
>        for http://svn.openlaszlo.org/openlaszlo/trunk
> 
>     Summary: Fix multi-select on OS X DHTML
> 
>     Bugs Fixed: LPP-8476 - Can't multi-select on OS X
> 
>     Technical Reviewer: ptw
>     QA Reviewer: hminsky
> 
>     Details: LzKeyboardKernel.js - Comment out unwanted portion of
>     metaKey processing in __updateControlKeys().
> 
>     LzSprite - Turn on alt_key_sends_control quirk for all browsers
>     under OS X, don't turn on for Safari which is available on Windows.
>      Turn on hasmetakey quirk so metaKey processing happens in
>     LzKeyboardKernel.__updateControlKeys().
> 
>     Tests: Multi-select now works in OS X Firefox DHTML with either the
>     alt or apple/command key.
> 
>     Files:
>     M       WEB-INF/lps/lfc/kernel/dhtml/LzKeyboardKernel.js
>     M       WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js
> 
>     Changeset:
>     http://svn.openlaszlo.org/openlaszlo/patches/20091130-maxcarlson-J.tar
> 
> 
> 
> 
> -- 
> Henry Minsky
> Software Architect
> hminsky <at> laszlosystems.com <mailto:hminsky <at> laszlosystems.com>
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Laszlo-reviews mailing list
> Laszlo-reviews <at> www.openlaszlo.org
> http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews

--

-- 
Regards,
Max Carlson
OpenLaszlo.org

Gmane