<?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://permalink.gmane.org/gmane.comp.java.openlaszlo.user">
    <title>gmane.comp.java.openlaszlo.user</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user</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.user/5056"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5055"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5054"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5053"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5052"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5051"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5050"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5049"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5048"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5047"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5046"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5045"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5044"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5043"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5042"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5041"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5040"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5039"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5038"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5037"/>
      </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.user/5056">
    <title>Fwd:  Dragging an Object out of a View?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5056</link>
    <description>well if you aren't using clipping then *visually* it's quite easy to make an
object be dragged out of a parent view. This may be obvious.
If your question is how to *reparent* a view from one container to another -
the short answer is, you can't. The best pattern to use here is to save all
the related parameters that compose the view being dragged and create a new
view under the desired new parent and copy those parameters over.

If you use that pattern, a simple copy/paste manager for that type of
dragged object that will automatically do that given the object and the new
parent is a good way to go.

Did this help?

On Fri, Aug 15, 2008 at 3:32 PM, Kenneth Miller &lt;xkenneth-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt; wrote:

</description>
    <dc:creator>jamesr</dc:creator>
    <dc:date>2008-08-20T20:59:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5055">
    <title>(no subject)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5055</link>
    <description>
Hi there,

I like to know the differences between the 'delete'
operator and the 'destroy()' member function. If I create an LZ object,
can I use 'delete' to delete the object instead of using "destry()"
member function? The reason I ask this question is that 'destroy()'
performance is very bad. Create an array of 50 objects, and then use
'destroy()' to destroy them, you will see the browser is basically
frozen for a few minutes. But if I use delete, it runs very fast. 

Thanks!

Chen Ding

_________________________________________________________________
See what people are saying about Windows Live.  Check out featured posts.
http://www.windowslive.com/connect?ocid=TXT_TAGLM_WL_connect2_082008</description>
    <dc:creator>Chen Ding</dc:creator>
    <dc:date>2008-08-20T01:33:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5054">
    <title>Dragging an Object out of a View?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5054</link>
    <description>Is it possible to drag an object OUT of a view?

Pseudo-Code:
&lt;canvas&gt;
&lt;simplelayout axis="y"/&gt;
&lt;view&gt;
       &lt;draggable object&gt;
&lt;/view&gt;
&lt;view/&gt;
&lt;/canvas&gt;

I want to be able to drag the draggable object OVER the other view.

Regards,
Ken

</description>
    <dc:creator>Kenneth Miller</dc:creator>
    <dc:date>2008-08-15T21:32:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5053">
    <title>Adding an LzDataElement to a LzDataPath or DataSet?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5053</link>
    <description>Is it possible to add a complex LzDataElement (multiple children)  
directly to a dataset? This seems overly complex.

I'm replicating over a series of nodes, generating some viewable areas  
and a form at the bottom. I assemble an LzDataElement in the  
onmousedown event of the forms submit button. I understand that I can  
set up a new datapointer, point it to the same node in the dataset as  
it's parent replicated datapath, and then add a single node, but how  
can I append a complex LzDataElement?

Regards,
Ken

</description>
    <dc:creator>Kenneth Miller</dc:creator>
    <dc:date>2008-08-15T05:05:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5052">
    <title>List not working with 'tree'</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5052</link>
    <description>
Hi there,

I am having a problem with the class 'tree'. In the code below, I create a list. When an entry in the list is clicked, it creates an instance of 'tree'. But the list clicking does not work properly. For instance, click the first entry, then use the scroll bar to scroll the list to the end of the list and then click the last entry, the list somehow jumps back to the last entry of the shown items before scrolling. Try to select an entry, use the scroll bar to make the selected entry unseen, and then select another entry, you should see the problems.  But note that if I do not scroll the list, everything works perfectly.

If I create a push button instead of a tree node when an entry is clicked, everything works just fine (i.e., uncomment Line 11 and comment out Line 10 in the code below). 

Your help is greatly appreciated!

