> 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
> 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
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
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
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
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
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/)
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.
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
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
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
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
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,
"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
"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
"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 dont want to remove it from its container
> because I want to be able to make it visible again.
>
> I know I can do: setStyleProperty("displa
"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
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
--
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
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
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
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:
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
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
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
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
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
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
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
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.
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:
> > 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
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
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
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
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
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
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
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
> 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" -
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
>
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
42 matches
Mail list logo