[qooxdoo-devel] making qx.ui.form.CheckBox draggable

2010-04-01 Thread Greg Beaver
Hi, It turns out that there is a small bug in the implementation of qx.ui.form.ToggleButton._onMouseDown which is preventing drag-and-drop from working. The fix? change: e.stopPropagation(); to if (!this.isDraggable()) { e.stopPropagation(); } at the end of the func

[qooxdoo-devel] proper fix for CheckBox drag/drop support

2010-04-01 Thread Greg Beaver
Hi again, After some more research, in order for a CheckBox to be used in a List and also support drag/drop, the event listener must be off all the time. So, I'm wondering if a better implementation of draggable/droppable CheckBoxes would be a subclass of CheckBox. Introduce a member named _drag

Re: [qooxdoo-devel] [english 100%] Re: Radio Buttons

2010-04-01 Thread Stefan Meyer
Hello, yes i do and i dont find a solution. > Have you tried reading the API? All your answers are there. I suggest > consulting the API and the demos before posting a question like this > that took you more time to construct and post then it would have to > simply look it up in the API. You w

[qooxdoo-devel] link to subversion browse

2010-04-01 Thread Greg Beaver
Hi, It would be great if the download page had a link to the subversion browser at http://qooxdoo.svn.sourceforge.net/viewvc/qooxdoo/ I'd add this, but my user doesn't have edit access to that page. Thanks, Greg -- Down

Re: [qooxdoo-devel] Comparison, GWK or Qooxdoo?

2010-04-01 Thread Tom Schindl
Hi, Why not useing QxWT [1,2]? It is a JSNI-Wrapper for qooxdoo but you get the typesafety of Java and RPC from GWT. Tom [1]http://tomsondev.bestsolution.at/category/gwt/qxwt/ [2]http://www.ufacekit.org/index.php?cat=02_Qooxdoo&page=01_QxWT [3]http://www.ufacekit.org/qxwt/demos/QxDemo/QxDemo.htm

Re: [qooxdoo-devel] fix-files: end-of-line character(s) (qooxdoo 1.0.1)

2010-04-01 Thread Derrell Lipman
On Thu, Apr 1, 2010 at 11:10, Peter Schneider wrote: > > For what my experiences are, the subversion properties are version'ed. > So this means the property (in our case "eol-style") has to be set to > "native" > by the one that is committing/adding the file. > That is correct. All files should b

Re: [qooxdoo-devel] fix-files: end-of-line character(s) (qooxdoo 1.0.1)

2010-04-01 Thread Peter Schneider
Hi Derrell, sorry, but I have to come back to this "issue". For what my experiences are, the subversion properties are version'ed. So this means the property (in our case "eol-style") has to be set to "native" by the one that is committing/adding the file. Example: When you take a look

[qooxdoo-devel] drag and drop with a checkbox?

2010-04-01 Thread Greg Beaver
Hi, I have a List containing custom ListItems that are CheckBox objects as in one of the demo browser examples. I'd like to be able to have the user re-order the list by drag and drop, but it appears that the event handling for the checkbox is preventing drag and drop from working. Is there anyt

[qooxdoo-devel] Dialog's form dialog

2010-04-01 Thread hkalyoncu
hello i think this question mostly concerns Christian but i posted it here for everyone. im playing with Dialog's form. im trying its form validation feature. but its not working as it should be. i added required property like this: "validation" : { "required" : true } now it is showing th

Re: [qooxdoo-devel] Comparison, GWK or Qooxdoo?

2010-04-01 Thread waysoftheearth
My apologies, GWK is apparently a misnomer for GWT. I keep hearing "Google Web Kit", but actually it is "Google Web Toolkit". After spending some time looking into it at a very high level, I am beginning to form an impression that GWT is not quite as polished as the current Qooxdoo. I could be

Re: [qooxdoo-devel] example for qooxdoo usage in a traditional web page

2010-04-01 Thread MartinWittemann
Hello Heiko, congratulations to the product launch. The site is really looking good and I'm not only thinking of the content. :) Heiko Stübner wrote: > > - qooxdoo compiled into different parts using the generator and explizit > includes/excludes for each part to keep the size minimal [core,

Re: [qooxdoo-devel] Comparison, GWK or Qooxdoo?

2010-04-01 Thread MartinWittemann
Hi, I have never head of GWK. I know GWT. Do you have a link to that framework? Maybe I can take a look and tell you what qooxdoo offers in comparison. Regards, Martin -- View this message in context: http://n2.nabble.com/Comparison-GWK-or-Qooxdoo-tp4815903p4835670.html Sent from the qooxdoo ma

Re: [qooxdoo-devel] new part loading features

2010-04-01 Thread MartinWittemann
Hello, we had a section in the news on the end of february about what we change in the part loading and what we think how the application developer and the user can benefit from these changes. You can find the article over here: http://news.qooxdoo.org/the-week-in-qooxdoo-2010-02-26 The new feat

[qooxdoo-devel] new part loading features

2010-04-01 Thread hkalyoncu
hello where can i find the references for the new part loading features which is described in news section. i tried the apiviewer in trunk but there is nothing much. regards huseyin -- View this message in context: http://n2.nabble.com/new-part-loading-features-tp4835676p4835676.html Sent fr

Re: [qooxdoo-devel] Server-based remote java objects proposal (replacement for Java RPC?)

2010-04-01 Thread MartinWittemann
Hello John, congratulations! This sounds really helpful to all who use Java as their backend. I'm not the backend expert so I can't give you any feedback, sorry.But I can tell you, this sounds like it is the way a developer should be able to work. :) Regards, Martin -- View this message in contex