<?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 about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel">
    <title>gmane.comp.java.openlaszlo.devel</title>
    <link>http://permalink.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/18327"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18326"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18325"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18324"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18323"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18322"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18321"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18320"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18319"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18318"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18317"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18316"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18315"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18314"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18313"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18312"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18311"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18310"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18309"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18308"/>
      </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/18327">
    <title>For Review: Change 20081204-hqm-K Summary: allowclasses in &lt;import&gt; libraries to extend classes from main app</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18327</link>
    <description>Change 20081204-hqm-K by hqm&lt; at &gt;badtzmaru.home on 2008-12-04 23:20:15 EST
     in /Users/hqm/openlaszlo/trunk
     for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: allow classes in &lt;import&gt; libraries to extend classes from  
main app

New Features:

Bugs Fixed: LPP-740

Technical Reviewer: ptw
QA Reviewer: promanik
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:

+ In order to allow classes in an &lt;import&gt; (loadable library) to  
subclass
classes in the main app, the flex compiler must be given a pointer to  
the main
app's as3 working dir, so it can resolve links with the superclasses.

This change addresses this issue:

1) Main app defines class A, library defines "class B extends A"

This change reorders the compilations in the tag compiler, so the main
app is compiled first, and any &lt;import&gt; libraries are compiled
afterwards. A pointer to the main application's as3 tmp working dir is
passed to any compilations of &lt;import&gt; libraries.  The flex compiler
is given these extra args

    </description>
    <dc:creator>Henry Minsky</dc:creator>
    <dc:date>2008-12-05T04:35:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18326">
    <title>Re: soap support</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18326</link>
    <description>One other thing, the version of the apache axis library we are using
is very old, and they changed the API in the more recent versions, so
a considerable amount of the code that makes the SOAP call, and then
encodes the result as JSON would need to be rewritten if that library
is upgraded. The code that is written depends on subclassing some of
the Apache Axis classes, and that would need to be changed. It would
be probably be a good thing if that code were updated and the old code
discarded!




On Wed, Dec 3, 2008 at 11:57 PM, ono keiji &lt;keiji_ono&lt; at &gt;net8.co.jp&gt; wrote:



</description>
    <dc:creator>Henry Minsky</dc:creator>
    <dc:date>2008-12-05T03:30:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18325">
    <title>How to fake yourself out in Java</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18325</link>
    <description>I wrote a class which looked like this

class LibraryCompilation {
    ImportCompiler  importCompiler;
    File infile;
    String outfile;
    String liburl;
    Element element;

