<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel">
    <title>gmane.comp.lang.javascript.qooxdoo.devel</title>
    <link>http://blog.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://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41885"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41884"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41882"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41880"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41874"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41871"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41868"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41860"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41855"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41853"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41852"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41851"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41847"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41841"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41840"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41832"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41828"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41824"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41819"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41812"/>
      </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://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41885">
    <title>Memory leak detection</title>
    <link>http://comments.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.treevirtual.SimpleTreeDataModel[482]
053893 Missing destruct definition for '$$user_metaColumnCounts' in webgui.ui.tree.ComtecTree[undefined]: 1
053902 Missing destruct definition for '$$user_decorator' in qx.ui.core.Widget[undefined]: qx.ui.decoration.Background[458]
056719 Missing destruct definition for '$$user_tablePaneModel' in qx.ui.table.pane.Scroller[undefined]: qx.ui.table.pane.Model[undefined]
056723 Missing destruct definition for '$$user_menu' in qx.ui.table.columnmenu.Button[undefined]: qx.ui.menu.Menu[616]
056729 Missing destruct definition for '$$user_opener' in qx.ui.menu.Menu[undefined]: qx.ui.table.columnmenu.Button[undefined]
065634 Missing destruct definition for '$$user_toolTip' in qx.ui.toolbar.Button[undefined]: qx.ui.tooltip.ToolTip[473]

Most seem to have to do with classes I derive from, like "qx.ui.table.Table", and where I use the construction with the "custom" argument to call the base-constructor with overrides for the tablePane, selectionModel etcetera. Is there something I should do in the dispose of my own objects? I was expecting code like in "qx.ui.table.Table._applySelectionModel" to dispose any selection model if a new one is set.

Futhermore I have a lot of buttons with a tooltip set using "someWidget. setToolTip(new qx.ui.tooltip.ToolTip("some text"))" and I didn't expect having to dispose them myself. I hope you can tell me how I can fix these issues (if necessary that is).

Thanks in advance.

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-25T11:03:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41884">
    <title>How to send data to server</title>
    <link>http://comments.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 and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
&lt;/pre&gt;</description>
    <dc:creator>Pravin Arote</dc:creator>
    <dc:date>2012-05-25T09:41:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41882">
    <title>Inline root missing styling</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41880">
    <title>Get version from Manifest file</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41874">
    <title>Question about fixating columns in a table</title>
    <link>http://comments.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://comments.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://comments.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.__GroupsCompletedTasksTable.kickReload();
            }, this);
          req.send();
        }
      };
When I hit the source area, the kickReload between "point a" and "point b"
works fine.
After I do a generate.py build, the kickReload generates an error on the
console:
Uncaught TypeError: Cannot call method 'kickReload' of undefined

This happens on Windows 7 and Ubuntu 10.04 in Firefox 12.0 and Chrome
19.0.1084.46 m.

Am I missing anything?
"It just ain't right!"

Scott
------------------------------------------------------------------------------
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-23T23:56:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41868">
    <title>Error in documentation</title>
    <link>http://comments.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://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41860">
    <title>Conditional compiles</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41860</link>
    <description>&lt;pre&gt;Hi,

Does qooxdoo support something like conditional compiles ?
If I have for example some debug code, that I don't want to see in my
final build.

Connor.


------------------------------------------------------------------------------
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>Connor</dc:creator>
    <dc:date>2012-05-23T07:35:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41855">
    <title>(no subject)</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41855</link>
    <description>&lt;pre&gt;Sorry if this is a dupe. I signed up for the forum but not the mailing list
the first time.

I am writing a fairly large POS-type system to run 24/7 and want to make
sure I have covered all the bases with memory leaks.

I have a few of questions:

1) The "Memory Management" page on the website says:

"be sure to cut all references to the DOM because garbage collection can
not dispose object still connected to the DOM. This is also true for event
listeners for example."

Does this mean I have to manually "removeListener" for every button,
checkbox, etc. that a dialog box uses or are these handled when the widget
is disposed?

2) Is this ok?

this._myContainer = new qx.ui.container.Composite(new qx.ui.layout.Grow())
...
_disposeObjects("_myContainer")

Or do I need:

this._layout=new qx.ui.layout.Grow()
this._myContainer = new qx.ui.container.Composite(this._layout)
...
_disposeObjects("_myContainer","_layout")


3) Should I just assume that every "new" needs a matching "dispose"?

