promanik | 7 May 2013 02:52

[Laszlo-reviews] For Review: Change philip-20130506-t0j. Summary: Improve performance of html component


(Note: I am checking this changeset in.)

Change philip-20130506-t0j by philip <at> philip-i7-2 on 2013-05-06 20:42:11 
EDT
    in /cygdrive/f/clients/laszlo/svn/openlaszlo/trunk
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Improve performance of html component

New Features:

Bugs Fixed: LPP-10276

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

Documentation:

Release Notes:

Overview:

Details:
I think some recent changes I made to reduce closures resolved the 
memory leak (I did not observe them during testing). I did make a change 
to cache the location of the iframe to improve performance. The update 
runs via the idle timer and monitors the iframe position and zoom value. 
Most of the method is needed only when the window size changes.
(Continue reading)

Raju Bitter | 16 Apr 2013 23:14
Picon
Gravatar

[BULK] Custom type constructors and CSS

How are custom type objects instantiated when the value of the
attribute is set using CSS? I have a . custom type with a constructor
defined. When setting the attribute at runtime, the type's <accept>
tag is used to trigger the instantiation of the new type instance.

When I set the value using CSS, the constructor of the type is called,
passing an instance of the type instead of the CSS property value.

Is there any documentation online for the type system?

- Raju

Raju Bitter | 11 Apr 2013 03:09
Picon
Gravatar

[BULK] LPP-10352 Incorrect dimensions of focusview when setting the focus on a component with borderwidth set

I found another bug with the boxmodel mixin and the basefocusview. The
basefocusview sets the dimensions of a view ignoring possible
borderwidth values > 0, meaning the focus rectangle is smaller than
the target view with borders.
http://jira.openlaszlo.org/jira/browse/LPP-10352

- Raju

Steven Cho | 10 Apr 2013 04:03
Picon

[BULK] [BULK] Is there the slightest interest by CP in fixing the serious bugs within the view system/kernel at all?

When I subscribed the list I got this automated message from Laszlo
Systems (not CP!):

"The mailing lists are hosted by Laszlo Systems, but Laszlo Systems
employees participate in the lists as members of the community,
essentially on their own time and in the spirit of the collaborative
nature of any open source project. In particular, the lists are not an
official support mechanism and you should not expect an answer to any
particular question, from Laszlo Systems employees or anyone else."

Note this sentence: "In particular, the lists are not an official
support mechanism and you should not expect an answer to any
particular question, from Laszlo Systems employees or anyone else."

The welcome message needs to be updated, unless CP is trying to hide
the fact that OpenLaszlo is a Critical Path product right now. It
looks like the Critical Path Webtop system is a dead product. They try
to create a nice marketing message:
http://www.cp.net/index.php/news-2/280-news-radicati-top-player
"The Radicati Group names Critical Path ‘Top Player’ ... Messaging
platforms are robust, highly scalable, brandable, and localizable
offerings."

How robust and stable is your messaging platform if you don't maintain
one of the key platforms you are using for building highy-priced
products. Critical Path has a bad reputation anyway, haven't heard
anything good about the company from people in the Bay Area and people
working for one of the other companies they acquired. I wouldn't be
surprised if all former Laszlo employees have left the company by now.

(Continue reading)

Raju Bitter | 9 Apr 2013 16:34
Picon
Gravatar

[BULK] Is there the slightest interest by CP in fixing the serious bugs within the view system/kernel at all?

The number of serious bugs with the view system, boxmodel, corner
radius. drop shadow, clipping of views, click masking of views is
concerning. I've never seen the OpenLaszlo platform in such a state in
the past 8 1/2 years.

Is there anyone within the management at CP aware of those bugs, and
are those bugs going to be addressed? If not, the platform will become
be unusable very soon.

- Raju

Raju Bitter | 9 Apr 2013 16:28
Picon
Gravatar

[BULK] DHTML bug with boxmodel/borderwidth, getMouse() and containsPt()

In DHTML runtime, getMouse() adds the borderwith values to the x/y
position of the mouse pointer. containsPt() uses those incorrect
values and is broken as well.

http://jira.openlaszlo.org/jira/browse/LPP-10351

I'll assign the issue to Amy, since Max does not seem to be active any more.

- Raju

Raju Bitter | 7 Apr 2013 21:34
Picon
Gravatar

http://jira.openlaszlo.org/jira/browse/LPP-10349

There's a but in the LzCanvasGradient class for linear gradients in
SWF runtime. The details and a link to a test app to veryify the bug
have been added to the issue.

- Raju

