<?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/6913"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6912"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6910"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6909"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6908"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6907"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6906"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6905"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6904"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6903"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6902"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6901"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6899"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6898"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6897"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6896"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6892"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6891"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6889"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6887"/>
      </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/6913">
    <title>Documentation / download sites down</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6913</link>
    <description>&lt;pre&gt;Has anyone else had problems accessing the OL documentation and
download sites today? I have been trying to view the reference manual
since this morning, but it keeps returning a 500 error.  I also tried
to download the Laszlo source (which I believe contains the
documentation but I am not sure), and that gives me an error also.

&lt;/pre&gt;</description>
    <dc:creator>Justin Ellis</dc:creator>
    <dc:date>2012-05-17T21:47:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6912">
    <title>IRC chat channel for OpenLaszlo community?</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6912</link>
    <description>&lt;pre&gt;Maybe it's not such a good idea, since IRC might not be that popular
with some folks.

I've created an Assembla team space for the community, which has chat
and discussion functionality, wiki pages, team and file management. We
can add SVN/GIT, bug tracking and other features, if we ever need
them.
http://www.assembla.com/spaces/openlaszlo-community/start

The chat tool provides a searchable history, and can be found at this URL:
http://www.assembla.com/spaces/openlaszlo-community/chat_tool

The space name and URL can be changed at a later point in time, if we
ever decide to fork OpenLaszlo.

I've invited a number of people, if you want an invitation to become a
member, please send me an email.

- Raju

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2012-05-14T09:58:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6910">
    <title>Re: Problems dynamically setting an "id" attribute for a lz.DataElement</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6910</link>
    <description>&lt;pre&gt;If you inspect the root node of the dataset, you should get something like:

«LzDataElement#0| &amp;lt;root/&amp;gt;» {
  _events: null
  attributes: {}
  childNodes: []
  nodeName: 'root'
  nodeType: 1
  ownerDocument: &amp;lt;theData&amp;gt;&amp;lt;root/&amp;gt;&amp;lt;/theData&amp;gt;
  parentNode: &amp;lt;theData&amp;gt;&amp;lt;root/&amp;gt;&amp;lt;/theData&amp;gt;
  sel: false
}

After adding an element, you should see something like:
«LzDataElement#0| &amp;lt;root&amp;gt;&amp;lt;theNewTag id="id1"/&amp;gt;&amp;lt;/root&amp;gt;» {
  _events: null
  attributes: {}
  childNodes: [&amp;lt;theNewTag id="id1"/&amp;gt;]
  nodeName: 'root'
  nodeType: 1
  ownerDocument: &amp;lt;theData&amp;gt;&amp;lt;root&amp;gt;&amp;lt;theNewTag id="id1"/&amp;gt;&amp;lt;/root&amp;gt;&amp;lt;/theData&amp;gt;
  parentNode: &amp;lt;theData&amp;gt;&amp;lt;root&amp;gt;&amp;lt;theNewTag id="id1"/&amp;gt;&amp;lt;/root&amp;gt;&amp;lt;/theData&amp;gt;
  sel: false
}

Here's the code I've used for testing with 5.0:
&amp;lt;canvas height="800"&amp;gt;

  &amp;lt;attribute name="counter" type="number" value="1" /&amp;gt;

  &amp;lt;dataset name='theData'&amp;gt;
   &amp;lt;root /&amp;gt;
  &amp;lt;/dataset&amp;gt;

  &amp;lt;button text="Inspect root"
onclick="Debug.inspect(theData.getFirstChild())" /&amp;gt;

  &amp;lt;button y="30" text="Add element"&amp;gt;
    &amp;lt;handler name="onclick"&amp;gt;
      var rootEl = theData.ge&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2012-05-13T10:54:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6909">
    <title>Re: Problems dynamically setting an "id" attributefor a lz.DataElement</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6909</link>
    <description>&lt;pre&gt;Please disregard this question.  After looking through it more
