>
> AFAIK, qxtransformer is very lively project. You should give it a try.
>
Okay. I spent a few days studying up on qxtransformer. I now know what it is
trying to accomplish.
> > Any other packages you would recommend? Is there a
> > layout designer that supports qooxdoo?
> >
>
> If yo
Finally, I moved all Atom_*.html to "atom" sub-folder under example
directory. I couldn't hack gendata.py. For the time being, I made manual
changes in demodata.js.
Note: Demo Browser terminology is used for better understanding. My Project
uses something else in place of Atom_1.html.
The script
Hi, Sebastian!
Thanks for your time.
I attached a listener to my tree:
myTree._containerObject.addEventListener("mouseout", onMouseOut);
When moving the mouse over the tree area, e.getTarget() is always returns a
TreeFolder.
More, if i start dragging a node, "mouseout" event is no longer disp
On Mon, Apr 21, 2008 at 11:39 AM, Helder Magalhães <
[EMAIL PROTECTED]> wrote:
>
>
> kanugula wrote:
> >
> > When is the "failed" event called in Rpc? I am trying to see if it is
> > beneficial to me for code refactoring in my Remote Table. When my Remote
> > Service throws RemoteException, Rpc.j
Thomas,
> > I would prefer that the output is not through divs but is returned
> > directly to Selenium as strings.
> >
> A quick reply to this detail: Your understanding of Selenium might
> be ahead of mine, but I thought the primary focus of Selenium was
> interacting with the DOM. You usua
kanugula wrote:
>
> When is the "failed" event called in Rpc? I am trying to see if it is
> beneficial to me for code refactoring in my Remote Table. When my Remote
> Service throws RemoteException, Rpc.js swallows it as "completed" event
> with exception. Shouldn't it dispatch to "failed" even
Hugh,
> I would prefer that the output is not through divs but is returned
> directly to Selenium as strings.
>
A quick reply to this detail: Your understanding of Selenium might be
ahead of mine, but I thought the primary focus of Selenium was
interacting with the DOM. You usually trigger som
> We test our RAP application using Selenium, is it possible to
> obtain reference to underlying widget using xpath instead of id ?
We are using a lot of locators like this: *[text()='abc'] but that only
works if you have unique text everywhere.
Hugh
Because it auto-disposes at the end.
If you have any array or map properties they are set to undefined at the end.
Eventhough you can still resend the request using send()
Is this the intentional behavior?
Greetings,
Ralf Nieuwenhuijsen
---
> Unfortunately, this doesn't allow you to actually use the text area
> as way to change the demo & render the updated code. That would be
> quite a bit more involved, and would probably require some
> server-side work...a project for another day:)
As you have looked into this, can you list what
The mixin constructor is called _after_ the normal constructor rather
than before.
This is the wrong default.
Why? Because the mixin can make no assumptions about the class it's
mixed in.. so it won't be calling or setting properties other than its
own.
But the class using the mixin knows its usi
Setya wrote:
> Hi all,
>
> We test our RAP application using Selenium, is it possible to obtain reference
> to underlying widget using xpath instead of id ?
>
>
Oh yes, it is. But it's not straight-forward. The issue here is that
widgets are just a bunch of s on the DOM level (You understand w
Not necessary, I just fixed it. ;-)
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Hugh Gibson
Gesendet: Samstag, 19. April 2008 08:39
An: qooxdoo-devel@lists.sourceforge.net
Betreff: Re: [qooxdoo-devel] Re ally basic demo of HtmlArea
> http://sa
Hugh Gibson schrieb:
>> "ERROR: qx.ui.layout.GridLayout[2569]: _computePreferredBoxWidth
>> failed:
>> InternalError - too much recursion".
>>
>> I don't if this is a bug or just I don't using it right.
>> Code snippets:
>>
>> var layoutPop = new qx.ui.layout.GridLayout();
>> layoutPop.setColumnWi
Hugh Gibson schrieb:
> At http://bugzilla.qooxdoo.org/show_bug.cgi?id=822 I reported a bug about
> not being able to select text from the source code in pages like
> http://demo.qooxdoo.org/current/demobrowser/#example~Atom_3.html
>
> This is a pain when you want to get examples for use in your cod
Hi all,
We test our RAP application using Selenium, is it possible to obtain reference
to underlying widget using xpath instead of id ?
Regards,
Setya
-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Do
Hi,
I have the exact same situation. The table is to slow in scrolling (and
it also feels wrong, the indirect scrolling isn't such a good idea),
also it has features that I don't need in my projects.
Listview is a must-have component for me, and I don't think that table
and listview do the same
When i look at the api viewer at the ListView class its said that it is
deprecated and i should use the Table instead.
At some wiki-Page concerning about 0.8 i found the ListView under an entry
"unsupported" widgets.
Does that mean, that there will be no ListView at the 0.8 branch?
Maybe im wrong
Hello Hugh!
Indee, this is a bug. It seems like somebody removed a try{} block and then
forgot to remove the execption variable.
Thanks for reporting it to us. :-)
Cheers,
Jonathan
-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Hugh Gibson
G
19 matches
Mail list logo