<?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.lang.javascript.qooxdoo.devel">
    <title>gmane.comp.lang.javascript.qooxdoo.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.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.lang.javascript.qooxdoo.devel/41887"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41886"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41885"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41884"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41883"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41882"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41881"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41880"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41879"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41878"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41877"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41876"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41875"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41874"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41873"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41872"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41871"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41870"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41869"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41868"/>
      </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.lang.javascript.qooxdoo.devel/41887">
    <title>Re: Inline root missing styling</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41887</link>
    <description>&lt;pre&gt;Ahhh!   Okay, my bad...  from Application.main() I wasn't calling
this.base(arguments) so the theming wasn't taking place.



On Thu, May 24, 2012 at 4:16 PM, Loren Schlomer
&amp;lt;loren.schlomer&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Loren Schlomer</dc:creator>
    <dc:date>2012-05-25T18:43:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41886">
    <title>Re: qooxdoo server objects on enums</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41886</link>
    <description>&lt;pre&gt;Hi Bernado

Glad you like it! :)

Enums in QSO are envisioned as just identifiers, i.e. the traditional use
rather than the augmented Java types you're using, and I considered that the
corollary in Javascript/Qooxdoo was to use string literals; the custom
handling is because of different coding conventions in different languages
(i.e. "MY_ENUM" in Java vs "myEnum" in Javascript vs "my-enum" in xml).
That's not to say that what you're asking for is unreasonable, it's just
that I didn't consider it :)

I won't be able to look at this until next week, so please go ahead and file
an enhancement request.

Regards
John

From:  kreimerkreimer &amp;lt;kreimerkreimer&amp;lt; at &amp;gt;gmail.com&amp;gt;
Date:  Friday, 25 May 2012 10:01
To:  John Spackman &amp;lt;john.spackman&amp;lt; at &amp;gt;zenesis.com&amp;gt;
Subject:  qooxdoo server objects on enums

Hi John!

First, a big thank you, qso is the more simple and elegant solution to bring
qooxdoo and java together that I can imagine.
Here, my case. I have java enums in my model, some of them have properties,
fields, and methods &lt;/pre&gt;</description>
    <dc:creator>John Spackman</dc:creator>
    <dc:date>2012-05-25T12:24:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41885">
    <title>Memory leak detection</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41885</link>
    <description>&lt;pre&gt;Hi,

I am currently looking into some memory leak reports and I am finding the "qx.disposerDebugLevel" very useful.
When looking at the reporting of objects not being disposed (in Object.js, "Missing destruct definition for...") I see several issues about objects in the Qooxdoo framework (I am using V1.4.1):
053884 Missing destruct definition for '$$user_behavior' in qx.ui.table.columnmodel.Resize[undefined]: qx.ui.table.columnmodel.resizebehavior.Default[503]
053885 Missing destruct definition for '$$user_selectionModel' in qx.ui.treevirtual.SelectionManager[undefined]: qx.ui.table.selection.Model[undefined]
053892 Missing destruct definition for '$$user_dataRowRenderer' in webgui.ui.tree.ComtecTree[undefined]: webgui.ui.tree.ComtecTreeRowRenderer[undefined]
053892 Missing destruct definition for '$$user_selectionModel' in webgui.ui.tree.ComtecTree[undefined]: qx.ui.table.selection.Model[undefined]
053893 Missing destruct definition for '$$user_tableModel' in webgui.ui.tree.ComtecTree[undefined]: qx.ui.tree&lt;/pre&gt;</description>
    <dc:creator>Jeroen Smit</dc:creator>
    <dc:date>2012-05-25T11:03:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41884">
    <title>How to send data to server</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41884</link>
    <description>&lt;pre&gt;Hi,
 
I want to send data to backend. My current code is

 var rpc = new qx.io.remote.Rpc(
                "http://localhost:56791/Home/AddData",
                "HomeController");
 try {

                      var result = rpc.callSync("AddData", "Pravin");
                      alert(qx.util.Serializer.toJson(person));

                  } catch (e) {
                      alert("Exception :" + e);
                  }


I am perfectly going into AddData method, but no data is getting transfer to
that method.

Can someone help me to pass data?

