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
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
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