Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Qooxdoo and RAP
Qooxdoo and RAP [message #121760] Tue, 17 February 2009 20:27 Go to next message
Eclipse UserFriend
Originally posted by: freddan85.gmail.com

Hi!

I'm developing a RAP application which, among other things, will contain
of two trees that supports drag and drop between each other. Since RAP
doesn't have support for drag and drop, I've made a custom widget using
the qooxdoo 0.7.4 API. I've managed to get the widget working by using
"regular trees" (qx.ui.tree.Tree), but I want the more user-friendly
VirtualTree (qx.ui.treevirtual.TreeVirtual). However, when I try to
declare a virtual tree I get the following error at runtime:

"Could not evaluate javascript response:
TypeError: qx.ui.treevirtual is undefined"

Is there any limitations in the qooxdoo api, or why isn't the
treevirtual working when the regular tree works fine?

I've looked at the code in qooxdoos demo browser, but I can't get it to
work even with their code. Their demo can be found at
http://demo.qooxdoo.org/0.7.4/demobrowser/#example~TreeVirtu al_6.html

Thanks for any help!
Re: Qooxdoo and RAP [message #121799 is a reply to message #121760] Wed, 18 February 2009 08:08 Go to previous message
Stefan   is currently offline Stefan Friend
Messages: 316
Registered: July 2009
Senior Member
Hi,
I suppose that's because RAP doesn't contain all qooxdoo classes but
only those that are needed (to keep the qx lib small). You can look at
org.eclipse.rap.rwt.q07 to check the contained classes.

However, it should be possible to add additional qx classes using the
org.eclipse.rap.ui.resources extension point.

Regards,
Stefan.


Fredrik Häggbom schrieb:
> Hi!
>
> I'm developing a RAP application which, among other things, will contain
> of two trees that supports drag and drop between each other. Since RAP
> doesn't have support for drag and drop, I've made a custom widget using
> the qooxdoo 0.7.4 API. I've managed to get the widget working by using
> "regular trees" (qx.ui.tree.Tree), but I want the more user-friendly
> VirtualTree (qx.ui.treevirtual.TreeVirtual). However, when I try to
> declare a virtual tree I get the following error at runtime:
>
> "Could not evaluate javascript response:
> TypeError: qx.ui.treevirtual is undefined"
>
> Is there any limitations in the qooxdoo api, or why isn't the
> treevirtual working when the regular tree works fine?
>
> I've looked at the code in qooxdoos demo browser, but I can't get it to
> work even with their code. Their demo can be found at
> http://demo.qooxdoo.org/0.7.4/demobrowser/#example~TreeVirtu al_6.html
>
> Thanks for any help!
Previous Topic:Unhandled accelerator keycodes
Next Topic:Typo on project plan page?
Goto Forum:
  


Current Time: Thu Apr 25 00:47:42 GMT 2024

Powered by FUDForum. Page generated in 0.02840 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top