thoroughly, I found that, for some reason, even existing childNodes
with the same name and attribute name as the one I was trying to add
show up as the same kind of "objectLinkHandler" and, even though the
Debug console will not open the childNode for inspection when I click
on it, it still has all of the same functionality as the
normal-looking lz.DataElement objects.


Thanks,

Justin

On Sat, May 12, 2012 at 1:28 PM, Justin Ellis &amp;lt;ellisju-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>Justin Ellis</dc:creator>
    <dc:date>2012-05-12T18:37:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6908">
    <title>Problems dynamically setting an "id" attribute for alz.DataElement</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6908</link>
    <description>&lt;pre&gt;Hi all,

I am trying to insert a new lz.DataElement into a dataset, but I am
running into problems that it looks like are caused by a combination
of the name of an attribute in the element and the fact that the value
I am assigning to it is derived from another lz.DataElement's
attribute.  I have tried adding the new element both by creating it
and using "appendChild()", and also by using a datapointer's
"addNode()" method with arguments.

The problem appears to be the fact that my new element must have an
attribute called "id," that I am setting dynamically.  My code looks
something like this:

var ele = new lz.DataElement("newChild");
var temp = oldEle.getAttr("id");
ele.setAttr("id", temp);
root.appendChild(ele);

This code adds a childNode to my root lz.DataElement, but instead of
being a data element that looks something like '&amp;lt;newChild id="1"/&amp;gt;'
when I inspect the root node, the new node comes up as '&amp;gt;&amp;gt;"
onclick="$modules.lz.Debug.objectLinkHandler(event, 26)"&amp;gt;&amp;lt;newChild
id="1"/&amp;gt;'  The new node does not&lt;/pre&gt;</description>
    <dc:creator>Justin Ellis</dc:creator>
    <dc:date>2012-05-12T17:28:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6907">
    <title>Re: web forum activation</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6907</link>
    <description>&lt;pre&gt;Does Laszlo IT receive any of the registration emails at all? Is there
anyone managing the forums?

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2012-05-10T12:15:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6906">
    <title>Re: web forum activation</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6906</link>
    <description>&lt;pre&gt;Hi Augusto,

I don't receive those emails, but I am still able to activate members in
the forum.
I have done so with your account, so you should be all set now!

Welcome to the OpenLaszlo Forums!

Best,
Amy

On Wed, May 9, 2012 at 8:14 PM, augusto callejas &amp;lt;augusto-Cfp0V3UEz34AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Amy Muntz</dc:creator>
    <dc:date>2012-05-10T11:48:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6905">
    <title>Bracket - an open source IDE/editor by Adobe</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6905</link>
    <description>&lt;pre&gt;Despite the Flex/Flash mess, Adobe is working on some new open source projects:
https://github.com/adobe/brackets

This is a very early version of Brackets, a code editor for HTML, CSS
and JavaScript that's built in HTML, CSS and JavaScript.

What makes Brackets different from other web code editors?

+ Tools shouldn't get in your way. Instead of cluttering up your
coding environment with lots of panels and icons, the Quick Edit UI in
Brackets puts context-specific code and tools inline.
+ Brackets is in sync with your browser. With Live Development,
Brackets works directly with your browser to push code edits
instantly, set breakpoints, and jump back and forth between your real
source code and the browser view.
+ Do it yourself. Because Brackets is open source, and built with
HTML, CSS and JavaScript, you can help build the best code editor for
the web.

Looks like they are trying to make Flex go away even faster...

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2012-05-10T00:01:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6904">
    <title>web forum activation</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6904</link>
    <description>&lt;pre&gt;i emailed the webmaster to get my account activated on the web forums, per the instructions on this page:

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

i haven't received a reply since i sent it out in february.  are there any additional steps i need to take?

thanks,
augusto.

Begin forwarded message:


&lt;/pre&gt;</description>
    <dc:creator>augusto callejas</dc:creator>
    <dc:date>2012-05-10T00:14:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6903">
    <title>Re: [Laszlo-dev] LzView.setSource &amp; mp3s while compiling HTML5 (openlaszlo 4.9.0)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6903</link>
    <description>&lt;pre&gt;If I remember correctly, the audio player example uses an invisible