Chen Ding

  1 &lt;canvas&gt;
  2     &lt;class name="mytree" extends="tree"/&gt;
  3     &lt;class name="mybutton" extends="button"/&gt;
  4 
  5     &lt;view x="500" y="100" width="500" height="3</description>
    <dc:creator>Chen Ding</dc:creator>
    <dc:date>2008-08-14T02:13:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5051">
    <title>Re: bug trying to extend baseformitem...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5051</link>
    <description>I bet the bug is that the "value" attribute is declared as a  default of
"expression" type, and thus needs *some* value instead of "".  Try
value="null", for example, or " '' " (that's single quotes in double quotes)
if you need a zero length string rather than null.
Sorry about the error message, we need to improve the parser to be able to
report a location
instead of getting totally confused by missing value.  Can you file a bug
with this example,
to improve the compiler error (if there isn't one already).



On Tue, Aug 12, 2008 at 11:45 AM, Paulo Scardine &lt;paulo-f6gUObd6t6Q39yzSjRtAkw&lt; at &gt;public.gmane.org&gt;wrote:



</description>
    <dc:creator>Henry Minsky</dc:creator>
    <dc:date>2008-08-12T22:35:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5050">
    <title>Re: bug trying to extend baseformitem (kind of solved)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5050</link>
    <description>P T Withington escreveu:

Definitely the compiler should complain; I would be happy with an error, 
but the compiler could also issue a warning and assume value="" meaning 
value="null", value="''" or value="undfined".

Thanks,
--
Paulo


</description>
    <dc:creator>Paulo Scardine</dc:creator>
    <dc:date>2008-08-12T21:55:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5049">
    <title>Re: bug trying to extend baseformitem (kind of solved)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5049</link>
    <description>Please file a bug at jira.openlaszlo.org.  I'm guessing the smallest  
test case would be:

&lt;canvas&gt;
   &lt;attribute name="z" value="" /&gt;
&lt;/canvas&gt;

At the very least, the compiler should give you a more informative  
message. But the question is, do you want the compiler to complain if  
you have said you want the attribute to have a value, but failed to  
give it a value (the double-quotes are not part of the value)?  Or do  
you want the compiler to assume that you didn't mean to give it a  
value after all?

Under the covers, the reason you are getting an error is what you wrote:

   &lt;attribute name="z" value="" /&gt;

translates into the following Javascript:

   var z = ;

which is not valid.

On 2008-08-12, at 11:57EDT, Paulo Scardine wrote:



</description>
    <dc:creator>P T Withington</dc:creator>
    <dc:date>2008-08-12T21:09:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5048">
    <title>Re: bug trying to extend baseformitem (kind of solved)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5048</link>
    <description/>
    <dc:creator>Paulo Scardine</dc:creator>
    <dc:date>2008-08-12T15:57:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5047">
    <title>bug trying to extend baseformitem...</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5047</link>
    <description/>
    <dc:creator>Paulo Scardine</dc:creator>
    <dc:date>2008-08-12T15:45:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5046">
    <title>Re: REST support</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5046</link>
    <description>Thanks for the update and all the good work. My brief testing with
4.2alpha didn't go so well, I'll wait for the beta to be more
thorough.

Openlaszlo has such a good fundamental design for rapid application
development that to hobble easily programmable communication with
backend services over such a simple, open standard would be a loss.

On Fri, Aug 8, 2008 at 5:49 PM, Henry Minsky &lt;henry.minsky-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt; wrote:

</description>
    <dc:creator>Greg Denton</dc:creator>
    <dc:date>2008-08-11T18:06:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5045">
    <title>Re: REST support</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5045</link>
    <description>A matrix is a good idea!

Here is my understanding of what should work for SOLO http operations

                       SWF8                 SWF9             DHTML
GET                    X                    X                X
POST                   X*                   X                X
PUT                                         X                X
DELETE                                      X                X

* in swf8, you can set the postbody to be a valid XML document, and that
contentwill be posted verbatim.  If you make something which is not valid
XML, it will be posted
as a string which is XML-escaped.


If you see different behavior, please post a note to me or file a bug report
with the details.



On Fri, Aug 8, 2008 at 5:42 PM, Greg Denton &lt;greg.denton-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt; wrote:
wiki?):



</description>
    <dc:creator>Henry Minsky</dc:creator>
    <dc:date>2008-08-09T00:49:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5044">
    <title>REST support</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5044</link>
    <description>Can anyone summarize the SOLO REST support that is (alpha)/will be
(release) working in 4.2? A matrix would be nice :-). In the wiki even
nicer so we wouldn't have to search so much.
http://wiki.openlaszlo.org/Laszlo_on_REST looks like only proposals,
need to track current status.

               swf8, swf9, dhtml