Thanks
------------------------------------------------------------------------------
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-22T21:03:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41853">
    <title>Strange binding</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41853</link>
    <description>&lt;pre&gt;Hi

There is sample  :


http://tinyurl.com/cywtkf9

This is resut:

p1: P1
p2: P2
p3: P3
p4: P4

p1: Changed p1
p2: Changed p3  &amp;lt;&amp;lt; should be Changed P1 , because p2 is bound to p1
p3: Changed p3      
p4: Changed p3

Is it an error, or am i missing something ?

Franček



--
View this message in context: http://qooxdoo.678.n2.nabble.com/Strange-binding-tp7571696.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-22T18:34:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41852">
    <title>Strange binding</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41852</link>
    <description>&lt;pre&gt;Hi

There is sample  :

http://demo.qooxdoo.org/devel/playground/#%7B%22code%22%3A%22%250A%250Aqx.Class.

This is resut:

p1: P1
p2: P2
p3: P3
p4: P4

p1: Changed p1
p2: Changed p3  &amp;lt;&amp;lt; should be Changed P1 , because p2 is bound to p1
p3: Changed p3      
p4: Changed p3

Is it an error, or am i missing something ?

Franček


--
View this message in context: http://qooxdoo.678.n2.nabble.com/Strange-binding-tp7571675.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-22T18:17:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41851">
    <title>qx.io.request.Xhr() empty responseContent</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41851</link>
    <description>&lt;pre&gt;Hello,

i implement an GUI for my project, this can be connected via JSON API 
over POST.

This was a example where i found on this list:

var.req = new.gx.io.request.Xhr();
req.setUrl("http://xxxx:8890/api/v0.1");
req.setCache(false);
req.setMethod("POST");
req.setAsync(true);
req.setRequestData('{"version" : "json-rpc-2.0"}');
req.addListener("changePhase", function (evt) {
  this.debug("Phase is: " + evt.getData());
});
req.send();

005264 qx.core.Init: Load runtime: 5264ms
Native...3928623 (Zeile 62)
005477 qx.ui.basic.Image[193-0]: try to load an unmanaged relative 
image: resource/gui/Lord-Zero-One.png
Native...3928623 (Zeile 62)
005658 qx.core.Init: Main runtime: 298ms
Native...3928623 (Zeile 62)
005917 qx.core.Init: Finalize runtime: 200ms
Native...3928623 (Zeile 62)
010140 gui.LoginWindow[41-0]: Phase is: opened
Native...3928623 (Zeile 62)
POST http://xxxx:8890/api/v0.1?nocache=1337703673448 200 OK 338ms &amp;lt;&amp;lt;--- 
This Line is in the Firebug Log RED!!!
Xhr.js...5794234 (Zeile 328)
010347 gui.LoginWindow[41-0]: Phase is: sent
Native...3928623 (Zeile 62)
010670 gui.LoginWindow[41-0]: Phase is: load

If it went to load, it stops.

This is my logging for the TCP connection:

==&amp;gt;POST /api/v0.1?nocache=1337707554131 HTTP/1.1
==&amp;gt;Host: xxxx:8890
==&amp;gt;User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) 
Gecko/20100101 Firefox/12.0
==&amp;gt;Accept: 
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8, 
application/json
==&amp;gt;Accept-Language: de-de,de;q=0.8,en-us;q=0.5,en;q=0.3
==&amp;gt;Accept-Encoding: gzip, deflate
==&amp;gt;Connection: keep-alive
==&amp;gt;Content-Type: application/json
==&amp;gt;Content-Length: 113
==&amp;gt;Origin: null
==&amp;gt;Pragma: no-cache
==&amp;gt;Cache-Control: no-cache
==&amp;gt;
==&amp;gt;{"version" : "json-rpc-2.0"}
[00:00.011 - server connected]
&amp;lt;==HTTP/1.1 200 OK
&amp;lt;==Content-Length: 283
&amp;lt;==X-Powered-By: TornadoServer/2.2
&amp;lt;==Server: Open Infrastructure Manager/0.0.0.1
&amp;lt;==Pragma: no-cache
&amp;lt;==Date: Tue, 22 May 2012 19:26:04 CEST+0200
&amp;lt;==Content-Type: application/json
&amp;lt;==Set-Cookie: session_id="NmYxMzY1OThiMzZhMD"; expires=Thu, 21 Jun 
2012 17:26:04 GMT; Path=/
&amp;lt;==
&amp;lt;=={"jsonrpc": "2.0", "result": {"message": "These are a list.", 
"code": 10010, "return": {"list" : null}, "id": 3}

But not more, for me this is looks like a correct connection, but it 
does not work.

I hope you can help me!

Many many, thanks.


------------------------------------------------------------------------------
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-22T17:54:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41847">
    <title>Question about datefield,dateFormat and invalid state</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41847</link>
    <description>&lt;pre&gt;Hi

Here is a tiny exemple.
*http://tinyurl.com/cuyftzd*
*
*
I'm wondering when i set an invalide date (something like this "fdads") the
field isn't set in invalid state.
Is that normal?


Regards

&lt;/pre&gt;</description>
    <dc:creator>Benjamin Dreux</dc:creator>
    <dc:date>2012-05-22T14:19:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41841">
    <title>Debug source and rpc-server cross-domain trap</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41841</link>
    <description>&lt;pre&gt;Hi,
Usually I test my qooxdoo application with a source build (source-all)
by loading it from a file. This is great because I have uncompressed JS
classes.
Now I've learned that I need to open my application in the same location
(apache) for testing my rpc-calls to avoid cross domain requests. This
seems to cause problem with the source build because classes are not
found by the server:


"NetworkError: 404 Not Found -
http://localhost:8080/source/class/sdxtest/theme/Color.js?nocache=0.6859094274812332"
Color....4812332

Is there a "best practice" for this case ?

Thanks,
Connor

------------------------------------------------------------------------------
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>Connor</dc:creator>
    <dc:date>2012-05-22T07:23:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41840">
    <title>Grid colspan does not allocate space properly</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41840</link>
    <description>&lt;pre&gt;Hello,


I am using qooxdoo for a while now and I think I found a bug in
colspan for Grids (rowspan seems to be fine).

If you span on 2 columns a widget, its widths is not spread on the 2 columns.

I would like to known if this is a known issue ?

examples (measures are widths)

1)
w1 = 50
w2 = 50
w3 = 200
=&amp;gt; col0 = 200, col1 = 50  OK

      0     1
0 | w1 | w2 |
1 | w3 |      |


2) w3 span on col0 and col1
w1 = 50
w2 = 50
w3 = 200
=&amp;gt; col0 = 50, col1 = 50   PROBLEM

      0     1
0 | w1 | w2 |
1 | w3        |

This can be easily reproducted on the demobrowser with the GridComplex
layout example, using the top grid containing 3 widgets:
left top widget: set width to 50
right top widget : set width to 50
bottom widget : set width to 200, maxwidth to null, colspan to null
=&amp;gt; works fine

now
bottom widget : colspan to 2
=&amp;gt; bottom widget width not spread


Cyrille

------------------------------------------------------------------------------
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-22T06:53:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41832">
    <title>PHP RPC-Server seems to work but RPC Console doesnot perform test</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41832</link>
    <description>&lt;pre&gt;Hi,
After setting up a PHP RPC-Server I tried to run the qooxdoo test with
the RPC-Console. The first test
getInteger is executed and results in a log on the RPC Server that does
not show an error.

Server initialized.
Service request: qooxdoo.test.getInteger
Parameters: Array
(
)

Server Data:
Checking service qooxdoo.test ...
Loading service qooxdoo.test ...
Loading class file 'class//qooxdoo/test.php'...
Loaded file 'class//qooxdoo/test.php'
Starting normal PHP session .
Instantiating service class 'class_test'.
Checking accessibility...
Checking service method 'method_getInteger'.
Starting Service method class_test.method_getInteger
Done.
Computing output took 0.028832912445068 seconds ...
Sending output to client ...
Server initialized.
Service request: qooxdoo.test.getInteger
Parameters: Array
(
)

Also the Response on the RPC Console seems to be ok:

{"id":5,"result":1,"error":null}

But the status in the list never changes from "Request is pending..."
and no other test is performed.
Is this a configuration problem ?

Connor

------------------------------------------------------------------------------
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>Connor</dc:creator>
    <dc:date>2012-05-21T14:32:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41828">
    <title>qx.io.rest.Resource and POST data</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41828</link>
    <description>&lt;pre&gt;Hi all,

I've used the qx.io.rest.Resource class to GET data from my webservice, 
though I cannot find a method to set the POST data for a POST request. 
How do I do that?