OpenLaszlo SWF app for audio playback.

Technically all modern browsers support the HTML5 audio tag, which
means you could even playback MP3 or an OGG3 file. If someone one
would be willing to add HTML5 audio support to the LFC, that would be
very easy:
http://caniuse.com/#feat=audio

- Raju

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2012-05-04T09:11:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6902">
    <title>Re: [Laszlo-dev] LzView.setSource &amp; mp3s while compiling HTML5 (openlaszlo 4.9.0)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6902</link>
    <description>&lt;pre&gt;The DHTML runtime doesn't support mp3 audio playback. Check the
development guide section on media resources:
http://www.openlaszlo.org/lps4.9/docs/developers/media-resources.html#d0e39353
"Mp3s are not natively supported by browsers, so applications that
compile to DHTML should make provisions, as described above."

If you wonder if a feature is supported, check the
LzSprite.capabilities list. For the DHTML runtime,
LzSprite.capabilities.audio should be 'false'.

- Raju

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2012-05-04T09:08:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6901">
    <title>Re: [Laszlo-dev] LzView.setSource &amp; mp3s while compiling HTML5 (openlaszlo 4.9.0)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6901</link>
    <description>&lt;pre&gt;To play an mp3 you should have a look at the example application:
http://www.openlaszlo.org/lps4.9/lps/utils/viewer/viewer.jsp?file=/examples/music/music.lzx

Sebastian

2012/5/2 augusto callejas &amp;lt;augusto-Cfp0V3UEz34AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;




&lt;/pre&gt;</description>
    <dc:creator>seba.wagner-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-03T12:19:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6899">
    <title>Re: Results of the OpenLaszlo 2012 community survey, 43 people have participated</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6899</link>
    <description>&lt;pre&gt;Hi Geoff,

I wasn't talking about the mailing lists, but about the forums. Not
sure how many people are registered for the laszlo-dev mailing list at
the moment. As it looks now, you can probably soon think about
re-implementing your OpenLaszlo based solution in Flex (wait no, going
down as well), oh - how about jQuery? Wouldn't probably be very much
fun.

Raju

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2012-05-02T16:02:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6898">
    <title>Re: new Calendar Demo Application available</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6898</link>
    <description>&lt;pre&gt;Oh yes, makes sense. :-)

Thanks, Sebastian!

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2012-05-02T15:50:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6897">
    <title>Re: new Calendar Demo Application available</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6897</link>
    <description>&lt;pre&gt;Sorry: http://demo.openmeetings.de

Sebastian

2012/4/30 Raju Bitter &amp;lt;r.bitter.mailinglists-gM/Ye1E23mwN+BqQ9rBEUg&amp;lt; at &amp;gt;public.gmane.org&amp;gt;




&lt;/pre&gt;</description>
    <dc:creator>seba.wagner-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-02T13:33:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6896">
    <title>Re: Results of the OpenLaszlo 2012 community  survey, 43 people have participated</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6896</link>
    <description>&lt;pre&gt;
It happens with any list like this, it's always a far smaller
set of active participants, some light users, and a large
number of lurkers.  This list regularly validates subscribers
email for bounces, so the messages are going somewhere.

Some of us just have other jobs to work on at the moment and
maybe didn't get to the survey.


=======================================================================
Geoff Crawford                       Phone:            (973) 361 - 4224
Innov8 Computer Solutions, LLC       FAX:              (973) 537 - 6946
711 Route 10 East, Suite 204         Email:          geoff-Fbn8zu0SZ7NWk0Htik3J/w&amp;lt; at &amp;gt;public.gmane.org
Randolph NJ 07869                    Web: http://www.processwareerp.com

                  ProcessWare ERP for the F&amp;amp;F Industry


