Re: [qooxdoo-devel] Layout Issues

2016-04-29 Thread Aoda
Hi, Yes of course. It will be better for everyone I think. Thank you. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Layout-Issues-tp7588314p7588316.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Layout Issues

2016-04-29 Thread Tobias Oetiker
Hi Aoda, might I tempt you to post your question http://stackoverflow.com/ and tag it with the 'qooxdoo' ? In that way more people will profit from the answer and we get some extra exposure from this ... thanks tobi Today Aoda wrote: > > Hi all ! > > I have been using qooxdoo now for 3 days so,

[qooxdoo-devel] Layout Issues

2016-04-29 Thread Aoda
Hi all ! I have been using qooxdoo now for 3 days so, it s just the begining but obviously I do already have some troubles. It is about VBox HBox... I don t really understaind how it is working. I saw the online documentation and forums but whatever I tried I wasn t able to obtain the same resul

Re: [qooxdoo-devel] Layout problems after 3.5.1 to 4.0.1 migration

2014-07-09 Thread Christopher Zündorf
Hi Tobias, I think you just have to re-compile your theme. By migrating from 3.5.1 to 4.0.1 you will have to add a generator job, and call it. After that it should all work correctly. Have you tried this? http://manual.qooxdoo.org/4.0.1/pages/mobile/theming.html Greetz Christopher Am 09.07.2

[qooxdoo-devel] Layout problems after 3.5.1 to 4.0.1 migration

2014-07-09 Thread Tobias Roeder
Hey folks, I just updated my qooxdoo mobile project to 4.0.1 buy executing the migration job and changing the sdk. After that I ran into some very disturbing layout problems. Everything seems to be left-aligned throughout several different widget-classes. For example: The title widget of my navi

Re: [qooxdoo-devel] Layout Grid and colSpan

2013-05-29 Thread Loren Schlomer
Awesome. Glad to help! On Wed, May 29, 2013 at 9:13 AM, jlmag wrote: > Hi Loren, > > Thanks, it works fine. > > tinyurl.com/ntyqsj2 > > jlmag > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Layout-Grid-and-colSpan-tp7583769p7583777.htm

Re: [qooxdoo-devel] Layout Grid and colSpan

2013-05-29 Thread jlmag
Hi Loren, Thanks, it works fine. tinyurl.com/ntyqsj2 jlmag -- View this message in context: http://qooxdoo.678.n2.nabble.com/Layout-Grid-and-colSpan-tp7583769p7583777.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] Layout Grid and colSpan

2013-05-29 Thread Loren Schlomer
The rendering looks correct (as expected) for both situations. Try adding a column flex to your first grid on column 0. See: http://demo.qooxdoo.org/current/apiviewer/#qx.ui.layout.Grid [setColumnFlex(column, flex)] On Wed, May 29, 2013 at 4:17 AM, jlmag wrote: > Hi all, > > I use the l

[qooxdoo-devel] Layout Grid and colSpan

2013-05-29 Thread jlmag
Hi all, I use the layout "qx.ui.layout.Grid" with "colSpan". But, the behavior of rendered is not identical with or without "colSpan". An exemple is better than a long paragraph. See label of RadioButton "rdb3" and "rdb6" tinyurl.com/qjjtrjl Top with "co

Re: [qooxdoo-devel] Layout guidance

2012-12-17 Thread ScoPi
Thanks for the reply! -- View this message in context: http://qooxdoo.678.n2.nabble.com/Layout-guidance-tp7582277p7582312.html Sent from the qooxdoo mailing list archive at Nabble.com. -- LogMeIn Rescue: Anywhere, Anyt

Re: [qooxdoo-devel] Layout guidance

2012-12-14 Thread Christopher Zündorf
Something about canvas layouts: http://manual.qooxdoo.org/2.1/pages/layout/canvas.html We update the manual for containing a documentation of edge property. Am 12.12.2012 um 11:22 schrieb ScoPi: Invariably, you figure such things out as soon as you ask. I am able to achieve this with this ap

Re: [qooxdoo-devel] Layout guidance

2012-12-14 Thread Christopher Zündorf
Edge:0 does the same as "left:0" and "right:0" . you can remove the left and right assignment for your allContentContainer. Am 12.12.2012 um 11:22 schrieb ScoPi: Invariably, you figure such things out as soon as you ask. I am able to achieve this with this approach: var headerContainer = ...