Raju Bitter | 7 Apr 2013 22:52
Picon
Gravatar

[BULK] drawview, rounded corners, drop shadows / QA and bugs

Is Critical Path / Laszlo still working on a new component set for
OpenLaszlo? Looking at the number of bugs I'm running into when using
the drawview component with features like rounded corners and drop
shadows it seems that there's no much QA being done at the moment.

Are any other developers using these features for their apps? Without
some serious bugfixing and QA work drawview and some of the LFC APIs
for drop shadows and rounded corners are pretty broken.

If we provide patches and bug reports, is there any interest in
actually fixing those bugs? And is a 5.0 release realistic for 2013?

- Raju

Raju Bitter | 6 Apr 2013 18:47
Picon
Gravatar

[BULK] Re: [BULK] Clipping of views with rounded corners in DHTML not working

Thanks, Max.

Chad Olson | 28 Mar 2013 13:21
Picon

[BULK] Re: Laszlo-dev Digest, Vol 97, Issue 6

I still read the messages, but have been so busy with telcom work i have not been able to respond.  Still very interesting work being done, be a shame for it to die completely. 

On Mar 26, 2013 12:23 PM, <laszlo-dev-request <at> openlaszlo.org> wrote:
Send Laszlo-dev mailing list submissions to
        laszlo-dev <at> openlaszlo.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
or, via email, send a message with subject or body 'help' to
        laszlo-dev-request <at> openlaszlo.org

You can reach the person managing the list at
        laszlo-dev-owner <at> openlaszlo.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Laszlo-dev digest..."


Today's Topics:

   1. [BULK]  LPP-1840 can be closed (Raju Bitter)
   2. [BULK]  LPP-9457 / corner radius algorithm? (Raju Bitter)
   3. [BULK] Incorrect clipping of views with borderwidth > 0
      (Raju Bitter)
   4. [BULK] Clipping of views with rounded corners in DHTML    not
      working (Raju Bitter)
   5. [BULK] Re: Clipping of views with rounded corners in      DHTML
      not working (Raju Bitter)
   6. [BULK] How many people are still responding on this       list?
      (Raju Bitter)
   7. [BULK] Re: [BULK] How many people are still responding    on
      this list? (Raju Bitter)
   8. [BULK] Re: [BULK] How many people are still responding    on
      this list? (Johannes Boesl)
   9. [BULK] Re: [BULK] How many people are still responding    on
      this list? (P T Withington)


----------------------------------------------------------------------

Message: 1
Date: Tue, 26 Mar 2013 12:20:49 +0100
From: Raju Bitter <rajubitter <at> gmail.com>
Subject: [Laszlo-dev] [BULK]  LPP-1840 can be closed
To: Laszlo-dev <laszlo-dev <at> openlaszlo.org>
Message-ID:
        <CA+67v581nyYLMsP9w1m3E0nnQL4AibvUYkV-DOTftgoo5tbi8A <at> mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

I guess that http://jira.openlaszlo.org/jira/browse/LPP-1840 can be
closed, since there's no need for the roundrect class any more with
cornerradius support added to the LFC.

- Raju


------------------------------

Message: 2
Date: Tue, 26 Mar 2013 12:37:40 +0100
From: Raju Bitter <rajubitter <at> gmail.com>
Subject: [Laszlo-dev] [BULK]  LPP-9457 / corner radius algorithm?
To: Laszlo-dev <laszlo-dev <at> openlaszlo.org>
Message-ID:
        <CA+67v5-kbE73DwMJggFxuH7cQ+R_kAKpEwE1fYvSKSoHShzJ5g <at> mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

http://jira.openlaszlo.org/jira/browse/LPP-9457

Does anyone still know what algorithm Andre was using for the corner
radius? The only optimization which should be done at the moment is to
use a lower radius value for the inner corner, when a borderwidth is a
set on a view with a cornerradius > 0.

- Raju


------------------------------

Message: 3
Date: Tue, 26 Mar 2013 12:48:11 +0100
From: Raju Bitter <rajubitter <at> gmail.com>
Subject: [Laszlo-dev] [BULK] Incorrect clipping of views with
        borderwidth > 0
To: Laszlo-dev <laszlo-dev <at> openlaszlo.org>
Message-ID:
        <CA+67v5-GkR2XjGS_zrzD6P7iBYdrcU+hKGsGJy6m-Ht3=EsG7Q <at> mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Views with a borderwidth > 0 are not clipped correctly. The clipping
is applied based on the width of the view WITHOUT borders. Is the OL
team aware of that bug?

- Raju


------------------------------