    LibraryCompilation (ImportCompiler ImportCompiler, File infile,
String outfile, String liburl, Element element) {
        this.importCompiler  = importCompiler;
        this.infile = infile;
        this.outfile = outfile;
        this.liburl = liburl;
        this.element = element;
    }

I named the first arg to the constructor "ImportCompiler" instead of
"importCompiler". The code compiled fine, but the
value of the "importCompiler" slot was always null. Only took about
fifteen or twenty minutes to figure this out :-(

</description>
    <dc:creator>Henry Minsky</dc:creator>
    <dc:date>2008-12-04T23:52:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18324">
    <title>Re: Fwd: reference nave pane has dark background</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18324</link>
    <description>I can make the change (if Don doesn't mind), but I see no reason why  
it should
be temporary. However, you have so much more knowledge than I, why don't
_you_ file the bug to Josh? :-)

On Dec 4, 2008, at 6:57 PM, P T Withington wrote:



</description>
    <dc:creator>Lou Iorio</dc:creator>
    <dc:date>2008-12-04T23:04:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18323">
    <title>Re: Fwd: reference nave pane has dark background</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18323</link>
    <description>So you could make the temp fix, mark it to be reverted when the bug  
you file to Josh is fixed. :)

On Dec 4, 2008, at 17:29, Lou Iorio &lt;lou&lt; at &gt;louiorio.com&gt; wrote:


</description>
    <dc:creator>P T Withington</dc:creator>
    <dc:date>2008-12-04T22:57:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18322">
    <title>Re: Fwd: reference nave pane has dark background</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18322</link>
    <description>I agree that we need to know the root cause in case this breaks someone
else's code, but this seems like a good solution for the reference.


On Dec 4, 2008, at 6:08 PM, P T Withington wrote:



</description>
    <dc:creator>Lou Iorio</dc:creator>
    <dc:date>2008-12-04T22:29:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18321">
    <title>Re: Fwd: reference nave pane has dark background</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18321</link>
    <description>We need to know the root cause...  Perhaps assign to Josh, who has  
played with colors a lot lately?

On 2008-12-04, at 17:02EST, Donald Anderson wrote:



</description>
    <dc:creator>P T Withington</dc:creator>
    <dc:date>2008-12-04T22:08:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18320">
    <title>Re: Fwd: reference nave pane has dark background</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18320</link>
    <description>FWIW, changing the three tabpanes in docs/src/nav/nav.lzx to have an  
explicit bgcolor fixes this:

&lt;     &lt;tabpane width="${parent.width}"&gt;
---
 &gt;     &lt;tabpane width="${parent.width}" bgcolor="0xffffff"&gt;

Should I do that, or does someone want to chase the root cause?


On Dec 4, 2008, at 11:05 AM, Lou Iorio wrote:



--

Don Anderson
Java/C/C++, Berkeley DB, systems consultant

voice: 617-547-7881
email: dda&lt; at &gt;ddanderson.com
www: http://www.ddanderson.com



</description>
    <dc:creator>Donald Anderson</dc:creator>
    <dc:date>2008-12-04T22:02:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18319">
    <title>Re: For Review: Change 20081204-Philip-2 Summary: Fixxmlrpc example in the ref guide to using a running service</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18319</link>
    <description>approved

On Dec 4, 2008, at 2:39 PM, Philip Romanik wrote:


</description>
    <dc:creator>Lou Iorio</dc:creator>
    <dc:date>2008-12-04T20:15:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18318">
    <title>For Review: Change 20081204-Philip-2 Summary: Fix xmlrpc example in the ref guide to using a running service</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18318</link>
    <description>Change 20081204-Philip-2 by &lt;mailto:Philip&lt; at &gt;Philip-DC&gt;Philip&lt; at &gt;Philip-DC 
on 2008-12-04 13:25:52 EST
     in /cygdrive/f/laszlo/svn/src/svn/openlaszlo/trunk
     for 
&lt;http://svn.openlaszlo.org/openlaszlo/trunk&gt;http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Fix xmlrpc example in the ref guide to using a running service

New Features:

Bugs Fixed: LPP-6490

Technical Reviewer: jcrowley
QA Reviewer: lou
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
I found a working xml-rpc service that performs basic integer math. I 
updated the example. You can also find the example in the jira report.

Tests:
See jira. This works in swf8/dhtml but an error is returned in swf9. 
I'm creating a new jira task for this (LPP-7436).


Files:
M      lps/components/rpc/xmlrpc.lzx

Changeset: 
&lt;http://svn.openlaszlo.org/openlaszlo/patches/20081204-Philip-2.tar&gt;http://svn.openlaszlo.org/openlaszlo/patches/20081204-Philip-2.tar
</description>
    <dc:creator>Philip Romanik</dc:creator>
    <dc:date>2008-12-04T18:39:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18317">
    <title>Re: Fwd: reference nave pane has dark background</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18317</link>
    <description>I wonder if this is fallout from the changes to color declarations   
somehow

Sent from my iPhone

On Dec 4, 2008, at 11:05 AM, Lou Iorio &lt;lou&lt; at &gt;louiorio.com&gt; wrote:

</description>
    <dc:creator>Henry Minsky</dc:creator>
    <dc:date>2008-12-04T17:52:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18316">
    <title>Fwd: reference nave pane has dark background</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18316</link>
    <description>Anyone know anything more about this?

Begin forwarded message:


</description>
    <dc:creator>Lou Iorio</dc:creator>
    <dc:date>2008-12-04T16:05:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18315">
    <title>For Review: Change 20081204-lou-Y Summary: dguide,Chapter 33. Extending Classes section 2.2. Attribute settersdefined with &lt;setter/&gt;: format program listings</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18315</link>
    <description>Change 20081204-lou-Y by lou&lt; at &gt;loumac.local on 2008-12-04 07:31:24 AST
     in /Users/lou/src/svn/openlaszlo/trunk
     for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: dguide, Chapter 33. Extending Classes section 2.2. Attribute  
setters defined with &lt;setter/&gt;: format program listings

Bugs Fixed: LPP-7433

Details: Add indentation to program listings to make them easier to  
read (no content changes)

Tests: visual verify

Files:
M      docs/src/developers/classes-powerprogramming.dbk


Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20081204-lou-Y.tar

</description>
    <dc:creator>Lou Iorio</dc:creator>
    <dc:date>2008-12-04T11:36:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18314">
    <title>Re: soap support</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18314</link>
    <description>Thank you Henry, i will try this issue, and LPP-5172 should be reopened.


Henry Minsky さんは書きました:

</description>
    <dc:creator>ono keiji</dc:creator>
    <dc:date>2008-12-04T04:57:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18313">
    <title>Re: soap support</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18313</link>
    <description>Here is a very simplified description of the SOAP implementation.
Please ask me if you need any
further information or have any questions.

You can watch some of the transactions by turning on debug logging on
the server in
WEB-INF/lps/config/lps.xml:

