Re: [qooxdoo-devel] Button in ButtonBar - resolved

2007-05-24 Thread Tobias Koller (GERMO GmbH)
Here is my RadioView.js-file Its almost a 1:1 copy of the ButtonView-Implementation. You should test it cause it's a quick and "maybe" dirty-solution ;) -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sebastian Werner Gesendet: Freitag, 25. Mai 2

Re: [qooxdoo-devel] Button in ButtonBar - resolved

2007-05-24 Thread Sebastian Werner
Hi Tobias, well, it would be nice if you could provide us a patch which allows the RadioView to support both, the bar at top and bottom. I would be happy to integrate it into qooxdoo. Sebastian Tobias Koller (GERMO GmbH) schrieb: > Hi, > > I tested the RadioView and its almost exactly what

Re: [qooxdoo-devel] Button in ButtonBar - resolved

2007-05-24 Thread Tobias Koller (GERMO GmbH)
Hi, I tested the RadioView and its almost exactly what I need ;) But I need the buttons not on top, they should be on the bottom of the view. Unfortunately, I didn't find a way to change the position of the bar. In the ButtonView-Widget there is a method "barPosition" where I can put them to the

Re: [qooxdoo-devel] Request Question in 0.6.6 Cont.

2007-05-24 Thread Steve Ramage
Never mind it was a server problem. Thanks, Steve Ramage Software Developer IP Applications Solutions Inc Email: [EMAIL PROTECTED] _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Ramage Sent: Thursday, May 24, 2007 2:01 PM To: 'qooxdoo Development' Subject: [

[qooxdoo-devel] Request Question in 0.6.6 Cont.

2007-05-24 Thread Steve Ramage
I have moved the API to the same server and disabled crossDomain. I have tried switching the method from GET to post and using setParameter, setFormField, setUserData and none of them seem to reach the server as a GET or POST variable. In the below code I would like a variable of test and a value

[qooxdoo-devel] Upload widget

2007-05-24 Thread Nick Glencross
Hi all! Looking back in the forums the subject of an Upload widget as been raised a few times. It would be really useful! The feature is listed on the Requested Features page (I saw it yesterday, but have mislaid the page link today), and an 0.6 implementation was posted recently by Dietrich

[qooxdoo-devel] Printing a form where not all the sections are visible

2007-05-24 Thread Nick Glencross
Hi all! I have a number of forms made up of multiple pages and a few tabbed sections. When printed it just shows the visible screen, but I really need a feature where I can print the whole form. Does anyone have a good way of doing this? As it happens, some of the container widgets are customis

Re: [qooxdoo-devel] really stupid eval question

2007-05-24 Thread Hugh Gibson
> >> You can also display the entire(recursive hierarchy (or up to some > >> max level) of an object using this: > > > > Are you going to add that to the Wiki as a snippet? If not, I'll > > have a go. > > Sure, go ahead. Added at http://qooxdoo.org/documentation/developer_manual/debugging#int

Re: [qooxdoo-devel] 0.7 bug fixing

2007-05-24 Thread Hugh Gibson
> - which other issues/annoyances do you have with qooxdoo which can be > fixed easily without the risk of affecting stability? I'm not sure how it is with 0.7, but with 0.6.6 I always seem to spend ages trying to get a layout widget working properly. It might be inexperience, but I have to jug

Re: [qooxdoo-devel] Why a tooltip isn't shown in a label, whereas in an atom ye

2007-05-24 Thread Hugh Gibson
> > I have never done so, and it works except in labels. > > I don't understand why. > > I would also like to know why it is necessary in some cases to add to > the client document, but not in others, for anything. Why can't it be > automatic? What does adding to the client document actually do?

Re: [qooxdoo-devel] Extended window manager demo

2007-05-24 Thread Hugh Gibson
Simon, > Jason, Tomek and a couple of others were interested in my extended > window manager. Here's a working example in a "skeleton-like" demo. What ever happened to this? Could it be contributed so that it can be incorporated into 0.7? It would be a significant improvement. Hugh -

[qooxdoo-devel] Table widget - line select mode

2007-05-24 Thread Hugh Gibson
Some time back we were chatting about disabling the cell selection mode in the table widget. See http://www.nabble.com/What%27s-the-status-of-the-table-widget--tf2958624.html#a8642847 for the thread. The main idea was to use the table in row selection mode. We found out how to hide the cell se

Re: [qooxdoo-devel] Button in ButtonBar - resolved

2007-05-24 Thread Tobias Koller (GERMO GmbH)
Ok, my fault! The buttonView is the hole "view" where the bar and the "page" are visible. Is it possible to display the content"pages" above the buttonbar, even if it is set to barPosition : "left"? |--| |contend| | |

[qooxdoo-devel] ComboBox over table causes additional select in table

2007-05-24 Thread CSBrown
I have a combobox positioned above a table so that the list from the combobox drops down over the table. When I select an entry from the combobox a row on the table is also selected. On closer investigation, the mousedown event on the combobox list selects the item for the combobox and the subseq

Re: [qooxdoo-devel] Button in ButtonBar - resolved

2007-05-24 Thread Alex Back
Hi Tobias, Tobias Koller (GERMO GmbH) wrote: > Sorry. > > I ment : width:"100%" > when i use bs.getBar().set({width:"100%"}); > then it works. Shouldn't this be default as wide as the buttonbar itself? The default width of the bar (for the left position) is "auto" and so the bar gets as wide as t

Re: [qooxdoo-devel] Button in ButtonBar - resolved

2007-05-24 Thread Tobias Koller (GERMO GmbH)
Sorry. I ment : width:"100%" when i use bs.getBar().set({width:"100%"}); then it works. Shouldn't this be default as wide as the buttonbar itself? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Tobias Koller (GERMO GmbH) Gesendet: Donnerstag, 24

Re: [qooxdoo-devel] Button in ButtonBar - resolved

2007-05-24 Thread Tobias Koller (GERMO GmbH)
Hi, when i use bs.getBar().set({width:"100"}); then it works. Shouldn't this be default as wide as the buttonbar itself? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Tobias Koller (GERMO GmbH) Gesendet: Donnerstag, 24. Mai 2007 14:43 An: [EMAI

Re: [qooxdoo-devel] Button in ButtonBar

2007-05-24 Thread Tobias Koller (GERMO GmbH)
Of course. Here is a testapp . I just took an existing one from the samples and changed the content. Then I put it in the sample\source\html\exxample-folder to test it. The button is not "100%" of the buttonbar. Its just as small as the icon and the text. I can use width:200; this works fine. Bu

Re: [qooxdoo-devel] Button in ButtonBar

2007-05-24 Thread Alex Back
Hi Tobias, Tobias Koller (GERMO GmbH) wrote: > I ment: > > àis it possible to set the width of a button of a Buttonbar to "100%"? Yes, I just tried this out with an example. Works without problems? Do you can send me the snippet of code which is not working for you or a small example showing thi

Re: [qooxdoo-devel] Button in ButtonBar

2007-05-24 Thread Tobias Koller (GERMO GmbH)
I ment: àis it possible to set the width of a button of a Buttonbar to "100%"? ;) Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Tobias Koller (GERMO GmbH) Gesendet: Donnerstag, 24. Mai 2007 13:00 An: qooxdoo Development Betreff: [qooxdoo-devel] Button in ButtonBar Hi,

[qooxdoo-devel] Button in ButtonBar

2007-05-24 Thread Tobias Koller (GERMO GmbH)
Hi, is it possible to set the width of a buttonbar to "100%"? I want the button to be as width as the buttonbar. The buttonbar is setBarPosition(left). I tried to set the button to "100%" but it didn't work. Thanks Tobias ---

[qooxdoo-devel] 0.7 bug fixing

2007-05-24 Thread Fabian Jakobs
Hi, We are getting closer to the final 0.7 release. I am currently browsing bugzilla and try to fix as many bugs as possible. To priorize the work we would be interested in: - which bugs are critical to you? - which issues do you have, which are currently not reported in bugzilla? - which other

Re: [qooxdoo-devel] Integration and networking

2007-05-24 Thread ruben gonzalvez
Hi, First, thanks for reply me. I've found one chat based in Comet called jmaki chat. this is the url: https://ajax.dev.java.net/nonav/gallery/index.html#33 I've sniff my network card and I've tested how server doesn't polling. Now, I've tried intregrate the jmaki Chat in a qooxdoo GUI. I'v

Re: [qooxdoo-devel] Usage of Qooxdoo destructors

2007-05-24 Thread Alex Back
Hello Rahul, Rahul Sharma wrote: > Hi, > > I am adding multiple canvas layouts to my application and I want that > all the objects added to a canvas are destroyed as soon as I close a > particular canvas. Will qooxdoo take care of disposing the objects added > to the (closed) canvas or I need to d

Re: [qooxdoo-devel] 0.6.6: drag&drop completel y broken in build versions? [solved]

2007-05-24 Thread Alex Back
Hi Hubert, Hubert Denkmair wrote: > Thanks Derrell, > > for pointing me in the right direction. > > adding a > > #require(qx.event.handler.DragAndDropHandler) > > to the application solved my problem. > > Maybe this should be documented at > http://qooxdoo.org/documentation/user_manual/drag_drop I

Re: [qooxdoo-devel] Design Question in 0.6.6

2007-05-24 Thread Christian Boulanger
Hi Derrell, I was curious before to know what the fsm is for and what it does. Can you describe it in a few words (or even write a little tutorial?). Thanks, Christian > "Steve Ramage" <[EMAIL PROTECTED]> writes: > >> Okay my next question would be a generic design question. Lets say I was >> d