var dataService = {"post": { method: "POST", url: action }};
var dataResource = new qx.io.rest.Resource(dataService);
dataResource.setBaseUrl(this.baseUrl);
//dataResource.setData(data); // How do I do this?
dataResource.post();

Simon

&lt;/pre&gt;</description>
    <dc:creator>Simon Walter</dc:creator>
    <dc:date>2012-05-21T12:18:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41824">
    <title>Using a qx.ui.basic.Atom as a widget for theUploadMgr</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41824</link>
    <description>&lt;pre&gt;Hi List,

I'm using the UploadMgr and would like to have an Atom as the upload widget. 
At first I thought simply add a button as well as an Atom, and using the
Atom's click event to trigger the UploadButton.execute() or
UploadButton.press(), but this doesn't work.
Later I realized I can simply use the Atom itself by adding it to the
UploadMgr using the addWidget method.
This works fine. My problem is that I would like to set the Cursor property
of the Atom to "pointer", and once I do that, the UploadMgr somehow
overwrites it and the cursor stays as before.

Did anyone try to do something similar to what I did? Is there a way to
either trigger an execute on the UploadButton or change the cursor of the
Atom?

Thanks!
Omri

--
View this message in context: http://qooxdoo.678.n2.nabble.com/Using-a-qx-ui-basic-Atom-as-a-widget-for-the-UploadMgr-tp7569013.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>omrihar</dc:creator>
    <dc:date>2012-05-21T11:21:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41819">
    <title>problem building rpcconsole</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41819</link>
    <description>&lt;pre&gt;Hi,

After setting up a php rpc-server I tried to build the rpcconsole
contribution with

generate source


and got an error.


Error: Invalid include block: [u'rpcconsole.demo.Application', u'qx.theme.Modern']

Expression gives no results. Malformed entry: rpcconsole.demo.Application


I've tried the trunk and version 0.3 from the svn. Both have the same
problem. Here is my modified config.json:

{
  "name"    : "RpcConsole",

  "include" :
  [
    {
      "path" : "${QOOXDOO_PATH}/tool/data/config/application.json"
    }
  ],

  "export" :
  [
    "api",
    "build",
    "clean",
    "distclean",
    "fix",
    "inspector",
    "lint",
    "migration",
    "pretty",
    "profiling",
    "source",
    "source-all",
    "test",
    "test-source",
    "translation"
  ],

  "let" :
  {
    "APPLICATION"  : "rpcconsole",
    "APPLICATION_MAIN_CLASS" : "${APPLICATION}.demo.Application",
    "QOOXDOO_PATH" : "W:/Workdir/Komponenten/qooxdoo/qooxdoo-1.6-sdk",
    "QXTHEME"      : "qx.theme.Modern",
    "API_EXCLUDE"  : ["qx.test.*", "rpcconsole.demo.*"],
    "LOCALES"      : [ "en" ],
    "CACHE"        : "${TMPDIR}/cache",    
    "ROOT"         : "."
  }
}


Does anybody know how to build the rpcconsole ?

Thanks,
Connor


------------------------------------------------------------------------------
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>maikwo&lt; at &gt;googlemail.com</dc:creator>
    <dc:date>2012-05-21T09:15:33</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41812">
    <title>destruct definition for qx.io.request.Xhr?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41812</link>
    <description>&lt;pre&gt;I am trying to ensure that I dispose of objects properly so I am
generating using the disposer config.

One problem I see is that every Xhr prints an error message,
complaining of three fields:
&lt;/pre&gt;</description>
    <dc:creator>Lance</dc:creator>
    <dc:date>2012-05-18T19:48:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41806">
    <title>How to clear the selection in a VirtualTree without breaking selection "change" events?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.javascript.qooxdoo.devel/41806</link>
    <description>&lt;pre&gt;When I try to clear the selection in a VirtualTree, it prevents future
selection "change" events from firing. I expect I'm clearing the selection
improperly.
I'm doing tree.setSelection(new qx.data.Array()); Is there a more proper
way to do it?

Here's the playground example which demonstrates that "change" events stop
firing. The log displays, for each click on a tree item, the item name. If
you then click the "Clear selection" button, the selection clears, but any
further click on a tree item selects that item but no longer logs a message.

http://tinyurl.com/bpjh4ax

Thanks,

Derrell
------------------------------------------------------------------------------
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>Derrell Lipman</dc:creator>
    <dc:date>2012-05-18T15:18:36</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>