        &lt;logger name="org.openlaszlo" additivity="false"&gt;
            &lt;priority value="debug" /&gt;
            &lt;appender-ref ref="lps" /&gt;
        &lt;/logger&gt;

        &lt;logger name="org.apache.axis" additivity="false"&gt;
            &lt;priority value="info" /&gt;   &lt;!-- ??? I;m not sure about
this one ???? --&gt;
            &lt;appender-ref ref="lps" /&gt;
        &lt;/logger&gt;

And also using Firebug or other debugger to watch the HTTP
transactions when you run examples.

There are some test cases in test/rpc/soap/*.lzx. The dotnet-math.lzx
one works now.



The SOAP package does two things:

    Loading the SOAP WSDL and Creating Proxy Functions

Initially, when a &lt;soap&gt; service is instantiated, it will send a
message to the LPS server, to get the WSDL description of the service.

</description>
    <dc:creator>Henry Minsky</dc:creator>
    <dc:date>2008-12-03T23:26:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18312">
    <title>Re: Syntactic sugar</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18312</link>
    <description>We could have the shortcut name be `$et` or something, to make it less  
likely to collide.

Don should comment on how hard it might be to add your `set v.a`  
proposal.  If we did something like that, we ought to spend some time  
thinking about how we might put the other half of constraints into a  
JS-like syntax, something like:

   bind v.a = ....;


On 2008-12-03, at 15:27EST, André Bargull wrote:




</description>
    <dc:creator>P T Withington</dc:creator>
    <dc:date>2008-12-03T23:10:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18311">
    <title>Re: Syntactic sugar</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18311</link>
    <description>Yes.

On 12/3/2008 9:56 PM, Henry Minsky wrote:


</description>
    <dc:creator>André Bargull</dc:creator>
    <dc:date>2008-12-03T21:41:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18310">
    <title>Re: For Review: Change 20081130-ptw-v Summary: Revertinit arg behavior</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18310</link>
    <description>

I was thinking I had to make sure not to trip over properties on  
Object.prototype.  But, no one else worries about that, so I won't  
either.


Shouldn't be a problem.  The whole node will be gc-ed.


Yes, just a matter of actually coding it up!

</description>
    <dc:creator>P T Withington</dc:creator>
    <dc:date>2008-12-03T21:11:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18309">
    <title>Re: Syntactic sugar</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18309</link>
    <description>Is IE7 the only runtime platform that we support now that does not
have setters ?



On Wed, Dec 3, 2008 at 3:27 PM, André Bargull &lt;andre.bargull&lt; at &gt;udo.edu&gt; wrote:



</description>
    <dc:creator>Henry Minsky</dc:creator>
    <dc:date>2008-12-03T20:56:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18308">
    <title>Re: For Review: Change 20081130-bargull-VjZ Summary:fix global color issues</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18308</link>
    <description>That seems like a bug.

Well, this works, but I'm not sure you should have to say all that:

   &lt;myview width="50" height="50" oninit="this.acceptAttribute('bgc',  
'color', 'red')" /&gt;

Seems to me we would like any color-typed attribute to have the same  
behavior as bgcolor.

On 2008-12-03, at 14:44EST, André Bargull wrote:




</description>
    <dc:creator>P T Withington</dc:creator>
    <dc:date>2008-12-03T20:29:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18307">
    <title>Syntactic sugar</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.devel/18307</link>
    <description>If we had (native) setters in all runtimes, things would be much easier. 
I've you add an alias for "setAttribute", I'd like to remind you on the 
current limitation of the "setAttribute" inline compiler:
So any new alias (let's say "set(..)") will be restricted to the same 
limitation.

And there is another issue which comes to my mind: in my opinion, it's 
not only the longer method name ("setAttribute" instead of "setX"), but 
also the whole function call with attribute-name in quotes + value. Just 
as an idea, what about adding a new syntax? (I do know adding a 
non-ECMAScript syntax may be harmful..)
For example to set the "x"-attribute to "10" on a view "v":
  set v.x = 10;





</description>
    <dc:creator>André Bargull</dc:creator>
    <dc:date>2008-12-03T20:27:58</dc:date>
  </item>
  <textinput 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>