--
View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-send-data-to-server-tp7576288.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security an&lt;/pre&gt;</description>
    <dc:creator>Pravin Arote</dc:creator>
    <dc:date>2012-05-25T09:41:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41883">
    <title>Re: PHP RPC-Server seems to work but RPC Console does not perform test</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41883</link>
    <description>&lt;pre&gt;Hi Connor, 

sorry I couldn't reply earlier. "qx.util.Json" seems to be deprecated in
recent releases, at least I did not find it in the API viewer. Did you run a
migration on the code?

Best,
Christian 

--
View this message in context: http://qooxdoo.678.n2.nabble.com/PHP-RPC-Server-seems-to-work-but-RPC-Console-does-not-perform-test-tp7569357p7576217.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>panyasan</dc:creator>
    <dc:date>2012-05-25T08:05:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41882">
    <title>Inline root missing styling</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41882</link>
    <description>&lt;pre&gt;Hello all,

I hope I'm not overlooking something, but I have a problem.

I am working in an Inline application, and the following code adds the
island and the widget to the correct element in the DOM, but it lacks
all styling (only the text is visible), and a null pointer exception
is being thrown:  "Uncaught TypeError: Cannot read property
'appearances' of null"



var content = qx.bom.Selector.query('#content').pop();

var island = new qx.ui.root.Inline(content, true, true);

island.setLayout(new qx.ui.layout.VBox());

var button = new qx.ui.form.Button('Button!');
island.add(button);



Any ideas?


Thank you!

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Loren Schlomer</dc:creator>
    <dc:date>2012-05-24T23:16:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41881">
    <title>Re: Get version from Manifest file</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41881</link>
    <description>&lt;pre&gt;
I'm afraid this is not yet included in the generated script, but you can
open a bug for this if you wish. Meanwhile, I suggest you duplicate this
information in the config.json, in a suitable "environment" key (like
"myapp.version": "1.3.5-2012"). From there you can retrieve it with
qx.core.Environment.get("myapp.version").

T.




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>thron7</dc:creator>
    <dc:date>2012-05-24T21:14:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41880">
    <title>Get version from Manifest file</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41880</link>
    <description>&lt;pre&gt;Hi All


My manifest file looks like this
{
     "info" : {
           "name" : "MyApp",
           .....
           "version" : "1.3.5-2012",
     }
     "provides" : {
           "namespace" : "myapp",
           .....
     }
}

Could someone tell me how to get this info within the application?
I am specifically interested in info.version

Thanks


--
View this message in context: http://qooxdoo.678.n2.nabble.com/Get-version-from-Manifest-file-tp7575632.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>jabraham</dc:creator>
    <dc:date>2012-05-24T20:13:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41879">
    <title>Re: "built" version not acting like "source" version. Parent sub-element not found.</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41879</link>
    <description>&lt;pre&gt;Ouch. I knew that, too, somewhere hiding in the back of my mind.  Sorry to
have bothered everyone!

Scott

On Wed, May 23, 2012 at 11:06 PM, Martin Wittemann &amp;lt;
Martin.Wittemann&amp;lt; at &amp;gt;1und1.de&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
&lt;/pre&gt;</description>
    <dc:creator>Scott Chapman</dc:creator>
    <dc:date>2012-05-24T18:58:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41878">
    <title>Re: Grid colspan does not allocate space properly</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41878</link>
    <description>&lt;pre&gt;Hello Daniel,


I think I didn't explain very well.

Initially, in your example:
w1 = 150
w2 = 50
w3 = 200
-&amp;gt; so (columns 1 + column 2) widths = 200   = max(w1 + w2, w3)

If you set w3 = 400, you should have  (columns 1 + column 2) widths =
400   = max(w1 + w2, w3)
BUT YOU STILL HAVE 200

Is that right ?

If you put the following code in the playground, there is your initial
example, plus one for the rowspan.
Concerning the rowspan, if you augment height of w6, row1+row2 height augment.

So the behaviour between colspan and rowspan differs.

I hope I have being clear now ?

/////////////////////////////////

var container = new qx.ui.container.Composite(new qx.ui.layout.VBox());
this.getRoot().add(container);

