<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.java.openlaszlo.devel">
    <title>gmane.comp.java.openlaszlo.devel</title>
    <link>http://blog.gmane.org/gmane.comp.java.openlaszlo.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28808"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28807"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28806"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28805"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28804"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28803"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28802"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28801"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28800"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28799"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28798"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28797"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28796"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28795"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28794"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28793"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28792"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28791"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28790"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28789"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28808">
    <title>[Laszlo-reviews] For Review: Change philip-20130506-t0j. Summary: Improve performance of html component</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28808</link>
    <description>&lt;pre&gt;
(Note: I am checking this changeset in.)


Change philip-20130506-t0j by philip&amp;lt; at &amp;gt;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.






Tests:
Test case in jira. I do not see a memory leak in IE9, but I suspect this 
is from an earlier change where I removed a bunch of closures. I did 
enable some code to cache the position of the iframes. Performance 
improvement is only about 1%, but it should help reduce any flickering 
when the iframe is moved.


Files:
M       lps/includes/source/iframemanager.js


Changeset: 
http://svn.openlaszlo.org/openlaszlo/patches/philip-20130506-t0j.tar



&lt;/pre&gt;</description>
    <dc:creator>promanik&lt; at &gt;laszlosystems.com</dc:creator>
    <dc:date>2013-05-07T00:52:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28807">
    <title>[BULK] Re: [BULK] Re: [BULK] Custom type constructorsand CSS</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28807</link>
    <description>&lt;pre&gt;One more thing:

http://svn.openlaszlo.org/openlaszlo/trunk/lps/components/mixins/cssfonts.lzx

is probably the most complete/complex example of defining a new "presentation type" (look for the &amp;lt;type&amp;gt; tag) that describes a very complex css style and how it is applied to an attribute.

Sorry not to be able to provide more info, but that example should be instructive to follow.  Feel free to ask questions.

On 2013-04-16, at 18:12, Raju Bitter &amp;lt;rajubitter&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>P T Withington</dc:creator>
    <dc:date>2013-04-17T14:23:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28806">
    <title>[BULK]  Re:  [BULK] Custom type constructors and CSS</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28806</link>
    <description>&lt;pre&gt;It's interesting: for the DHTML runtime, the expression

Debug.info(value is lz.MyTpe)

is compiled without any problems and evaluated (returns true, which is correct).

For the SWF10 runtime, I get the following error:
org.openlaszlo.sc.CompilerError:
../../app/lzx/test/playground/styledview/types-css.lzx: 36: Error:
Access of undefined property $lzc$class_MyType, in line:
Debug.info(value_$0 is $lzc$class_MyType);

When I set the class name to $lzc$class_MyType instead of just MyType,
everything works as expected.

Thanks again!

Raju

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-04-16T22:23:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28805">
    <title>[BULK] Re: [BULK] Custom type constructors and CSS</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28805</link>
    <description>&lt;pre&gt;One more link about the incomplete state of the type system:

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

On Apr 16, 2013, at 17:14, Raju Bitter &amp;lt;rajubitter&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>P T Withington</dc:creator>
    <dc:date>2013-04-16T22:16:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28804">
    <title>[BULK]  Re:  [BULK] Custom type constructors and CSS</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28804</link>
    <description>&lt;pre&gt;Thanks, Tucker.

I did some more testing: it's actually the attribute's
setter method which is being called with a string value when I use an
inline attribute value. In case of a value set through CSS, an
instance of the new type is created on the fly and passed into the
setter.

The only question left: Why isn't it possible to test for the class
using the 'is', e.g.

if (value is lz.MyType)

for this type definition:

        class MyType {
            var _value;
            function MyType(val) {
                Debug.info('MyTpe constructor: value=', val);
                this._value = "processed value: " + val;
            }
            function convertToString() {
                return _value;
            }
        }
        lz.MyType = MyType;

I've attached the source of my small test app for anyone else interested.

Thanks, Raju
&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-04-16T22:12:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28803">
    <title>[BULK] Re: [BULK] Custom type constructors and CSS</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28803</link>
    <description>&lt;pre&gt;The intent was that for custom types you write an accept method that knows how to parse the CSS representation (a string) into the internal representation (an instance of your custom class) and that is passed as the value of the attribute.  Some useful links might be here:

http://www.openlaszlo.org/lps4.9/docs/developers/css.html#dynamiccss
http://www.openlaszlo.org/lps4.9/docs/developers/debugging.html#explaincss
http://thread.gmane.org/gmane.comp.java.openlaszlo.devel/26537/focus=6569

Although you have probably already found all of those.  I had started, but not finished (as I recall) the ability to create additional types in LZX.

On 2013-04-16, at 17:14, Raju Bitter &amp;lt;rajubitter&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>P T Withington</dc:creator>
    <dc:date>2013-04-16T22:00:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28802">
    <title>[BULK]  Custom type constructors and CSS</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28802</link>
    <description>&lt;pre&gt;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 &amp;lt;accept&amp;gt;
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

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-04-16T21:14:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28801">
    <title>[BULK] LPP-10352 Incorrect dimensions of focusviewwhen setting the focus on a component with borderwidth set</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28801</link>
    <description>&lt;pre&gt;I found another bug with the boxmodel mixin and the basefocusview. The
