qooxdoo contrib would be a good thing. I will use TextMate as my main
editor / development platform for the next months so I would really
appreciate an open development here.
Sebastian
Am 02.10.2008 um 00:43 schrieb Mike Rea:
>
> I've seen various posts indicating that some qooxdoo users
Howdy!
> I'm wondering if the scrolling bug you mention would be that the Flow
> Layout doesn't support height to width yet?
Matt, what exactly is the "scrolling bug"?
> Andreas (hope vacation was a good one!)
Yeah, but too short, you all know...
> any idea when support for this in Layouts will
DOH! I should have tried remove(). It was a long day and my brain just
wasn't where it should have been. I'll give that a test tomorrow.
Thanks,
Jim
On Wed, Oct 1, 2008 at 6:04 PM, Derrell Lipman <
[EMAIL PROTECTED]> wrote:
> On Wed, Oct 1, 2008 at 8:51 PM, Jim Hunter <[EMAIL PROTECTED]> wrote:
On Wed, Oct 1, 2008 at 8:51 PM, Jim Hunter <[EMAIL PROTECTED]> wrote:
> I am still learning the new layout engine and I have a, what I hope is, a
> simple questions. I have created a page that has some horizontal regions
> which are mostly all composite containers with various layouts. I have a fe
I am still learning the new layout engine and I have a, what I hope is, a
simple questions. I have created a page that has some horizontal regions
which are mostly all composite containers with various layouts. I have a few
at the top, one at the bottom and a large body section. All of the sections
I've seen various posts indicating that some qooxdoo users are Textmate
users. We're using Textmate and "e" ("e" is the Windows version of
Textmate). It would be way-cool if there was a qooxdoo bundle for Textmate.
Has anybody started such an endeavor? If so, it might be a really good
thing
Thanks, glad you found it useful :)
When you add widgets to other widgets they don't get rendered
immediately. It gets added to a que which will then be flushed after all
of your code has finished (? or some other time, not too sure). It's all
built in the framework so you can mostly ignore mino
I can't see my post, so I repost ... :
Begin forwarded message:
From: Jean-Baptiste BRIAUD - Novlog <[EMAIL PROTECTED]>
Date: 01 October 2008 18:34:01
To: qooxdoo Development
Subject: Re: [qooxdoo-devel] Design question
It worked and is very usefull.
Thanks a lot !
As a future optimisation, I
I was trying out 0.8 by adding more widgets to the hello world application in
0.8, and I was having trouble getting icons to show up. The original hello
world app contains only 1 widget, a button. This button has an icon, but it
is a custom resource; thus it is not pulled from an icon theme fold
Hi,
After I have found this cool online tool "http://www.smushit.com/"; on
Ajxaxian to minimize images lossless, I searched for an command line tool
to optimize our png files in the build process of our qooxdoo application
and found:
http://optipng.sourceforge.net/
We added it to our bu
hi,
I want to customize the appearance of a splitpane: it must have a
splitter, but panes mustn't be surrounding by a border
How can I achieve that ?
--
Cordialement,
///
(. .)
ooO--(_)--Ooo
| Philippe Poulard |
--
Hi,
On Fri, Sep 19, 2008 at 1:17 AM, Andreas Ecker
<[EMAIL PROTECTED]> wrote:
>> What do you think about offline web ?
> Not much to discuss, offline capability would be a great addition to the
> framework and to many qooxdoo apps. ;-)
>
> There ain't plans for a short-term solution within qooxdo
Hi,
Spket IDE 1.6.16 just released, qooxdoo support was added, the code
assist for built-in Class, including its methods/properties.
for more informations, please visit:
http://www.spket.com/qooxdoo.html
Regards,
Eric Suen
---
Suppose I should also give an example of how to use it ;)
var list = new custom.ui.comps.TileView();
this.add(list); // assuming your layout will size this
for (var i = 0; i < 10; i++)
{
var item = new custom.ui.comps.TileViewItem("File " + i + ".png",
"custom/icon/48/file.png", "png file", "
Hi,
(assumung you're using 0.8)
I've written something similar to this. My basic idea is to use
qx.ui.form.list with a few modifications, mainly using a flowlayout
(you'll have to get this from qooxdoo-contrib).
Here are a couple of classes for this which are still work in progress.
This is cu
Hi Erich,
thanks for the report. I filed a bug report at
http://bugzilla.qooxdoo.org/show_bug.cgi?id=1442
For that kind of issues/defects it's best to file bug reports directly
to bugzilla. This ensures proper workflow. If you aren't a bugzilla user
yet, it's easy to register. That way you also
16 matches
Mail list logo