Message: 4
Date: Tue, 26 Mar 2013 13:17:39 +0100
From: Raju Bitter <rajubitter <at> gmail.com>
Subject: [Laszlo-dev] [BULK] Clipping of views with rounded corners in
        DHTML   not working
To: Laszlo-dev <laszlo-dev <at> openlaszlo.org>
Message-ID:
        <CA+67v59GZV3KvmXkrACrJj27d9ZvKZ4Dhu_TGaAFp9hxScg7aw <at> mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

While clipping of views with rounded corners works in SWF10, it's not
working in DHTML runtime. Has anyone found a workaround for that?

- Raju


------------------------------

Message: 5
Date: Tue, 26 Mar 2013 14:35:34 +0100
From: Raju Bitter <rajubitter <at> gmail.com>
Subject: [Laszlo-dev] [BULK] Re: Clipping of views with rounded
        corners in      DHTML not working
To: Laszlo-dev <laszlo-dev <at> openlaszlo.org>
Message-ID:
        <CA+67v5_z=AZU0T9DKhm3V8fLd0+XXMH+gq9+1tP7L9yZLTMQvA <at> mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

It's actually working for a drawview when a resource is set on the
view directly, but the content of subviews is not clipped.


------------------------------

Message: 6
Date: Tue, 26 Mar 2013 14:37:34 +0100
From: Raju Bitter <rajubitter <at> gmail.com>
Subject: [Laszlo-dev] [BULK] How many people are still responding on
        this    list?
To: Laszlo-dev <laszlo-dev <at> openlaszlo.org>
Message-ID:
        <CA+67v5-d6PQYzvGJL-_ctARp0QRtDt_DTPoG0rO5APAqkqxEXA <at> mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

It seems that the only people responding to questions in this list are
Amy and Phil. Is anyone else still reading messages sent to this list?

Thanks, Raju


------------------------------

Message: 7
Date: Tue, 26 Mar 2013 15:21:47 +0100
From: Raju Bitter <rajubitter <at> gmail.com>
Subject: [Laszlo-dev] [BULK] Re: [BULK] How many people are still
        responding      on this list?
To: P T Withington <ptw <at> pobox.com>
Cc: Laszlo-dev <laszlo-dev <at> openlaszlo.org>
Message-ID:
        <CA+67v593iy-pDG541DBgaRadgMKsdNwvW93f27A9f1XQUCAtGw <at> mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Thanks, Tucker. Have fun, wherever you are... :-)


------------------------------

Message: 8
Date: Tue, 26 Mar 2013 15:06:23 +0100
From: Johannes Boesl <j.boesl <at> adito.de>
Subject: [Laszlo-dev] [BULK] Re: [BULK] How many people are still
        responding      on this list?
To: laszlo-dev <at> openlaszlo.org
Message-ID: <5151AB5F.3000902 <at> adito.de>
Content-Type: text/plain; charset=UTF-8; format=flowed

I'm reading since I'm still interested in activity around openlaszlo.
But openlaszlo gets more and more unattractive since it's pretty much
dead, isn't it?

Cheers, JBoesl


Am 26.03.2013 14:37, schrieb Raju Bitter:
> It seems that the only people responding to questions in this list are
> Amy and Phil. Is anyone else still reading messages sent to this list?
>
> Thanks, Raju



------------------------------

Message: 9
Date: Tue, 26 Mar 2013 08:12:44 -0600
From: P T Withington <ptw <at> pobox.com>
Subject: [Laszlo-dev] [BULK] Re: [BULK] How many people are still
        responding      on this list?
To: "rajubitter <at> gmail.com" <rajubitter <at> gmail.com>
Cc: Laszlo-dev <laszlo-dev <at> openlaszlo.org>
Message-ID: <0E16C1DE-953C-4B1A-8609-DE00037D0E56 <at> pobox.com>
Content-Type: text/plain;       charset=us-ascii

I'm seeing them, but on vacation.

On Mar 26, 2013, at 7:37, Raju Bitter <rajubitter <at> gmail.com> wrote:

> It seems that the only people responding to questions in this list are
> Amy and Phil. Is anyone else still reading messages sent to this list?
>
> Thanks, Raju


------------------------------

_______________________________________________
Laszlo-dev mailing list
Laszlo-dev <at> openlaszlo.org
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev


End of Laszlo-dev Digest, Vol 97, Issue 6
*****************************************
Amy DeVries | 26 Mar 2013 18:31
Picon

Re: [BULK] How many people are still responding

I'm here and reading it... we still use Laszlo on 3 different projects and probably going to start a 4th that
will use it soon. 


Gmane