Re: [qooxdoo-devel] Layout guidance

2012-12-12 Thread ScoPi
Invariably, you figure such things out as soon as you ask. I am able to achieve this with this approach: var headerContainer = ...var table1 = new qx.ui.table.Table(table1Model);...var table2 = new qx.ui.table.Table(table2Model);var mainContentContainer = new qx.ui.container.Composite(new qx.ui.lay

[qooxdoo-devel] Layout guidance

2012-12-12 Thread ScoPi
I'm a new Qooxdoo user, coming over from the awesome but increasingly-quiet Echo 3 community. I've been playing with Qooxdoo for a couple of days now but could use a little layout guidance. I don't think an accomplished Qooxdoo user would have any problem providing such guidance. Basically, the at

Re: [qooxdoo-devel] Layout problem

2010-09-27 Thread flj
Hi. Use a grid layout with 5 columns. Give the first and the last column a flex of 1, and all other columns a flex of 0. Make sure that upon initial rendering the second and the fourth column have the same width. Upon resizing, only the first and the last column will be resized, since they are

[qooxdoo-devel] Layout problem

2010-09-27 Thread Jean-Noël Rivasseau
Hello I have what seems to be a simple layout problem but turns out to be impossible in Qx. Maybe I am missing something. I could easily code this in CSS. Here is my problem: I have a general container. Inside I want to center a widget A, but want to add to the right of this widget another widget

Re: [qooxdoo-devel] Layout?

2010-01-21 Thread Michael Meyer
Hello, i try now this but always the left frame is sized to the mawidth. the width isnt used. how can is et it to the startsize? var container_left = new qx.ui.container.Composite(new qx.ui.layout.Grow).set({ backgroundColor: "#ff", width: 260,

Re: [qooxdoo-devel] Layout?

2010-01-21 Thread Michael Meyer
Hello, i got it but the both elements in the splitpane always both the same site. i defined individual witdh, flex and so on but nothing happens. this is the actual code // Main Container. var container_main = new qx.ui.container.Composite(new qx.ui.layout.Grow());

Re: [qooxdoo-devel] Layout?

2010-01-21 Thread Jean-Baptiste BRIAUD -- Novlog
On Jan 21, 2010, at 20:49 , rumpel...@gmx.de wrote: > Hello, > > i try this to add some sub widgets in a main widget > >var wleft = new qx.ui.core.Widget(layout_dock).set({ Why are you instanciation a core.Widget ? It might be correct but unusual to me as that widget look more like

[qooxdoo-devel] Layout?

2010-01-21 Thread rumpel...@gmx.de
Hello, i try this to add some sub widgets in a main widget var wleft = new qx.ui.core.Widget(layout_dock).set({ height: 30, backgroundColor: "#ff" }); var wright = new qx.ui.core.Widget(layout_dock).set({ back

Re: [qooxdoo-devel] Layout problem with splitpane and table

2010-01-18 Thread Fritz Zaucker
Hmm, the problem was a missing flex: vbox1.add(splitpane, {flex:1}); solves the issue. Sorry for the noise. Cheers, Fritz On Sat, 16 Jan 2010, Fritz Zaucker wrote: > Hi, > > in the following playground example I am trying to put a splitpane inside a > window and a table inside on part of the

[qooxdoo-devel] Layout problem with splitpane and table

2010-01-16 Thread Fritz Zaucker
Hi, in the following playground example I am trying to put a splitpane inside a window and a table inside on part of the splitpane. I want to be able to setMaxHeight on the Window and the table to fill the part of the splitpane vertically. Unfortunately, the table extends beyond the bottom of th

Re: [qooxdoo-devel] Layout

2010-01-03 Thread Derrell Lipman
On Sun, Jan 3, 2010 at 14:53, devmanfromm...@gmx.de wrote: > Hello, > > i try the layoutiing but i dont get the wanted results. The code below > makes the basic layout now. But i want to insert some dynamic layout > in the middle with a splitpane but i dont get it run:( This two new > lay

[qooxdoo-devel] Layout

2010-01-03 Thread devmanfromm...@gmx.de
Hello, i try the layoutiing but i dont get the wanted results. The code below makes the basic layout now. But i want to insert some dynamic layout in the middle with a splitpane but i dont get it run:( This two new layers should be insert into the middle basic widget but i get always

Re: [qooxdoo-devel] layout question

2009-11-18 Thread Matthew Gregory
Hi Jurij, A single container for each layout is really the way to go. It shouldn't matter that your children are in different containers. To use MSingleSelectionHandling you just need to make sure you return all children in _getItems . Currently, if you wanted to do away with the intermediate c

Re: [qooxdoo-devel] layout question

2009-11-17 Thread tsmiller
So it looks like the reason was 'None of the Above'. It looks like the primary reason is to have more control over your widgets and their management. I can understand that. Your portal sounds interesting. It looks like it is perfect for qooxdoo. tom Jurij Bilas wrote: > > I'm trying to bui

Re: [qooxdoo-devel] layout question

2009-11-17 Thread Jurij Bilas
I'm trying to build a portal-like UI, where main composite consists of a bunch of resizable/closable/minimizable widgets. Widgets would be stacked in columns and can be rearranged by drag/drop. Using composites doesn't seem like a good idea for a couple of reasons. - component shouldn't be used ju

Re: [qooxdoo-devel] layout question

2009-11-17 Thread tsmiller
Sorry if I misread your question. I don't know anything about making custom layouts. I have always used combinations of composites and gone on my merry way! I am just curious though, are you trying to make a new layout so that it is more efficient? smaller in size? Other reasons? tom Jur

Re: [qooxdoo-devel] layout question

2009-11-16 Thread Jurij Bilas
Yeah, this is similar to what I've come up with. Is there any way to get it done without composites, just by using layouts? Is it difficult to write a new layout like this? Can layouts be enclosed in one another? I either didn't search hard enough, or qooxdoo docs don't provide enough info on cust

Re: [qooxdoo-devel] layout question

2009-11-16 Thread tsmiller
I would do this. It gives three equal columns. Each column is a VBox. var hBox = new qx.ui.container.Composite( new qx.ui.layout.HBox() ); var vBox1 = new qx.ui.container.Composite( new qx.ui.layout.VBox().set({alignY:"top"})).set({backgroundColor:"yellow"}); var v

[qooxdoo-devel] layout question

2009-11-16 Thread Jurij Bilas
Hi all, I'm new to qooxdoo, having spent only a couple of days playing around, so bear with me if my question seems dumb or trivial. How would I go about creating a layout with two (or 3,4,...) columns where each one is a VBox? For now the only solution I see is to create a composite with Grid l

Re: [qooxdoo-devel] Layout to cover entire page width

2009-09-02 Thread Mark Sandhu
Hi again Daniel, Thanks for the tip. Setting the allowStretch property to false worked like a charm and that's what I exactlly wanted. Regards, Mark From: mark.san...@hotmail.com To: qooxdoo-devel@lists.sourceforge.net Subject: Re: [qooxdoo-devel] Layout to cover entire page width Date

Re: [qooxdoo-devel] Layout to cover entire page width

2009-09-02 Thread Mark Sandhu
Hi Daniel, Thanks for the quick reply and I will get back to you after I try that tip you had told me. I still wonder how I missed that property when searching the API. Regards, Mark _ Feeling the financial pinch? Check on MSN NZ

Re: [qooxdoo-devel] Layout to cover entire page width

2009-09-02 Thread Daniel Wagner
Hi Mark, welcome to the list and thanks for the kind words :) You can set your widget's allowStretchX and allowStretchY properties to false to prevent it from being resized. Regards, Daniel Mark Sandhu schrieb: > Hi everyone, > First of all, Qooxdoo rocks and I have become hell-bent on using

[qooxdoo-devel] Layout to cover entire page width

2009-09-02 Thread Mark Sandhu
Hi everyone, First of all, Qooxdoo rocks and I have become hell-bent on using this framework to build next-gen web apps but, I am running into some trouble with layout. After seeing the demos like, demo-browser, feedreader etc. I too wanted to use the dock layout in order to have a header sprea

Re: [qooxdoo-devel] Layout saving?

2009-08-29 Thread panyasan
Hi, I recently discovered a cross-browser persistent storage that is very convenient: http://pablotron.org/?cid=1557 I wonder if this could be integrated into qooxdoo (licensing and such...) Best, Christian Elsner, Robert wrote: > > Has anyone investigated or have any ideas how to save wid

[qooxdoo-devel] Layout saving?

2009-08-28 Thread Elsner, Robert
Has anyone investigated or have any ideas how to save widget layout (for windows) between browser sessions? Thanks, Rob -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your

Re: [qooxdoo-devel] layout resize or event resize

2009-03-31 Thread Andy Colson
Thanks to all who answered. This layout stuff is not easy to pickup. (And I have not done java layout stuff so dont even have that background) Derrell Lipman wrote: > You are setting a fixed size for 'main' here. The size you're giving it > is the viewport's initial width and height. Is that r

Re: [qooxdoo-devel] layout resize or event resize

2009-03-31 Thread Fink, Andreas
...@squeakycode.net] Gesendet: Montag, 30. März 2009 21:56 An: qooxdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] layout resize or event resize Hi List, I'm new to qooxdoo, and I don't understand resize. In the demo browser if you resize the window, everything redraw's to th

Re: [qooxdoo-devel] layout resize or event resize

2009-03-30 Thread Derrell Lipman
On Mon, Mar 30, 2009 at 3:55 PM, Andy Colson wrote: > > I'm new to qooxdoo, Welcome! > and I don't understand resize. In the demo browser > if you resize the window, everything redraw's to the new size. > > I have some test code but when I resize the browser it does not > resize/redraw. > > i

Re: [qooxdoo-devel] layout resize or event resize

2009-03-30 Thread Mustafa Sak
Colson [mailto:a...@squeakycode.net] Gesendet: Mo 30.03.2009 22:15 An: qooxdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] layout resize or event resize Hi List, I'm new to qooxdoo, and I don't understand resize. In the demo browser if you resize the window, everything redra

[qooxdoo-devel] layout resize or event resize

2009-03-30 Thread Andy Colson
Hi List, I'm new to qooxdoo, and I don't understand resize. In the demo browser if you resize the window, everything redraw's to the new size. I have some test code but when I resize the browser it does not resize/redraw. in my Application.js I have this: var main = new qx.ui.container.Composi

Re: [qooxdoo-devel] Layout

2009-03-11 Thread Alexander Back
Hi, On Tuesday 10 March 2009 A.Yerenkow wrote: > Can someone point me, how make a layout similar to > API Documentation / Demo Brower? > > Exactly, how make a splitpane height to be 100%? Just download the SDK and take a look for yourself. That's the best way to get in touch with it :) Additional

Re: [qooxdoo-devel] Layout

2009-03-10 Thread A.Yerenkow
Can someone point me, how make a layout similar to API Documentation / Demo Brower? Exactly, how make a splitpane height to be 100%? -- ___ qooxdoo-devel mailing list qooxdoo-d

Re: [qooxdoo-devel] Layout question

2008-10-04 Thread Jim Hunter
Interesting... executing remove(myLayer) does work, in that the rest of the layers adjust to fill in the area that myLayer occupied. But, when I simply add that object back in, the child objects of the layer get altered. I would think that the children of the removed object should not get touched,

Re: [qooxdoo-devel] Layout question

2008-10-02 Thread Matthew Gregory
If you only want to show/hide the widget IMHO .exlcude() and .show() are the best way forward. Jim Hunter wrote: > DOH! I should have tried remove(). It was a long day and my brain just > wasn't where it should have been. I'll give that a test tomorrow. > > Thanks, > Jim > > > On Wed, Oct 1,

Re: [qooxdoo-devel] Layout question

2008-10-01 Thread Jim Hunter
DOH! I should have tried remove(). It was a long day and my brain just wasn't where it should have been. I'll give that a test tomorrow. Thanks, Jim On Wed, Oct 1, 2008 at 6:04 PM, Derrell Lipman < [EMAIL PROTECTED]> wrote: > On Wed, Oct 1, 2008 at 8:51 PM, Jim Hunter <[EMAIL PROTECTED]> wrote:

Re: [qooxdoo-devel] Layout question

2008-10-01 Thread Derrell Lipman
On Wed, Oct 1, 2008 at 8:51 PM, Jim Hunter <[EMAIL PROTECTED]> wrote: > I am still learning the new layout engine and I have a, what I hope is, a > simple questions. I have created a page that has some horizontal regions > which are mostly all composite containers with various layouts. I have a fe

[qooxdoo-devel] Layout question

2008-10-01 Thread Jim Hunter
I am still learning the new layout engine and I have a, what I hope is, a simple questions. I have created a page that has some horizontal regions which are mostly all composite containers with various layouts. I have a few at the top, one at the bottom and a large body section. All of the sections

[qooxdoo-devel] Layout computing problem

2008-06-25 Thread Tarmaq
Hi all, I have problem with computing flex size in Tree. Just try this example and you'll see. If you open node "Item no.1" and then open "Item no.2", everything works ok. But When you open "Item no.1", close it, and after open "Item no.2" and "Item no.1", spacer of nodes in "Item no1." doesn't re

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-05 Thread Fabian Jakobs
Hi Leander, > Hi Fabian, > > will it also work if the text in the label is changed, will the system > autosize the label again? > > Greetings, > Leander > Yes, changing the label's text is layout relevant and will schedule a layout update. This already works in the current system. Best Fabia

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-05 Thread Leander Hanwald
Hi Fabian, will it also work if the text in the label is changed, will the system autosize the label again? Greetings, Leander Fabian Jakobs schrieb: > Sebastian Werner schrieb: > >> Are you thought-reading? We just discussed the possibilities to handle >> this here. Seems not to be an eas

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-05 Thread Gaetan de Menten
On Feb 5, 2008 9:44 AM, Jonathan Rass <[EMAIL PROTECTED]> wrote: > > I meant it as a "fade to gray background" (hence I thought it'd belong > > in the animation stuff). Sorry for being unclear/pointing to an > > example which didn't do exactly what I would like. > > Ok, now I understand what you m

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-05 Thread Gaetan de Menten
On Feb 4, 2008 2:39 PM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Gaetan de Menten schrieb: > > My personal wish is that it'll be able to handle the following situation: > > a grid with some columns with a fixed width, other columns with flex > > size, which would adjust automatically depending of

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-05 Thread Jonathan Rass
about animations as soon as I have something presentable. :-) Cheers, Jonathan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Gaetan de Menten Gesendet: Montag, 4. Februar 2008 14:31 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Layout in

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Fabian Jakobs
Sebastian Werner schrieb: > Are you thought-reading? We just discussed the possibilities to handle > this here. Seems not to be an easy task. > > Sebastian > It was easier than expected to get a first implementation running. In the old layout code there was no way, we could do this. We still h

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Sebastian Werner
Are you thought-reading? We just discussed the possibilities to handle this here. Seems not to be an easy task. Sebastian Leander Hanwald schrieb: > Looks very nice (again ;) ! > > By the way, is there allready an improvement visible for the problem of > auto-height by mutliline wrapped text?

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Leander Hanwald
Looks very nice (again ;) ! By the way, is there allready an improvement visible for the problem of auto-height by mutliline wrapped text? In the past it was said that 0.8 will solve this problem :) Greetings, Leander Fabian Jakobs schrieb: > Gaetan de Menten schrieb: > >> On Feb 1, 2008 4:

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Fabian Jakobs
Gaetan de Menten schrieb: > On Feb 1, 2008 4:58 PM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> everyone interested in the layout concepts of 0.8 should take a look at >> the slides of the presentation I did for a the qooxdoo team at 1&1 on >> Monday. >> >>

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Gaetan de Menten
On Feb 4, 2008 2:03 PM, Jonathan Rass <[EMAIL PROTECTED]> wrote: > Changing the background in case a modal dialog is active is not part of > qooxdoo animation, but you can modify the background using the appearance > system. I meant it as a "fade to gray background" (hence I thought it'd belong

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Jonathan Rass
backgroundColor : "grey" }; } } Cheers! Jonathan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Gaetan de Menten Gesendet: Montag, 4. Februar 2008 11:31 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Layout in qooxdoo 0.8 > The n

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Gaetan de Menten
> The new layout stuff is located in the ui folder. Jonathan is currently > working on animation, which is a qooxdoo port of the scriptaculous > animation library. Maybe he can post some details on his current work. > The animation demo is at >

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-04 Thread Gaetan de Menten
On Feb 1, 2008 4:58 PM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Hi, > > everyone interested in the layout concepts of 0.8 should take a look at > the slides of the presentation I did for a the qooxdoo team at 1&1 on > Monday. > > Thanks for s

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-03 Thread Sebastian Werner
Christian, we will do our best. But our focus is not to keep compatiblity in the moment. After nearly two years with the old system the time had come for an incredible jump in the architecture and usability of the widget system. I think that the system is quite different from the previous

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-03 Thread cboulanger
Fabian Jakobs schrieb: > > On the other > hand we consider to create widgets with reconfigured layouts, which > behave like the old qooxdoo 0.7 layout widget. For example a > HorizontalBoxLayout widget, which has a static HBox layout and some of > the HBox interface forwarded. > > Yes please

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-02 Thread Fabian Jakobs
Leander Hanwald schrieb: > Hi Fabian, > > looks really nice, I hope it will work as good as it sounds :) > > Also it sounds very logical what you want todo. I also like the Idea of > doing things like Qt. It's simply very very good ;) > > and there IS a "but" > > As you know I already tried m

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-02 Thread Fabian Jakobs
Sebastian Werner schrieb: > Derrell, > > wait a few minutes please. I am currently finishing my tasks for today > and will put it online afterwards. I send an mail to the list when the > demo section is up-to-date. Thanks. > > Sebastian > > > > Derrell Lipman schrieb: > >> On Feb 1, 2008 10:58

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-01 Thread Leander Hanwald
Hi Fabian, looks really nice, I hope it will work as good as it sounds :) Also it sounds very logical what you want todo. I also like the Idea of doing things like Qt. It's simply very very good ;) and there IS a "but" As you know I already tried my luck with Weida as an GUI Editor. It wa

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-01 Thread Sebastian Werner
Derrell, wait a few minutes please. I am currently finishing my tasks for today and will put it online afterwards. I send an mail to the list when the demo section is up-to-date. Thanks. Sebastian Derrell Lipman schrieb: > On Feb 1, 2008 10:58 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: >>

