Thanks, Tobi, will have a look.
T.
On 10/06/2011 12:22 AM, Tobias Oetiker wrote:
> Hi,
>
> I just finished my first "add autoconf support to a qooxdoo
> application" project. If you are interested in building qooxdoo
> applications in a unixish way, so that they can be easily
> distributed and in
Hello, I am trying to get all data from tree widget, but now I have no
result.
I already have qx.ui.tree.Tree widget, got all data from server and widget
is now filled with my data. But now I need to do the same in reverse order.
And in my current case, I just need JS object (or JSON) of all tree
Well, I think I might be the right person to answer that.
We are a big team of developers using the trunk directly and indirectly.
Is trunk stable enough? The answer is:
1. does it fail to build some time?
yes, it does, but it is normal for a trunk
2. how often does it fail?
So far only 2 ti
Hi,
I just finished my first "add autoconf support to a qooxdoo
application" project. If you are interested in building qooxdoo
applications in a unixish way, so that they can be easily
distributed and installed, this might give you some ideas ...
have a look at
https://github.com/oetiker/remOcu
thanks! i gonna try it out.
On 10/6/11, Fritz Zaucker wrote:
> In my experience trunk is stable most of the time.
>
> Cheers,
> Fritz
>
> On Thu, 6 Oct 2011, Phyo Arkar wrote:
>
>> I am thinking should i stick with 1.5 or go Trunk for an inhouse site.
>>
>> What are the new features that have in
In my experience trunk is stable most of the time.
Cheers,
Fritz
On Thu, 6 Oct 2011, Phyo Arkar wrote:
> I am thinking should i stick with 1.5 or go Trunk for an inhouse site.
>
> What are the new features that have in trunk and that would be in 1.6 ?
>
> Or should i wait for 1.6 ?
>
> I am more
I am thinking should i stick with 1.5 or go Trunk for an inhouse site.
What are the new features that have in trunk and that would be in 1.6 ?
Or should i wait for 1.6 ?
I am more and more addicted to Qooxdoo after i am getting used to it.
and eager to test new stuff whats gonna be in 1.6.
Interesting idea! thanks.
So 2 table 1 real table and 1 small table composed together .
Is there any way to subclass only table column and place it at the
bottom of table and them group inside a VBox ?
If not i will just use another 1 row rable with only header at the
bottom and would work good.
Interesting idea! thanks.
So 2 table 1 real table and 1 small table composed together .
Is there any way to subclass only table column and place it at the
bottom of table and them group inside a VBox ?
If not i will just use another 1 row rable with only header at the
bottom and would work good.
Marc,
It worked. Thanks for the help!
From: Marc Puts
To: qooxdoo-devel@lists.sourceforge.net
Sent: Tuesday, October 4, 2011 1:34 PM
Subject: Re: [qooxdoo-devel] Custom Mouse Events in SVG
Hi Eric,
The values that you put into the args array of fireEvent, wi
Hi Alexander,
Like this.
1) I got:
2) I select with the mouse *bla bla bla* and use the setBold method.
3) This is the result:
Instead i want this result with no paragraph tag:
Also if i try to do the same thing in Firefox (version 3.5.16 on Debian) i
got this instead of a normal bold ta
Hi Stefan,
contributions aren't automatically included in the demobrowser since we
don't want to publish half-finished demos. Just let me know when you're
ready and I'll add your library to the include list. Then any
applications in the "demo" subdirectory will be added to the contrib
demobrow
Hey,
all of that is done on application level. Basically, I have a data array
that is loaded on application start. Depending on the data, the input fields
and userdata is added to the screen.
In this particular screenshot you can see the "add item" button - that one
opens a popup, so that the us
Does the generator pick up the demo apps every Friday at 12 pm too?
Is there anything else we need to do than preparing the demo directories?
Stefan
--
All the data continuously g
It comes close, yes, but on EyeOS we have more than 20 SearchFields and they
increase as you open more apps. So copy-paste this code will not solve the
problem, that's why I created a widget.
I don't want a composit, I need a widget with the same API and functionality
as the TextField, plus a clic
Hi Paul,
thanks, how do you add the user item to the model?
Cheers,
Chris
Am 05.10.2011 15:10, schrieb madppiper:
> Hey Christian,
>
> it is a little difficult to describe it in detail, but perhaps an image will
> help:
>
> http://qooxdoo.678.n2.nabble.com/file/n6862056/dynamic_list.png
>
> The
Hey Christian,
it is a little difficult to describe it in detail, but perhaps an image will
help:
http://qooxdoo.678.n2.nabble.com/file/n6862056/dynamic_list.png
The general idea is to extend the normal list, so that a user can
dynamically add edit and remove items from it. This is part of a fo
On Wednesday 05 October 2011 10:27:21 John Spackman wrote:
> I'm writing a custom widget to display a calendar (think Outlook or Google
> Calendar) and using drag & drop to rearrange the calendar entries; when
> dragging the entry, I want to give feedback saying what time the entry
> will be moved
Hi Paul,
it's a bit difficult to understood your problems without a screenshot or
any lines of code. Maybe you can provide a short playground example.
This could help to understand what you are exactly doing.
Thanks,
Chris
Am 04.10.2011 18:01, schrieb madppiper:
> Hey everyone,
>
> I am curren
I think you are mixing OO inheritance with composition. You want to
create a composit, but still retain the API as if it were a child class
(which certainly is not what OO inheritance is about).
You might want to look at the implementation of the search field in the
Demobrowser. In demobrowser
On 10/05/2011 10:57 AM, Mustafa Sak wrote:
> IMHO customizing widgets at Qooxdoo is very easy. But these based on virtual
> classes needs to have a deeper understanding of the framework. So I guess the
> easiest way to implement a footer toolbar and a footer static row would be to
> design a w
Hi Stefan
Ah, now I nearly started that with "you probably know but…" :)
Fair enough releasing code is hard enough work as it is without endless
debate! Thanks for the contrib.
John
From: Stefan Andersson
Reply-To: qooxdoo Development
Date: Wed, 5 Oct 2011 12:43:59 +0200
To:
Subject:
Hi Tron, thanks for the response,
Yes, I did it this way because I found no other way to do it. But you think
it's ok to have to wrap (this is create a *getValue* method to call the *
TextField* *getValue* method) all *TextField* methods? There are so many,
why I have to create so many dummy metho
On 10/05/2011 12:28 AM, Phyo Arkar wrote:
> Another Question.
>
> By default its fetch every 50 rows right? How can i increase
> RemoteTable to fetch more than 50 rows?
Try .setBlockSize().
T.
--
All the data continuo
Thanks John!
>Did you know that namespaces of libraries can overlap even if they can't be
identical e.g. I have two contribs, one has the namespace
com.zenesis.qx.remote and the other is com.zenesis.qx.uploadmgr; there's no
conflict because the generator makes a (documented) distinction based o
On 10/04/2011 05:50 PM, Seldaiendil D. Flourite wrote:
Hi all,
Time ago I tried to inherit from *qx.ui.form.TextField* to create a
search field with the magnifier icon. The DOM structure I wanted was
like this:
- Container DIV
- Decorator
- Content DIV
- TextF
It's my purpose to use an input event so the formatting is "on the go".
That's because the number formatting helps the user to enter big numbers.
Like 1.500.000 that is more readable than 150. With a blur event the
process is surely less hunger on resources and in some cases could be
preferable
IMHO customizing widgets at Qooxdoo is very easy. But these based on virtual
classes needs to have a deeper understanding of the framework. So I guess the
easiest way to implement a footer toolbar and a footer static row would be to
design a wrapper widget with child control architecture. Main t
In case the message wasn't accepted to the mailing list - here another try
;)
-
---
Ilscipio - agency for eCommerce and OFBiz
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/Storing-an-appenable-list-tp6859147p6861417.html
Sent from the qooxdoo mailing list archive at Nab
Hi
I'm writing a custom widget to display a calendar (think Outlook or Google
Calendar) and using drag & drop to rearrange the calendar entries; when
dragging the entry, I want to give feedback saying what time the entry will
be moved to. I've created a widget to act as a "caret" to say what time
30 matches
Mail list logo