Re: [qooxdoo-devel] I'm not just a taker :)

2007-04-19 Thread Hugh Gibson
> I want to apologize for asking to many questions_ I want you all to > know that I'm not just a taker. Don't apologise. We were all there once. It helps to refine the documentation and improve the product. We can all change the wiki to improve things. Hugh

Re: [qooxdoo-devel] Is it possible to serialize form data using Qooxdoo?.. and then

2007-04-19 Thread Hugh Gibson
> Also, I see that I need to use the QxInline class but I can_t find > any reference to that in the API docs. Could somebody help me out > with that? That was out of date - an old class name before the name space was introduced. It should be qx.ui.basic.Inline. Check out http://demo.qooxdoo.or

[qooxdoo-devel] Can we disable the ability to move columns around in a Table?

2007-04-19 Thread Jim Hunter
I have to set the Table so that the user can not move the columns around. I have looked through the API viewer and I do not see it mentioned anywhere. I simply want to dusable column moving. Thanks, Jim Hunter www.D4PHP.org www.D4php-hosting www.diamdond Computing.com

Re: [qooxdoo-devel] Access remote service session

2007-04-19 Thread Agustin Almonte
Andreas, i found the reason for my problems. It's my mistake, i'm using a jar file build with an old version of qooxdoo. My apologies and thank you very much for your time. Regards, Agustin - This SF.net email is sponsored

Re: [qooxdoo-devel] I'm not just a taker :)

2007-04-19 Thread Joe Hudson
Yeah, so, as far as I know there is the RAD plug-in but I have to imagine that they are not using an XML structure behind the scenes (if they are using qooxdoo). I tried to install it but had troubles and, as of yet, have just been doing things by hand. I'm all for working on a plug-in with you o

Re: [qooxdoo-devel] I'm not just a taker :)

2007-04-19 Thread Siarhei Barysiuk
Hello! Joe, I also would like to develop visual GUI Builder for qooxdoo. What do you think about it? When we will have done qxtransformer we can try extend Visual Editor for this purposes. As far as I know now it's very hard but I found interesting article http://www.eclipsecon.org/2007/index.php

[qooxdoo-devel] I'm not just a taker :)

2007-04-19 Thread Joe Hudson
Hello, I want to apologize for asking to many questions… I want you all to know that I’m not just a taker. I’ve create some open-source Eclipse plug-ins and other projects - Hibernate Synchronizer (http://hibernatesynch.sourceforge.net/) - VelocityWebEdit (http://velocitywebedit.sourceforge.net/)

[qooxdoo-devel] Is it possible to serialize form data using Qooxdoo?.. and then send the data to the server

2007-04-19 Thread Joe Hudson
Is it possible to create an HTML form with HTML input objects and then, using qooxdoo, serialize the form data and use Rpc to send the data to the server? It seems a little backwards but we have some HTML stored in a database because it is dynamic but I’m trying to change our front-end to Qooxdoo.

Re: [qooxdoo-devel] Access remote service session

2007-04-19 Thread Andreas Junghans
Hi Agustin, Am 19.04.2007 um 16:49 schrieb Agustin Almonte: > Hi, thanks for your reply. I'm using qooxdoo 0.6.6, and my problem > is that > enviroment variable is null when method is call. Which method are you talking about? setQooxdooEnvironment() or someRemoteMethod()? My guess is that y

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread Siarhei Barysiuk
I think that writing application on Java in GWT is not a issue but it's a big plus! You don't need to concentrate on 2 technologies you need know good one. And for Java programmers is real plus. Take a real view of things. Now programmers want to avoid javascript programming (such as me). It gave

Re: [qooxdoo-devel] Can I do 2 column [label, input field] with box layout

2007-04-19 Thread Jim Hunter
I solved it by creating a new widget that combined a label and an edit box together using a BoxLayout as the container. Then you can add that new object to a BoxLayout to have more then one lined up. And if you don't want to create a new control, simply add the label and the edit to a BoxLayout be

Re: [qooxdoo-devel] Can I make a group box disappear (and the spaceallocated with it)

2007-04-19 Thread Daniel Haferkorn
Joe Hudson wrote: > Thank you very much. I know I've been asking many questions and it probably > seems like I just go to the email before looking into them but I really am > checking first... > Hi, more information about the visibility property and similar properties and functions can be foun

Re: [qooxdoo-devel] Can I make a group box disappear (and the spaceallocated with it)

2007-04-19 Thread Joe Hudson
Thank you very much. I know I've been asking many questions and it probably seems like I just go to the email before looking into them but I really am checking first... Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday,

Re: [qooxdoo-devel] Some small updates to Perl JSON-RPC

2007-04-19 Thread Derrell . Lipman
"Nick Glencross" <[EMAIL PROTECTED]> writes: > I've attached a small patch which makes a few updates to the Perl > JSON-RPC backend, the main one being moving some of the CGI code out > from the library into the harness, allowing the coder's application to > process the request. For instance, the

Re: [qooxdoo-devel] really stupid eval question

2007-04-19 Thread Derrell . Lipman
"Hugh Gibson" <[EMAIL PROTECTED]> writes: >> 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. This is actually part of a much bigger issue: th

Re: [qooxdoo-devel] Can I make a group box disappear (and the space allocated with it)

2007-04-19 Thread Derrell . Lipman
"Joe Hudson" <[EMAIL PROTECTED]> writes: > Hello, > > I have a group box and I would like to make it disappear and the space > associated with it. But, I don’t want to remove it from it’s container > because I want to be able to make it visible again. > > I know I can do: setStyleProperty("displa

Re: [qooxdoo-devel] How can I change the label of a TreeVirtual branch?

2007-04-19 Thread Derrell . Lipman
"Joe Hudson" <[EMAIL PROTECTED]> writes: > Ok, I tried that as well yesterday but that doesn't seem to be working in > alpha-2. I'll just keep that code for a later version. Thanks, for the > help. Don't forget that whenver you change the data model (possibly a whole sequence of changes), you t

Re: [qooxdoo-devel] Access remote service session

2007-04-19 Thread Agustin Almonte
Hi, thanks for your reply. I'm using qooxdoo 0.6.6, and my problem is that enviroment variable is null when method is call. Should i force environment setter method... how can this be done? thanks in advance. Agustin Almonte --

Re: [qooxdoo-devel] qx.ui.tree.Tree - selected Item Folder or File?

2007-04-19 Thread Daniel Haferkorn
Daniel Haferkorn wrote: > Hello, > I use the ("changeSelection", function(e){...}) event listener to handle > clicks in a tree widget. The problem is that I want to react only to > clicks on TreeFile objects and not to clicks on TreeFolder objects. > I tried out different things, among these I us

Re: [qooxdoo-devel] qx.ui.tree.Tree - selected Item Folder or File?

2007-04-19 Thread Daniel Haferkorn
dperez wrote: > I have converted all my code to use treevirtual, as it is much more powerful > and prepared for large amounts of data. > Hi, I'll consider this for later, when 0.7final is released, but at the moment I'd like to stick to the normal Tree widget. :) Btw, I'm still using the 0.6.6 b

Re: [qooxdoo-devel] Can I do 2 column [label, input field] with box layout

2007-04-19 Thread Joe Hudson
Thank you very much Christian Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Boulanger Sent: Thursday, April 19, 2007 10:01 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] Can I do 2 column [label, input field] with box layout Hi J

