Re: [qooxdoo-devel] Remote Table Model

2008-09-20 Thread salman farci
Hi, Here is my code(very much incorrect) in that I have used Remote instead of Simple. Still doesn't seem to work. qx.Class.define("qx.ui.table.model.RemoteTable", { extend : qx.ui.table.model.Remote, members : { _loadRowCount: function() { /* var tableModel = new qx.ui.table.mode

Re: [qooxdoo-devel] About keeping X-Requested-With header in qx.io.remote.Request.js

2008-09-20 Thread mansay
Derrell Lipman wrote: > > On Tue, Sep 16, 2008 at 7:05 PM, Mansay <[EMAIL PROTECTED]> wrote: > > Hi. I can understand your preference to have the extra header added by > Request. We're actually, though, trying to reduce network traffic and > have > looked at removing various headers that nee

Re: [qooxdoo-devel] Facing issues with qx locator b/w Selenium IDE 0.8.7 & 1.0b2

2008-09-20 Thread Pradeep
Hi, I found the issue for the problem. One correction is that, the window object was not a URL but a window object wrapped by XPCNativeWrapper. The XPCNativeWrapper is for security purposes which avoids exposing the javascript objects of the actual object (hides them). With the latest Seleniu