basefocusview sets the dimensions of a view ignoring possible
borderwidth values &amp;gt; 0, meaning the focus rectangle is smaller than
the target view with borders.
http://jira.openlaszlo.org/jira/browse/LPP-10352

- Raju

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-04-11T01:09:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28800">
    <title>[BULK] Re: [BULK] Is there the slightest interest byCP in fixing the serious bugs within the view system/kernel at all?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28800</link>
    <description>&lt;pre&gt;I think Webtop is still being used, not that I've heard of any new
customer announcements since Laszlo has been acquired. But that's
probably due to the zero marketing activity we have seen.

Laszlo used to have an active announcement mailing list, but that has
been dead since  August 2010:
http://www.openlaszlo.org/pipermail/laszlo-announce/

Last announcement there was the 4.8.1 release. Laszlo/CP has been
doing development, although the number of commits is much lower than
it used to be. People kept telling me that Laszlo/CP is still fixing
bugs, but most of the features which have been added in the past 4
years have not been tested well or haven't received decent QA - due to
lack of community members testing the platform and lack of resources
on the Laszlo side.

- Raju

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-04-10T13:05:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28799">
    <title>[BULK] [BULK] Is there the slightest interest by CP infixing the serious bugs within the view system/kernel at all?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28799</link>
    <description>&lt;pre&gt;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.

Stevie


&lt;/pre&gt;</description>
    <dc:creator>Steven Cho</dc:creator>
    <dc:date>2013-04-10T02:03:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28798">
    <title>[BULK] Is there the slightest interest by CP in fixingthe serious bugs within the view system/kernel at all?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28798</link>
    <description>&lt;pre&gt;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

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-04-09T14:34:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28797">
    <title>[BULK]  DHTML bug with boxmodel/borderwidth,getMouse() and containsPt()</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28797</link>
    <description>&lt;pre&gt;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

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-04-09T14:28:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28796">
    <title>[BULK]  Re: drawview, rounded corners,drop shadows / QA and bugs</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28796</link>
    <description>&lt;pre&gt;Doesn't "sound" like there's any serious QA being done. Is there any
interest left by developers inside/outside Laszlo to cooperate fixing
these bugs? For the project I'm working on, I'd be willing to assemble
a list of all the bugs related to drawview/sprite and rounded corners,
drop shadows as well as background rendering. If those bugs are fixes,
at leased the platform can be used. If not, it's pretty useless.

- Raju

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-04-09T13:08:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28795">
    <title>[BULK] LzCanvasGradient bug /http://jira.openlaszlo.org/jira/browse/LPP-10349</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28795</link>
    <description>&lt;pre&gt;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

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-04-07T19:34:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28794">
    <title>[BULK] Re: LzCanvasGradient bug /http://jira.openlaszlo.org/jira/browse/LPP-10349</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28794</link>
    <description>&lt;pre&gt;That's of course a "bug" and not a "but". Here's the link to the JIRA
issue, forgot to add that to my last message:
http://jira.openlaszlo.org/jira/browse/LPP-10349

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-04-07T20:54:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28793">
    <title>[BULK]  drawview, rounded corners,drop shadows / QA and bugs</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28793</link>
    <description>&lt;pre&gt;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

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-04-07T20:52:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28792">
    <title>[BULK] Re: [BULK] Clipping of views with roundedcorners in DHTML not working</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28792</link>
    <description>&lt;pre&gt;Thanks, Max.

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-04-06T16:47:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28791">
    <title>[BULK]  Aw:  [BULK]  Re: Laszlo-dev Digest, Vol 97,Issue 6</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28791</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>Nico Voss</dc:creator>
    <dc:date>2013-03-28T15:31:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28790">
    <title>[BULK]  Re: Laszlo-dev Digest, Vol 97, Issue 6</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28790</link>
    <description>&lt;pre&gt;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, &amp;lt;laszlo-dev-request&amp;lt; at &amp;gt;openlaszlo.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Chad Olson</dc:creator>
    <dc:date>2013-03-28T12:21:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28789">
    <title>[BULK] Re: [BULK] Re: [BULK] How many people are stillresponding on this list?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28789</link>
    <description>&lt;pre&gt;Thanks for all your answers, after months of no emails showing up in
the laszlo-dev mailing list I'm surprised that there's still a handful
of people following this list.

Cheers, Raju

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-03-26T23:54:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28788">
    <title>[BULK] Re: [BULK] Re: [BULK] How many people are stillresponding on this list?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/28788</link>
    <description>&lt;pre&gt;2013/3/26 Johannes Boesl &amp;lt;j.boesl&amp;lt; at &amp;gt;adito.de&amp;gt;:

Without anyone from CP telling us something about the state of the
project, there's no reason to believe that there's much activity. But
a 5.0 release would be a good for all of us (CP, OpenLaszlo,
community). I'm still using OpenLaszlo at the moment, and all the bugs
I'm reporting or where I'm providing patches are things which I need
for the application I'm working on.

Cheers, Raju

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2013-03-26T23:53:58</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.openlaszlo.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.java.openlaszlo.devel</link>
  </textinput>
</rdf:RDF>
