Re: [qooxdoo-devel] QxSplitPane update

2006-04-05 Thread Sebastian Werner
Added to SVN Kent Olsson schrieb: The user who wants to use the QxSplitPane class has to use the attached patch to the QxExtend class. I am sorry for the inconvenience, but Sebastian does not intend to use the patch for the core. Kent --

Re: [qooxdoo-devel] QxSplitPane update

2006-04-03 Thread Kent Olsson
The user who wants to use the QxSplitPane class has to use the attached patch to the QxExtend class. I am sorry for the inconvenience, but Sebastian does not intend to use the patch for the core. Kent Index: source/script/core/QxExtend.js ==

Re: [qooxdoo-devel] QxSplitPane update

2006-04-03 Thread Sebastian Werner
Committed to the contributed SVN folder. Sebastian Kent Olsson schrieb: I hope this works in your machines right out of the box. Known general problems: 1. add a QxListView It is already a very buggy class, and together with QxSplitPane it becomes worse. 2. add a QxTree The ugly

[qooxdoo-devel] QxSplitPane update

2006-04-02 Thread Kent Olsson
I hope this works in your machines right out of the box. Known general problems: 1. add a QxListView It is already a very buggy class, and together with QxSplitPane it becomes worse. 2. add a QxTree The ugly scrollbar does not disappear when moving the splitter. Additionally, in exam

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-28 Thread Sebastian Werner
Marco LOMBARDO schrieb: Any hint to plug these files into qooxdoo? After a while a figure out to put them into source/core , change config.sh, rebuild, and it's still not working. "this._applyInitialAppearance not found." How to try contribution or in general try/develop new widget? You can di

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-28 Thread Marco LOMBARDO
Any hint to plug these files into qooxdoo? After a while a figure out to put them into source/core , change config.sh, rebuild, and it's still not working. "this._applyInitialAppearance not found." How to try contribution or in general try/develop new widget? Thanks, Mar On 2/21/06, Kent Olsson <

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-21 Thread Kent Olsson
Almost all proposed changes made. I have the following problems: 1. overload layout of split pane buttons Do you have any ideas of how to solve this? I want to see both buttons. I have tried many ways. I have got it working with buttons size 5x the size I want. 2. clicking the button does not c

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-20 Thread Sebastian Werner
Kent Olsson schrieb: I am trying to add two buttons with one image in each of them to the splitter bar. I had to change the splitter bar to QxBoxLayout to be able to use the method add(). I can add the buttons, but the second button overloads on the first one in the same position. I do not know w

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-20 Thread Kent Olsson
I am trying to add two buttons with one image in each of them to the splitter bar. I had to change the splitter bar to QxBoxLayout to be able to use the method add(). I can add the buttons, but the second button overloads on the first one in the same position. I do not know why? Is there a reason f

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-19 Thread Kent Olsson
Hej Sebastian! > just some more comments regarding QxSplitPane: > > * The constructor parameter "vContinousLayout" seems to be unused. > * Could you also add a QxHorizontalSplitPane and QxVerticalSplitPane? Of course. Good idea. But isn't it really a property instead? > * I really don't like

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-19 Thread Sebastian Werner
Hej Kent, just some more comments regarding QxSplitPane: * The constructor parameter "vContinousLayout" seems to be unused. * Could you also add a QxHorizontalSplitPane and QxVerticalSplitPane? * I really don't like to define the first and second widget inside the constructor, as this require t

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-19 Thread Sebastian Werner
Kent Olsson schrieb: Hej! First of all it looks quite good. Thanks! Just a few comments: * Please remove the "splitpane" color value. We could add this later as qooxdoo support more of these values. Do you want it to be hard coded in the theme.js? yes, this would be identical to the t

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-19 Thread Sebastian Werner
Ben Alex schrieb: Sebastian Werner wrote: As this looks very well already, and we have released the 0.5 of qooxdoo, I could imagine to develop this splitpane in the real qooxdoo widgets folder (Which includes a CVS access, but also means that you could not change all of the core without discus

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-19 Thread Kent Olsson
Hej! > First of all it looks quite good. Thanks! > Just a few comments: > > * Please remove the "splitpane" color value. We could add this later as > qooxdoo support more of these values. Do you want it to be hard coded in the theme.js? > * Please don't use width/height = 100% in the appeara

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-19 Thread Kent Olsson
Hej! > Thanks for the contribution. Unfortunately I cannot get it to work. I > receive: > > Exception ``Invalid color:splitpane'' thrown from function > anonymous(vEvent=Object:{6}, vEnableDispose=boolean:true) in > line > 19. [e] message = [string] "Invalid color:splitpane" Oh sorry! I fo

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-19 Thread Ben Alex
Sebastian Werner wrote: As this looks very well already, and we have released the 0.5 of qooxdoo, I could imagine to develop this splitpane in the real qooxdoo widgets folder (Which includes a CVS access, but also means that you could not change all of the core without discuss the matter with u

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-18 Thread Sebastian Werner
Kent Olsson schrieb: Here they are again. Hope it works better now: A little bit buggy, mostly because of the new appearance implementation. All functionality has not yet been implemented but prepared. I have been trying to get rid of the layout class. Might be necessary to reinstate it again.

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-18 Thread Sebastian Werner
Ben Alex schrieb: Kent Olsson wrote: It is possible to nest splitpanes. Please comment on it! Hi Kent Thanks for the contribution. Unfortunately I cannot get it to work. I receive: Exception ``Invalid color:splitpane'' thrown from function anonymous(vEvent=Object:{6}, vEnableDispose=bo

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-18 Thread Ben Alex
Kent Olsson wrote: It is possible to nest splitpanes. Please comment on it! Hi Kent Thanks for the contribution. Unfortunately I cannot get it to work. I receive: Exception ``Invalid color:splitpane'' thrown from function anonymous(vEvent=Object:{6}, vEnableDispose=boolean:true) in li

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-18 Thread Kent Olsson
Here they are again. Hope it works better now: A little bit buggy, mostly because of the new appearance implementation. All functionality has not yet been implemented but prepared. I have been trying to get rid of the layout class. Might be necessary to reinstate it again. It depends partwise on

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-17 Thread Sebastian Werner
Kent Olsson schrieb: Hej Andreas! Please, tag down... It is no critics. Hi Kent, yes sure. But it's a bit problematic to find this out for us if your messages a just following the style "does not work" or "is buggy". We are very open for constructive bug reports. But these require a bit mor

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-16 Thread Kent Olsson
Hej Andreas! Please, tag down... It is no critics. > > A few bugs still exist related to the layouting design/mechanism, > > which is the weakest point of Qooxdoo at the moment. > > Many people think, that qooxdoo has one of the most advanced layout > engines of any javascript gui toolkits. P

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-16 Thread Andreas Ecker
Howdy! A few bugs still exist related to the layouting design/mechanism, > which is the weakest point of Qooxdoo at the moment. Many people think, that qooxdoo has one of the most advanced layout engines of any javascript gui toolkits. Please explain why you think it is "the weakest point"?

Re: [qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-16 Thread Sebastian Werner
Kent Olsson schrieb: Hej! Finally, I had some time over to upgrade the last pieces. A few bugs still exist related to the layouting design/mechanism, which is the weakest point of Qooxdoo at the moment. I will try to come up with suggestions on a better design if time permits. Files are attached

[qooxdoo-devel] QxSplitPane and QxSplitPaneLayout upgraded to new appearance

2006-02-16 Thread Kent Olsson
Hej! Finally, I had some time over to upgrade the last pieces. A few bugs still exist related to the layouting design/mechanism, which is the weakest point of Qooxdoo at the moment. I will try to come up with suggestions on a better design if time permits. Files are attached. QxSplitPaneLayout cl

Re: [qooxdoo-devel] QxSplitPane

2006-02-13 Thread Sebastian Werner
Priebe, Jason schrieb: Sebastian: Hi Jason, This may have been reported already, but I pulled the latest from CVS today, and I'm getting a bunch of errors in the test pages: failed:lv.setTimerBasedUpdate is not a function I get this in ListView 3 and 4, among others. Thanks. I've fixed t

RE: [qooxdoo-devel] QxSplitPane

2006-02-13 Thread Priebe, Jason
Sebastian: This may have been reported already, but I pulled the latest from CVS today, and I'm getting a bunch of errors in the test pages: failed:lv.setTimerBasedUpdate is not a function I get this in ListView 3 and 4, among others. Thanks for all the recent work on memory issues! Jason Prie

Re: [qooxdoo-devel] QxSplitPane

2006-02-09 Thread Christian Boulanger
Kent Olsson schrieb: My problem is to upload it with the integrated design I have in the package because the contributed structure is not good. I have one version working as any qooxdoo widget in my machine and then I need to change the class and the test file to another design because of the con

Re: [qooxdoo-devel] QxSplitPane

2006-02-09 Thread Sebastian Werner
Marco LOMBARDO schrieb: BTW, I still have the HttpTransport demo not working in the contributed directory. May be that directory do not work after a simple "cvs co ; make.sh" ? The stuff from the contributed folder will not be integrated by make.sh. You need to add this file manually to your d

Re: [qooxdoo-devel] QxSplitPane

2006-02-09 Thread Marco LOMBARDO
BTW, I still have the HttpTransport demo not working in the contributed directory. May be that directory do not work after a simple "cvs co ; make.sh" ? Mar On 2/9/06, Kent Olsson <[EMAIL PROTECTED]> wrote: > My problem is to upload it with the integrated design I have in the > package because th

Re: [qooxdoo-devel] QxSplitPane

2006-02-09 Thread Kent Olsson
My problem is to upload it with the integrated design I have in the package because the contributed structure is not good. I have one version working as any qooxdoo widget in my machine and then I need to change the class and the test file to another design because of the contributed structure. Nec

Re: [qooxdoo-devel] QxSplitPane

2006-02-08 Thread Christian Boulanger
Yes, a splitPane would be definitely welcome! Once it is there, I will switch to RENDERER now that QxBuilder is there! Will it support both horizontal and vertical split panes? I want to build a thunderbird-like interface with tree on the left, listview and detailview on the right with two spli

Re: [qooxdoo-devel] QxSplitPane

2006-02-06 Thread Kent Olsson
Hej Hugh, I have uploaded it before. Now I have change for the appearance changes Sebastian has made. I will upload again. Kent On Mon, 2006-02-06 at 15:17 +, Hugh Gibson wrote: > > > Regarding the splitter functionality in QxSplitPane written by Kent > > > Olsson (see > > > http://source

Re: [qooxdoo-devel] QxSplitPane

2006-02-06 Thread Hugh Gibson
> > Regarding the splitter functionality in QxSplitPane written by Kent > > Olsson (see > > http://sourceforge.net/mailarchive/message.php?msg_id=14472505 ), > > when is this likely to appear in the product? It's not in cvs in the > > "contributed" folder so is it being considered for inclusion

Re: [qooxdoo-devel] QxSplitPane

2006-02-06 Thread Sebastian Werner
Hugh Gibson schrieb: Regarding the splitter functionality in QxSplitPane written by Kent Olsson (see http://sourceforge.net/mailarchive/message.php?msg_id=14472505 ), when is this likely to appear in the product? It's not in cvs in the "contributed" folder so is it being considered for inclusio

[qooxdoo-devel] QxSplitPane

2006-02-06 Thread Hugh Gibson
Regarding the splitter functionality in QxSplitPane written by Kent Olsson (see http://sourceforge.net/mailarchive/message.php?msg_id=14472505 ), when is this likely to appear in the product? It's not in cvs in the "contributed" folder so is it being considered for inclusion in the main produc