POST
PUT
DELETE

request set headers?
response get headers, status code?
cross-domain issues?

I assume no problems with GET (other than maybe confusion with
setQueryParams, LPP-6586).

POST body looks like it Is fixed in 4.2beta:
http://www.openlaszlo.org/jira/browse/LPP-6683

Might want to close this (or mark duplicate?):
http://www.openlaszlo.org/jira/browse/LPP-2195

Pretty good overview of past problems (close and/or add comment, link to wiki?):
http://www.openlaszlo.org/jira/browse/LPP-1045

Thanks a lot.

</description>
    <dc:creator>Greg Denton</dc:creator>
    <dc:date>2008-08-08T21:42:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5043">
    <title>Re: yes,godaddy again. (but i at least got errors to show up)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5043</link>
    <description>What Files Permissions do I need to set for open laszlo, I'm trying 777 and all files, unless tomcat has is own file permission settings?


</description>
    <dc:creator>Miles Hand</dc:creator>
    <dc:date>2008-08-06T20:03:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5042">
    <title>Re: yes, godaddy again.</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5042</link>
    <description>Hi Miles
Is Open Laszlo servlet deployer not working at following url
http://www.naturalbugbusters.com/openlaszlo-4.1.1/laszlo-explorer/index.jsp?lzr=swf8

http://www.naturalbugbusters.com/ is this not hosted on GoDaddy ?

Regards
Khurram Samad

On Mon, Aug 4, 2008 at 1:37 PM, Miles Hand &lt;daimyo7-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org&gt; wrote:



</description>
    <dc:creator>Khurram Samad</dc:creator>
    <dc:date>2008-08-05T06:09:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5041">
    <title>Re: LzParam + dataset multiple values issue</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5041</link>
    <description>Known problem for quite some 
time...http://www.openlaszlo.org/jira/browse/LPP-354

Cary Clark wrote:

</description>
    <dc:creator>Cary Clark</dc:creator>
    <dc:date>2008-08-04T23:18:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5040">
    <title>Re: Godaddy. Something with web.xml,or the ports godaddy uses?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5040</link>
    <description>This may be the 2nd posting on the emails about this but i have no 
recourse.

For all you who are wondering here is a test link.
http://www.naturalbugbusters.com/openlaszlo-4.1.1/laszlo-explorer/index.jsp?lzr=swf8 


I'm sorry for the long list but I have to Save Money. Thats why I go 
open source.

One openlaszlo as a download for localhost is 8080 on tomcat, but 
Godaddy's ports for tomcat is 9080 is this a problem.
godaddy tomcat is 5.0.27

Two Web.xml, yes, godaddy reads this file but is not being acted upon 
right Why...

&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;

&lt;!DOCTYPE web-app
   PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
   "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"&gt;

&lt;web-app&gt;
&lt;!-- * X_LZ_COPYRIGHT_BEGIN 
***************************************************
* Copyright 2001-2008 Laszlo Systems, Inc.  All Rights 
Reserved.              *
* Use is subject to license 
terms.                                            *
* X_LZ_COPYRIGHT_END 
*******************************</description>
    <dc:creator>Miles Hand</dc:creator>
    <dc:date>2008-08-04T21:37:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5039">
    <title>yes, godaddy again.</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5039</link>
    <description>This may be the 2nd posting on the emails about this but i have no 
