Hi David,
> I would like to reconsider the change I made to use the FireBugAppender the
> default one if FireBug is available.
> Otherwise the WindowAppender.
> Who has used FireBug doesn't one to use anything else.
>
we have switched back to default to FireBugAppender some time ago
because we
Hi Scott,
> Hi
>
> I wanted to set incrementAmount of a spinner, but I can't get it to work. For
> example:
>
> var d = qx.ui.core.ClientDocument.getInstance();
> var s1 = new qx.ui.form.Spinner;
>
> with(s1)
> {
> setLeft(20);
> setTop(64);
> setIncrementAmount(5)
> Ok, I added qx.SOURCE_BUILD in svn revision 5440.
Thanks! I can start using it now even though I'm not using SVN code. It will
kick in with the next release.
So that the code can be automatically migrated in future (to using preprocessor
instructions), we should have a standard way of doing t
Hiii all,
I am using Qooxdoo 6.1 version and I am using it in a JSP page to make
UI good looking.
Believe me this tool is awesome, it makes your UI really nice and also
make it Ajaxified.
I am using struts framework, so when I forward this Qooxdoo JSP page to
action class..it returns back to
S
Hi,
Since I have started to Ajax and qooxdoo, I was facing with large size
of xml and js files. So I had started to code Huffman algorithm or gzip
implementation in Javascript. However, I had looking for a library for
this. At the end of searching on Internet, I found.
I am planning for using
Hi
I wanted to set incrementAmount of a spinner, but I can't get it to work. For
example:
var d = qx.ui.core.ClientDocument.getInstance();
var s1 = new qx.ui.form.Spinner;
with(s1)
{
setLeft(20);
setTop(64);
setIncrementAmount(5);
};
d.add(s1);
I tried
Hello,
I could change the source loader so that it
adds SOURCE_BUILD to the qx
namespace. This way the existence of this variable would allow to
differentiate between source and release
builds.
That's one way of doing it, and is probably a good 80/20 solution (20%
of the ti
dperez <[EMAIL PROTECTED]> writes:
> Hi,
>
> After having returned from my vacations, I'm happy to see that qooxdoo
> activity is very high and two new versions have been published.
>
> I've tried to migrate from 0.6.1 to 0.6.3, and get this error:
>
> $ tool/generator.py --script-input a --migrat
Hi,
I would like to reconsider the change I made to use the FireBugAppender the
default one if FireBug is available.
Otherwise the WindowAppender.
Who has used FireBug doesn't one to use anything else.
Daniel Gagnon wrote:
>
> I just love that nifty Firefox Extension. The 1.0 release is near
Hi Simon,
It looks a quite elaborated job.
It would be nice to do a contribution.
Simon Bull wrote:
>
> Hi Qooxdooers,
>
> I've implemented an extended WindowManager that offers some features that
> might be useful to anyone who is developing a "many-windows" UI with Qx.
>
> Here's a quick s
I forgot to mention that I can provide the javascript that produces problems
if necessary.
dperez wrote:
>
> Hi,
>
> After having returned from my vacations, I'm happy to see that qooxdoo
> activity is very high and two new versions have been published.
>
> I've tried to migrate from 0.6.1 to
Hi,
After having returned from my vacations, I'm happy to see that qooxdoo
activity is very high and two new versions have been published.
I've tried to migrate from 0.6.1 to 0.6.3, and get this error:
$ tool/generator.py --script-input a --migrate-source --migration-target
0.6.3
INITIALIZAT
what's about to use the tag in tags/release_0_6_3 instead?
Sebastian
Am 21.12.2006 um 11:19 schrieb Til Schneider:
> How do I get the revision number of release 0.6.3? Is there a list
> which
> release corresponds to which revision number in SVN?
>
>
>
> ---
How do I get the revision number of release 0.6.3? Is there a list which
release corresponds to which revision number in SVN?
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and yo
Hi Derrell!
[EMAIL PROTECTED] wrote:
> > --
> > trunk/qooxdoo/README
>
> Andreas, this is a really nice summary you've written.
Thanks. Actually, this kind of text is around for a few months now as
http://qooxdoo.org/about . ;-)
> The only problem I see in it is:
>
> > It is f
15 matches
Mail list logo