var cont1 = new qx.ui.container.Composite(new qx.ui.layout.Grid());
container.add(cont1);

var w1 = new qx.ui.core.Widget();
w1.set({
  backgroundColor: "red",
  width: 150
});
cont1.add(w1, {row: 0, column: 0});

var w2 = new qx.ui.core.Widget();
w2.set({
  backgroundColor: "green",
  width: 50
});
co&lt;/pre&gt;</description>
    <dc:creator>cyrille rigault</dc:creator>
    <dc:date>2012-05-24T15:22:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41877">
    <title>Re: Grid colspan does not allocate space properly</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41877</link>
    <description>&lt;pre&gt;Hi,

no matter what I change the width of w3 to, it stretches to fill out the 
row.

Regards,
Daniel

On 05/23/2012 07:29 PM, cyrille rigault wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Daniel Wagner</dc:creator>
    <dc:date>2012-05-24T15:00:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41876">
    <title>Re: Question about fixating columns in a table</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41876</link>
    <description>&lt;pre&gt;Super, thank you for the quick reply

Best regards,
Jeroen

From: thron7 [mailto:thomas.herchenroeder&amp;lt; at &amp;gt;1und1.de]
Sent: Thursday, May 24, 2012 3:54 PM
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] Question about fixating columns in a table

You are looking for meta-columns [1][2].

T.

[1] http://manual.qooxdoo.org/1.6.x/pages/widget/table.html?highlight=meta
[2] http://demo.qooxdoo.org/1.6.x/apiviewer/#qx.ui.table

On 05/24/2012 03:00 PM, Jeroen Smit wrote:
Hi,

I was wondering if it is possible to fixate a column in a table  so when scrolling horizontally all columns up and including to that column stay in place.
Like in Excel for example.

Best regards,
Jeroen






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

Live Security Virtual Conference

Exclusive live event will cover all the ways today's security and

threat landscape has changed and how IT managers can respond. Discussions

will include endpoint security, mobile security and the latest in malware

threats. &lt;/pre&gt;</description>
    <dc:creator>Jeroen Smit</dc:creator>
    <dc:date>2012-05-24T14:37:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41875">
    <title>Re: Question about fixating columns in a table</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41875</link>
    <description>&lt;pre&gt;You are looking for meta-columns [1][2].

T.

[1] http://manual.qooxdoo.org/1.6.x/pages/widget/table.html?highlight=meta
[2] http://demo.qooxdoo.org/1.6.x/apiviewer/#qx.ui.table

On 05/24/2012 03:00 PM, Jeroen Smit wrote:
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
&lt;/pre&gt;</description>
    <dc:creator>thron7</dc:creator>
    <dc:date>2012-05-24T13:53:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41874">
    <title>Question about fixating columns in a table</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41874</link>
    <description>&lt;pre&gt;Hi,

I was wondering if it is possible to fixate a column in a table  so when scrolling horizontally all columns up and including to that column stay in place.
Like in Excel for example.

Best regards,
Jeroen

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
&lt;/pre&gt;</description>
    <dc:creator>Jeroen Smit</dc:creator>
    <dc:date>2012-05-24T13:00:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41873">
    <title>Re: Error in documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41873</link>
    <description>&lt;pre&gt;Hey,
Thanks for the pointer. Fixed that right away.
Martin

Am 23.05.2012 um 20:06 schrieb fprijate:


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
&lt;/pre&gt;</description>
    <dc:creator>Martin Wittemann</dc:creator>
    <dc:date>2012-05-24T06:09:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41872">
    <title>Re: "built" version not acting like "source" version. Parent sub-element not found.</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41872</link>
    <description>&lt;pre&gt;Hey,
The problem is in the application code, as you can see in the following lines:

You are accessing a variable starting with two underscores. That means that its a private variable of your parent object. In the source version, there is no way to prevent such a call, even if it should not be possible to access privates at all. Using the build version, an optimization step reduces the names in length to save some byte in the code and with that, the original name is gone and can not be accessed anymore.

