Re: [qooxdoo-devel] Textmate / e-Text Editor bundle for qooxdoo?

2008-10-01 Thread Sebastian Werner
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

Re: [qooxdoo-devel] Design question

2008-10-01 Thread Andreas Ecker
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

Re: [qooxdoo-devel] Layout question

2008-10-01 Thread Jim Hunter
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:

Re: [qooxdoo-devel] Layout question

2008-10-01 Thread Derrell Lipman
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

[qooxdoo-devel] Layout question

2008-10-01 Thread Jim Hunter
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

[qooxdoo-devel] Textmate / e-Text Editor bundle for qooxdoo?

2008-10-01 Thread Mike Rea
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

Re: [qooxdoo-devel] Fwd: Design question

2008-10-01 Thread Matthew Gregory
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

[qooxdoo-devel] Fwd: Design question

2008-10-01 Thread Jean-Baptiste BRIAUD - Novlog
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

[qooxdoo-devel] 0.8 Hello World -- small bug & resolution

2008-10-01 Thread Mike Rea
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

[qooxdoo-devel] Optimizing Images

2008-10-01 Thread Tino Butz
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

[qooxdoo-devel] Splitpane

2008-10-01 Thread Philippe Poulard
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 | --

Re: [qooxdoo-devel] qooXdoo future : what about offline ?

2008-10-01 Thread Gaetan de Menten
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

[qooxdoo-devel] [ANN] Spket IDE add qooxdoo support

2008-10-01 Thread Eric Suen
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 ---

Re: [qooxdoo-devel] Design question

2008-10-01 Thread Matthew Gregory
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", "

Re: [qooxdoo-devel] Design question

2008-10-01 Thread Matthew Gregory
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

Re: [qooxdoo-devel] TextField - keypress-Event bug in Firefox

2008-10-01 Thread Andreas Ecker
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