&lt;/pre&gt;</description>
    <dc:creator>Geoff Crawford</dc:creator>
    <dc:date>2012-05-02T12:37:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6892">
    <title>possible dataset.doRequest bug in html5 (openlaszlo4.9.0)</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6892</link>
    <description>&lt;pre&gt;hi-

i have a dataset where i call doRequest() on it.  the request is sent and received (verified in chrome's developer's javascript console, under the "network" section).
however, the "ondata" method of the dataset is not called.  this bug occurs in html5 but not swf10.

i have a second dataset that does work correctly in html5 (calling doRequest() eventually calls "ondata").  the differences between the two:

successful dataset: response header - Content-Type:text/xml;charset=UTF-8
unsuccessful dataset: response header - Content-Type:text/plain;charset=UTF-8

the unsuccessful dataset does return XML:  &amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;&amp;lt;myXMLElement&amp;gt;...&amp;lt;/myXMLElement&amp;gt;

is there a potential bug in html5 generation where if the response of a dataset.doRequest() call returns a content type that isn't "text/xml", it doesn't correctly handle it/call "ondata"?

thanks,
augusto.

&lt;/pre&gt;</description>
    <dc:creator>augusto callejas</dc:creator>
    <dc:date>2012-05-01T01:42:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6891">
    <title>Re: SWF in DHTML</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6891</link>
    <description>&lt;pre&gt;No problem! Some of the threads are really long to follow.
:)
Amy

On Mon, Apr 30, 2012 at 4:18 PM, augusto callejas &amp;lt;augusto-Cfp0V3UEz34AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Amy Muntz</dc:creator>
    <dc:date>2012-04-30T20:24:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6889">
    <title>Re: SWF in DHTML</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6889</link>
    <description>&lt;pre&gt;If you read the comments in that bug, you'll see this:

"Max Carlson&amp;lt;http://jira.openlaszlo.org/jira/secure/ViewProfile.jspa?name=max&amp;gt;added
a comment - 16/Mar/09
12:44 PM
This is already possible by embedding multiple applications on the same
page - see the examples/musicdhtml/ for an example. Another route is to use
the &amp;lt;html/&amp;gt; tag with the callJavascript() method. Let me know which of
these is closest to the right direction for you!

Also, if you look at the wiki page it references:
http://wiki.openlaszlo.org/SWF_in_DHTML, you'll see an Examples section.

Hopefully these can help you.
--- Amy


On Mon, Apr 30, 2012 at 4:02 PM, augusto callejas &amp;lt;augusto-Cfp0V3UEz34AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Amy Muntz</dc:creator>
    <dc:date>2012-04-30T20:07:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6887">
    <title>Re: new Calendar Demo Application available</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6887</link>
    <description>&lt;pre&gt;The screenshot looks nice, but I get a DNS error for the site
http://demo.openmetings.de/

Raju

&lt;/pre&gt;</description>
    <dc:creator>Raju Bitter</dc:creator>
    <dc:date>2012-04-30T13:25:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6886">
    <title>new Calendar Demo Application available</title>
    <link>http://permalink.gmane.org/gmane.comp.java.openlaszlo.user/6886</link>
    <description>&lt;pre&gt;Hi,

I was wondering if anybody is interested in our new implementation for the
Calendar UI Demo?
We've made a complete new UI from scratch. The XML the previous calendar
was using is not 100% compatible but it should be not that hard to refactor
it to make it working.
It does not have the fancy switches between week/month/day (however would
be still possible to integrate that)
but it also solves some issues of the current Calendar Demo
Incorrect clipping of events when you scroll days while event is selected.
Also it enable some more functionality like:
- Timezone aware
- Drag and Drop events inside the day,week,month view as well dragging to
other days
- adjust meeting length by dragging event bottom edge only
- popup for event details
- if there are multiple events at the same time they are ordered by
start-time + adjusted next to each other + width is changed so that you can
see all events

It is OpenSourced under the Apache License 2.0.

You can see screenshots on our website as well as try the demo:

S&lt;/pre&gt;</description>
    <dc:creator>seba.wagner-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-04-30T10:56:30</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>