Re: [qooxdoo-devel] Can I do 2 column [label, input field] with box layout

2007-04-19 Thread Christian Boulanger
Hi Joe, just wait a little, and qxtransformer will come to your rescue - there, its But you can also just use the corresponding GridLayout class and manually attache widgets to named rows and columns... Cheers, Christian Joe Hudson schrieb:

[qooxdoo-devel] Can I do 2 column [label, input field] with box layout

2007-04-19 Thread Joe Hudson
I’ve been trying with combinations of HorizontalBoxLayout / VerticalBoxLayout but can’t seem to get this to work. How, using qooxdoo, could I replicate the following htmo? Some Label

Re: [qooxdoo-devel] qx.ui.tree.Tree - selected Item Folder or File?

2007-04-19 Thread dperez
I have converted all my code to use treevirtual, as it is much more powerful and prepared for large amounts of data. Daniel Haferkorn wrote: > > I use the ("changeSelection", function(e){...}) event listener to handle > clicks in a tree widget. The problem is that I want to react only to > cl

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread dperez
That's exactly the reason why I haven't adopted zkoss. > zkoss has a lot of stuff running on the server. The browser is just > running the GUI. > > See for example the Sliders in the demo at > http://www.zkoss.org/zkdemo/userguide/ When you click on the buttons on > progress meter at the bott

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread dperez
Sorry, I haven't adopted Dojo (as Qooxdoo satisfies now all my needs), just studied a little, and read some blogs about it. Ask in the Dojo mailing list. Leander Hanwald wrote: > > Hi > > my problem with dojo is that I never found a usefull function example > like it exists for qooxdoo. > Pos

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread Rahul Sharma
Can we list out problems like these (regardless of the fact that these toolkits are full fledged or not). Like GWT's biggest issue may be that you need to write Java code that is translated to Javascript. Dojo's biggest issue is its huge size and sluggishness. Similarly can we prepare a matrix o

[qooxdoo-devel] Can I make a group box disappear (and the space allocated with it)