Regards,
Martin
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Martin Wittemann</dc:creator>
    <dc:date>2012-05-24T06:06:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41871">
    <title>"built" version not acting like "source" version. Parent sub-element not found.</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41871</link>
    <description>&lt;pre&gt;I think I found a juicy bug!

I filed a bug for this.  http://bugzilla.qooxdoo.org/show_bug.cgi?id=6442

Here's my code snippet, in a handler for a cellClick in a table:
      var handleCellClick = function(e) {
        if (e.getColumn() == 2) {
          var group_task_id = tableModel.getRowData(e.getRow())[0];
          var mainTabs = qx.core.Init.getApplication().getUserData("mainTabs");
          mainTabs.openOrSelectGroupTaskDetailTab(group_task_id);
        }
        if (e.getColumn() == 7) {
          var group_task_id = tableModel.getRowData(e.getRow())[0];
          var req = new qx.io.request.Xhr("/group_task/"+group_task_id);
          req.setMethod("DELETE");
          req.addListener("success", function(e) {
            this.resetSelection();
            this.setFocusedCell();
              var parent = this.getLayoutParent();
              console.log('point a');
              parent.__GroupsQueuedTasksTable.kickReload();
              console.log('point b');
              parent.__GroupsComple&lt;/pre&gt;</description>
    <dc:creator>Scott Chapman</dc:creator>
    <dc:date>2012-05-23T23:56:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41870">
    <title>Re: Memory Management Questions</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41870</link>
    <description>&lt;pre&gt;Well, I fail at gmail too apparently. I hit "Send" too quickly and forgot
to specify the subject.

Thanks for the reply. I have modified my code to hide rather than destroy
standard dialog boxes.

On Tue, May 22, 2012 at 5:53 PM, Tobias Oetiker &amp;lt;tobi&amp;lt; at &amp;gt;oetiker.ch&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
&lt;/pre&gt;</description>
    <dc:creator>Gary Daniels</dc:creator>
    <dc:date>2012-05-23T22:59:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41869">
    <title>Re: qx.io.request.Xhr() empty responseContent</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41869</link>
    <description>&lt;pre&gt;Hello,

i have found my problem:

var req = new qx.bom.request.Xhr();
req.open ...

The problem was:

You need in the response header from the server on every Method:

Access-Control-Allow-Origin *
Access-Control-Allow-Methods POST, GET, OPTIONS
Access-Control-Allow-Headers content-type

If you return this on every method, it will be successfully.

Thanks.

Am 2012-05-22 19:54, schrieb Open Infrastructure Manager:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Open Infrastructure Manager</dc:creator>
    <dc:date>2012-05-23T21:17:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41868">
    <title>Error in documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41868</link>
    <description>&lt;pre&gt;Hi

In API documentation for qx.data.SingleValueBinding 
options map  has following options:

{ converter,
  onUpdate,
  onSetFail
} 

In manual : 

{ converter,
  onSetOk,        &amp;lt;----- ERROR
  onSetFail
} 

Franček

--
View this message in context: http://qooxdoo.678.n2.nabble.com/Error-in-documentation-tp7573939.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel&amp;lt; at &amp;gt;lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
&lt;/pre&gt;</description>
    <dc:creator>fprijate</dc:creator>
    <dc:date>2012-05-23T18:06:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41867">
    <title>Re: Grid colspan does not allocate space properly</title>
    <link>http://permalink.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41867</link>
    <description>&lt;pre&gt;Hello Daniel,

I think any browser reproduces the problem (In my case, last version
of Chomium and Firefox on Linux). I tested the problem on qooxdoo 2.0,
1.6, 1.5 and 1.4.

On your example, just change w3 width to 300 or 400 for instance.
Nothing changes, as it could.

Tell me if you are able to reproduce the problem. I think I fix the
bug on Grid.js.

Best regards,

Cyrille

On Wed, May 23, 2012 at 5:36 PM, Daniel Wagner &amp;lt;daniel.wagner&amp;lt; at &amp;gt;1und1.de&amp;gt; wrote:

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>cyrille rigault</dc:creator>
    <dc:date>2012-05-23T17:29:01</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lang.javascript.qooxdoo.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.lang.javascript.qooxdoo.devel</link>
  </textinput>
</rdf:RDF>