Re: [qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-01 Thread Derrell Lipman
On Feb 1, 2008 10:58 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Hi, > > everyone interested in the layout concepts of 0.8 should take a look at > the slides of the presentation I did for a the qooxdoo team at 1&1 on > Monday. > > > > > Best F

[qooxdoo-devel] Layout in qooxdoo 0.8

2008-02-01 Thread Fabian Jakobs
Hi, everyone interested in the layout concepts of 0.8 should take a look at the slides of the presentation I did for a the qooxdoo team at 1&1 on Monday. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG Brauers

Re: [qooxdoo-devel] Layout fiddling ...

2007-11-04 Thread Marcel Ruff
Thanks, is simple and works perfectly. I could even ommit the extranous HorizontalSpacer and call setWidth("1*") directly on my left widget, Marcel Derrell Lipman wrote: > On 11/3/07, Marcel Ruff <[EMAIL PROTECTED] > > wrote: > > Hi, > > > > i try to have a horizontal

Re: [qooxdoo-devel] Layout fiddling ...

2007-11-03 Thread Derrell Lipman
On 11/3/07, Marcel Ruff <[EMAIL PROTECTED]> wrote: > Hi, > > i try to have a horizontal bar covering the complete browser width. > > Inside the bar there must be a GroupBox with fixed size which always > is located totally right. > > The remaining gap on the left side (depending on browser resize)

[qooxdoo-devel] Layout fiddling ...

2007-11-03 Thread Marcel Ruff
Hi, i try to have a horizontal bar covering the complete browser width. Inside the bar there must be a GroupBox with fixed size which always is located totally right. The remaining gap on the left side (depending on browser resize) should be filled with my logo/html. Browswer width

Re: [qooxdoo-devel] Layout demos?

2007-07-20 Thread Jim Hunter
There are 25 layout demos! Where are you looking? Look in the TEST area. Jim www.D4PHP.org www.D4PHP-Hosting.com On 7/20/07, Dan <[EMAIL PROTECTED]> wrote: It seems to me that the demo browser is lacking some layout demos. Since they are the preferred way of layouting applications, it would

[qooxdoo-devel] Layout demos?

2007-07-20 Thread Dan
It seems to me that the demo browser is lacking some layout demos. Since they are the preferred way of layouting applications, it would be nice if there was some demos to kickstart newbies. I quite like the new demo browser by the way. -

Re: [qooxdoo-devel] Layout errors in 0.7 trunk r7764

2007-05-11 Thread Rüdiger Herrmann
Hi Fabian, forget about the stack-trace and custom.js. I think I found out what it's about. We createed out SplitPane-derived Sash like this var sash = new org.eclipse.swt.Sash(); sash.setOrientation( "horizontal" ); The Sash-constructor looked like this: construct : function() { t

Re: [qooxdoo-devel] Layout errors in 0.7 trunk r7764

2007-05-11 Thread Rüdiger Herrmann
well, there is a stack-trace. But you won't like it;) We use one large 'custom.js' that contains all qooxdoo classes we need but it has gone through the generator script and therefore isn't very user-friendly. May I send it to you diretly as it's ~ 1 MB in size and zip files are rejected by sou

Re: [qooxdoo-devel] Layout errors in 0.7 trunk r7764

2007-05-11 Thread Rüdiger Herrmann
Sebastian, we have a widget called Sash, that is derived from qx.ui.splitpane.SplitPane. This widget causes the error when he user starts to drag the divider. But I guess there is more since the with more widgets, error occurs already before any user-interaction has taken place. Cheers, Rüdige

Re: [qooxdoo-devel] Layout errors in 0.7 trunk r7764

2007-05-11 Thread Fabian Jakobs
Rüdiger Herrmann schrieb: > Fabian, > > this Problem didn't occure in previous versions. Neither in 0.7 nor in > 0.6.5 (the version we are currently migrating from). > The combination of widgets is rather complex (see > http://rap.innoopract.com/rap). I am currently trying to strip it down - > w

Re: [qooxdoo-devel] Layout errors in 0.7 trunk r7764

2007-05-11 Thread Sebastian Werner
Rüdiger Herrmann schrieb: > Sebastian, Rüdiger, > > as said, there is *no* single "1*" literal in our code. We don't use > setOrientation(), neither directly nor in a theme. Then you maybe combine a box layout with the specific orientation and a widget with the mentioned "1*" value in one of

Re: [qooxdoo-devel] Layout errors in 0.7 trunk r7764

2007-05-11 Thread Rüdiger Herrmann
Sebastian, as said, there is *no* single "1*" literal in our code. We don't use setOrientation(), neither directly nor in a theme. If there are illegal values for height and width, couldn't they be checked when the setter is called. That would make finding errors like this a lot more easier.

Re: [qooxdoo-devel] Layout errors in 0.7 trunk r7764

2007-05-11 Thread Rüdiger Herrmann
Fabian, this Problem didn't occure in previous versions. Neither in 0.7 nor in 0.6.5 (the version we are currently migrating from). The combination of widgets is rather complex (see http://rap.innoopract.com/rap). I am currently trying to strip it down - will keep you informed. Cheers Rüdiger

Re: [qooxdoo-devel] Layout errors in 0.7 trunk r7764

2007-05-11 Thread Sebastian Werner
Normally this is an error in the combination of user code itself, not the code in qooxdoo. Do you use setOrientation() anywhere? You must be sure that you do not add height=1* to hbox-layouts and width=1* to vbox-layouts. That is why this error occours. Sebastian Fabian Jakobs schrieb: > Rüdi

Re: [qooxdoo-devel] Layout errors in 0.7 trunk r7764

2007-05-10 Thread Fabian Jakobs
Rüdiger Herrmann schrieb: > Hi all, > > I get the following error > > ERROR: qx.ui.layout.BoxLayout[772]: Could not layout child [object > qx.ui.layout.CanvasLayout] through layout handler: Error - Widget > [object qx.ui.layout.CanvasLayout]: having horizontal flex size > (width=1*) but parent l

[qooxdoo-devel] Layout errors in 0.7 trunk r7764

2007-05-10 Thread Rüdiger Herrmann
Hi all, I get the following error ERROR: qx.ui.layout.BoxLayout[772]: Could not layout child [object qx.ui.layout.CanvasLayout] through layout handler: Error - Widget [object qx.ui.layout.CanvasLayout]: having horizontal flex size (width=1*) but parent layout [object qx.ui.layout.BoxLayout] do

Re: [qooxdoo-devel] Layout Problem with buttonview within tabview

2006-12-02 Thread Ralf Nieuwenhuijsen
This is not a qooxdoo bug. The buttons on the buttonview dependent on some data loaded through xml-request. Sometimes the data had already loaded, sometimes it wasn't. Apologies for the wasted bandwidth and time. Greetings, Ralf 2006/12/3, Ralf Nieuwenhuijsen <[EMAIL PROTECTED]>: I have t

[qooxdoo-devel] Layout Problem with buttonview within tabview

2006-12-02 Thread Ralf Nieuwenhuijsen
I have this erratic layout issue with a buttonview inside a tabview. The problem is SOMETIMES it has no width, and SOMETIMES it does. It seems to depend on the speed of things. If i manually add it through the console it always works. Unless I add it to a tabpage that has not been viewed yet. I'

[qooxdoo-devel] Layout differences between IE, Opera and Firefox

2006-11-29 Thread Ralf Nieuwenhuijsen
When setting both ComboBoxes and EditFields to the same width, they only appear to have the same width in Firefox. Internet Explorer and Opera's combo-boxes seem smaller. I remember from the browser hacking days (the pre qooxdoo days) this might be due to them wanting to have the combo-box that d

[qooxdoo-devel] layout problems with gallery

2006-11-16 Thread Ati
hi, i just playing with qooxdoo and try to create a test layout. my layout in the example works perfect, but if i replace the with a gallery element, the gallery displayed on the left side under the ButtonView. (it should be displayed on the right side) please help me to find the bug in my test

Re: [qooxdoo-devel] Layout trouble

2006-10-23 Thread Alex D.
i do this with different background colors. Helps too. > Great. > > For problems like this it often helps to apply borders to the parent > layouts. Just to be sure there is nothing wrong on top the the > problematic widget. > > Sebastian > > > Alex D. schrieb: >> Hurrah! >> It works now! >>> Hi A

Re: [qooxdoo-devel] Layout trouble

2006-10-23 Thread Sebastian Werner
Great. For problems like this it often helps to apply borders to the parent layouts. Just to be sure there is nothing wrong on top the the problematic widget. Sebastian Alex D. schrieb: > Hurrah! > It works now! >> Hi Alex, >> >> I am sorry. I now see your problem. >> >> Please replace this:

Re: [qooxdoo-devel] Layout trouble

2006-10-23 Thread Alex D.
Hurrah! It works now! > Hi Alex, > > I am sorry. I now see your problem. > > Please replace this: > w0.set({ width:"100%", height:"100%" }); > > with this: > w0.setHeight("1*"); > > height=100% means here, that the canvas layout gets the same height > than the outer verticalBoxLayout. This

Re: [qooxdoo-devel] Layout trouble

2006-10-23 Thread Sebastian Werner
Hi Alex, I am sorry. I now see your problem. Please replace this: w0.set({ width:"100%", height:"100%" }); with this: w0.setHeight("1*"); height=100% means here, that the canvas layout gets the same height than the outer verticalBoxLayout. This is not what you want. You want that th

Re: [qooxdoo-devel] Layout trouble

2006-10-23 Thread Alex D.
> Without have followed the whole discussion: > > I think you must put the windows inside the container which is > available for the window as a maximum. The sizing always works > respecting the dimensions of the parent object. > > VerticalBoxLayout > - Menubar > - Toolbar > - Container (Canv

Re: [qooxdoo-devel] Layout trouble

2006-10-23 Thread Sebastian Werner
Without have followed the whole discussion: I think you must put the windows inside the container which is available for the window as a maximum. The sizing always works respecting the dimensions of the parent object. VerticalBoxLayout - Menubar - Toolbar - Container (CanvasLayout!) -

Re: [qooxdoo-devel] Layout trouble

2006-10-23 Thread Alex D.
with "resize" i meant maximize. Hi Jim, Thx for your answer. The fact it works for you gives me hope. I already have(or not??) the structure you are suggesting. What i have is the "entire-app" or main container. It's a VerticalBoxLayout. Menubar and Toolbar are added to the main container f

Re: [qooxdoo-devel] Layout trouble

2006-10-23 Thread Alex D.
Hi Jim, Thx for your answer. The fact it works for you gives me hope. I already have(or not??) the structure you are suggesting. What i have is the "entire-app" or main container. It's a VerticalBoxLayout. Menubar and Toolbar are added to the main container followed by the body container which

Re: [qooxdoo-devel] Layout trouble

2006-10-20 Thread Jim Hunter
You are going to need a container for the entire app, add the toolbar to it, then create a 'body' container that you also add to the main container and use up all the remaining space (main container - toolbar). Now when you create new windows, add them to the 'body' container, not the app container

[qooxdoo-devel] Layout trouble

2006-10-20 Thread Alex D.
Hi folks, i have following problem and i'm really despair of it. My app has look&feel of a MDI-Applikation: at the top menubar, then toolbar, then some kind of  "desktop"(CanvasLayout) where all qooxdoo-windows appear. The main-container box is a VerticalBoxLayout. And it works fine till i try

  1   2   >