2007-04-19 Thread Joe Hudson
Hello, I have a group box and I would like to make it disappear and the space associated with it. But, I don’t want to remove it from it’s container because I want to be able to make it visible again. I know I can do: setStyleProperty("display", "none"); But, the space that the group box would

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread Leander Hanwald
Hi my problem with dojo is that I never found a usefull function example like it exists for qooxdoo. Possible that dojo can much more then it seems, I could only find graphical examples for svg-like rendering and animation examples and one small e-mail example which looks ugly and didn't work well

[qooxdoo-devel] qx.ui.tree.Tree - selected Item Folder or File?

2007-04-19 Thread Daniel Haferkorn
Hello, I use the ("changeSelection", function(e){...}) event listener to handle clicks in a tree widget. The problem is that I want to react only to clicks on TreeFile objects and not to clicks on TreeFolder objects. I tried out different things, among these I used the following debug code: this.

Re: [qooxdoo-devel] How can I change the label of a TreeVirtual branch?

2007-04-19 Thread Joe Hudson
Ok, I tried that as well yesterday but that doesn't seem to be working in alpha-2. I'll just keep that code for a later version. Thanks, for the help. Joe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dperez Sent: Thursday, April 19, 2007 6:11 AM To:

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread Hugh Gibson
> > I don't see at least one free full Desktop-like GUI Toolkit in the > > market at the moment beside qooxdoo. Did I missed one? :) > > > zkoss.org ? zkoss has a lot of stuff running on the server. The browser is just running the GUI. See for example the Sliders in the demo at http://www.zko

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread dperez
Dojo? It is like Qooxdoo very extensive. If I need some feature from Dojo, I can use it together with Qooxdoo, because both of them allows the programmer to select the subset of needed functionality. Leander Hanwald wrote: > > Hi > > Most (all?) of the entries in the list have at least one of

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread Olivier Collioud
On 4/19/07, Leander Hanwald <[EMAIL PROTECTED]> wrote: Hi Most (all?) of the entries in the list have at least one of the following problems: 1. They are only for graphical effects 2. They are not free or open source 3. They miss a lot of components 4. They are not only widgets collections, not

[qooxdoo-devel] Some small updates to Perl JSON-RPC

2007-04-19 Thread Nick Glencross
Hi! I've attached a small patch which makes a few updates to the Perl JSON-RPC backend, the main one being moving some of the CGI code out from the library into the harness, allowing the coder's application to process the request. For instance, the harness may choose to handle some requests itsel

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread Leander Hanwald
Hi Most (all?) of the entries in the list have at least one of the following problems: 1. They are only for graphical effects 2. They are not free or open source 3. They miss a lot of components 4. They are not only widgets collections, not a JS framework (missing RPC and layoutmanager, keyhandlin

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread Ricardo Borillo
Hi, Openlaszlo have now the power to generate a flash or a DHTML based UI inteface. You can choose without changing your user code ... Perhaps is better to include in the list the DHTML engine. On 4/19/07, dperez <[EMAIL PROTECTED]> wrote: > > Hi, > > Before adopting qooxdoo last summer, I stud

Re: [qooxdoo-devel] How can I change the label of a TreeVirtual branch?

2007-04-19 Thread dperez
Change node.label. treeModel.getData()[myTreeNodeId].label = 'new label'; Look at the SimpleTreeDataModel doc for more details. HTH Joe Hudson-2 wrote: > > Is it possible to change the label of a TreeVirtual branch after it has > been > rendered? I see a setValue method of the SimpleTreeData

Re: [qooxdoo-devel] Competing Frameworks for Qooxdoo

2007-04-19 Thread dperez
Hi, Before adopting qooxdoo last summer, I studied some of them, specially Dojo and OpenLaszlo. All of them were (and continue) in heavy development. The decision wasn't easy, and now it is hardest, as more frameworks evolve. I'm very happy with the latest improvements in Qooxdoo, and the ease

Re: [qooxdoo-devel] There may be a problem with aliased images in Atom

2007-04-19 Thread Hugh Gibson
> Aliases do not work recursive "icon" is already an alias. You cannot > use an alias to define another one. I'm not wanting to do that. I was just demonstrating that the alias wasn't being expanded. If you look at the original posting, you will see that it requested "foobar/system-run.png" -

Re: [qooxdoo-devel] There may be a problem with aliased images in Atom

2007-04-19 Thread Sebastian Werner
Aliases do not work recursive "icon" is already an alias. You cannot use an alias to define another one. Sebastian Hugh Gibson schrieb: > I'm not sure if I'm using the AliasManager correctly, or whether there's a > problem in 0.6.6 - but I can't get images specified in the constructor of an >

[qooxdoo-devel] There may be a problem with aliased images in Atom

2007-04-19 Thread Hugh Gibson
I'm not sure if I'm using the AliasManager correctly, or whether there's a problem in 0.6.6 - but I can't get images specified in the constructor of an Atom to alias correctly. I modified Showcase, around line 208, in _createToolTipDemo: qx.manager.object.AliasManager.getInstance().add("foob