recourse.

For all you who are wondering here is a test link.
http://www.naturalbugbusters.com/openlaszlo-4.1.1/laszlo-explorer/index.jsp?lzr=swf8 


I'm sorry for the long list but I have to Save Money. Thats why I go 
open source.

One openlaszlo as a download for localhost is 8080 on tomcat, but 
Godaddy's ports for tomcat is 9080 is this a problem.
godaddy tomcat is 5.0.27

Two Web.xml, yes, godaddy reads this file but is not being acted upon 
right Why...

&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;

&lt;!DOCTYPE web-app
   PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
   "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"&gt;

&lt;web-app&gt;
&lt;!-- * X_LZ_COPYRIGHT_BEGIN 
***************************************************
* Copyright 2001-2008 Laszlo Systems, Inc.  All Rights 
Reserved.              *
* Use is subject to license 
terms.                                            *
* X_LZ_COPYRIGHT_END 
*******************************</description>
    <dc:creator>Miles Hand</dc:creator>
    <dc:date>2008-08-04T19:37:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5038">
    <title>Delay in Accessing Dataset</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5038</link>
    <description>All,

     I have a tree view that populates itself based on a data-set. My  
code intermittently worked, and after some recent changes to the back- 
end code that generates the DOM that my data-set requests, the code  
stopped working altogether. It looks like the data-set requesting the  
data is taking a significant amount of time (&lt;300ms,) is it possible  
that the tree view would try and access the data-set before it  
completes the request? If so how can I avoid this?

You can find my Laszlo source here:

http://github.com/xkenneth/buildoutbuilder/tree/master/buildoutbuilder.laszlo/src/buildoutbuilder.lzx

Regards,
Ken

</description>
    <dc:creator>Kenneth Miller</dc:creator>
    <dc:date>2008-08-02T21:02:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5037">
    <title>LzParam + dataset multiple values issue</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5037</link>
    <description>I have OL 4.0.12 as reported in the debugger window:
lzx&gt; Debug.write(canvas.lpsversion)
4.0.12.0

I had an issue come up with dynamically adding UI elements via 
replication to a form with the same name and the values not all getting 
sent to the server (Java in my case).  So I constructed a test case.  
Here's a small app that creates an LzParam instance, adds several 
parameters to it via the addValue() method, and submits it to my test 
server code.

===================================================
&lt;?xml version="1.0" standalone="no"?&gt;
&lt;!DOCTYPE canvas SYSTEM "http://www.laszlosystems.com/lps/tools/lzx.dtd"&gt;

&lt;canvas&gt;
    &lt;include href="base/submit.lzx" /&gt;

    &lt;dataset name="submitDS" src="/common/jsp/echoToStdOut.jsp"
             request="false" type="http"
             timeout="120000" /&gt;
   

    &lt;vbox name="content" &gt;
        &lt;hbox name="buttonsView" width="50" spacing="4"&gt;
            &lt;button name="submitButton" text="Submit Test" &gt;
                &lt;handler name="onclick"&gt;
                    v</description>
    <dc:creator>Cary Clark</dc:creator>
    <dc:date>2008-08-02T18:59:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5036">
    <title>OpenLaszlo/XML Databases/Rest/Datasets</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/5036</link>
    <description>All,

      Has there been any further progress in integrating RESTful  
updates of XML data stored in an XML database through manipulation of  
a dataset? IE you can retrieve a dataset from an XML Database and any  
change to the dataset is immediately transacted to the repository  
RESTfully?

There was a forum post on this a while back, which is quite old (over  
a year,) and I'd just like to see if anyone has made some progress in  
moving this forward.

http://forum.openlaszlo.org/showthread.php?t=8668

Regards,
Ken

</description>
    <dc:creator>Kenneth Miller</dc:creator>
    <dc:date>2008-08-01T16:52:13</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.java.openlaszlo.user">
    <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.user</link>
  </textinput>
</rdf:RDF>
