Re: [qooxdoo-devel] [Derrell] TreeVirtual - move & copy nodes

2007-08-10 Thread bibliograph
Here is my MDragAndDropSupport Mixin that will automagically add drag & drop to the TreeVirtual widget: http://qxtransformer.svn.sourceforge.net/svnroot/qxtransformer/trunk/apps/qxtransformer-skeleton/qxtransformer/source/class/qx/ui/treevirtual/MDragAndDropSupport.js I also attach the example

[qooxdoo-devel] [Derrell] TreeVirtual - move & copy nodes

2007-08-10 Thread bibliograph
Hi, this is probably a question for Derrell again: I am just finalizing drag & drop for the tree virtual but I am stuck on what to do if I want to move or copy nodes. Should I be able change the raw data array structure and then do treedatamodel.setData(treedatamodel.getData()) to re-index it? I

Re: [qooxdoo-devel] Global Vars

2007-08-10 Thread Derrell Lipman
On 8/10/07, Jim Hunter <[EMAIL PROTECTED]> wrote: > Thanks Derrell, > > This might be a 'cleaner' way but I am converting an app that has about 30 > global vars and they are referenced everywhere in my code. To convert to > this method would require a lot of code changes. For now, I just need to ge

[qooxdoo-devel] Results of testing Ext Theme: Issues in IE

2007-08-10 Thread Mike Rea
We did some cross-browser testing of the Ext theme, just using Firefox 2.0, Internet Explorer 6, and Internet Explorer 7. The basis for the test was just the demo Showcase application at http://demo.qooxdoo.org/current/showcase/#Themes. How we tested: Went to showcase app. Opened theming window

Re: [qooxdoo-devel] Global Vars

2007-08-10 Thread Jim Hunter
Thanks Derrell, This might be a 'cleaner' way but I am converting an app that has about 30 global vars and they are referenced everywhere in my code. To convert to this method would require a lot of code changes. For now, I just need to get my app running in .7.1 so if I toss the declarations into

[qooxdoo-devel] Patch for qx.event.handler.DragAndDropHandler

2007-08-10 Thread bibliograph
Hi, in the Drag & Drop event Handler, there is a variant for gecko browsers which is supposed to work around a gecko bug (I don't know the internals). The workaround, however, makes it impossible to drag nodes WITHIN a treeVirtual. This patch fixes this. I don't know the side effects of this,

Re: [qooxdoo-devel] Global Vars

2007-08-10 Thread Derrell Lipman
On 8/10/07, Jim Hunter <[EMAIL PROTECTED]> wrote: > With the new structure of .7.x, is it suggested that we create a file to > hold all the global variables for the application or declare them in the > main() function of Application? What is the suggested 'best practice' for > this? Hi Jim, You d

[qooxdoo-devel] Global Vars

2007-08-10 Thread Jim Hunter
With the new structure of .7.x, is it suggested that we create a file to hold all the global variables for the application or declare them in the main() function of Application? What is the suggested 'best practice' for this? Thanks, Jim www.D4PHP.org www.D4PHP-Hosting.com

Re: [qooxdoo-devel] Attaching a mixin to an object

2007-08-10 Thread Jim Hunter
Changing it to String did the trick. I can continue with my project. Thanks, Jim On 8/9/07, Sebastian Werner <[EMAIL PROTECTED]> wrote: > > Hi Jim, > > what is the real error printed out? At least your "check" declaration is > wrong. In 0.7.x the "check" for built-in types begins with an upperca

Re: [qooxdoo-devel] Automated testing of Qooxdoo developed sites

2007-08-10 Thread thron7
Dear all, I've taken the opportunity of this thread to create a test tool page on the qooxdoo wiki. You can find it under http://qooxdoo.org/documentation/general/test_tools Please everyone who is interested in the issue have a look and extend this node with your own knowledge and experience. Apa

Re: [qooxdoo-devel] Mouse wheel and Safari for Windows

2007-08-10 Thread Rüdiger Herrmann
filed bug #585 http://bugzilla.qooxdoo.org/show_bug.cgi?id=585 / Rüdiger Fabian Jakobs wrote: > Rüdiger Herrmann schrieb: >> Hi all, >> >> adding a listener for "mousewheel" events on a CanvasLayout works in >> IE and FF but not for Safari on Windows (Beta). >> >> With the attached snippet, u

[qooxdoo-devel] qx and opera

2007-08-10 Thread Bart van der Werf
When i try to run qx on opera i get the following, ff and ie work fine. JavaScript - http://localhost:4499/Website/prototype/source/index.html Event thread: load Error: name: TypeError message: Statement on line 279: Type mismatch (usually a non-object value used where an object is required) Back