Re: [qooxdoo-devel] Adjusting Tree Row Branch Height

2007-08-03 Thread Philip Weaver
I made some progress changing the appearance "tree-element". What's the technique for changing the appearance for a single widget instance? Also, I guess I need to read up on Qooxdoo properties - but I'm more of a method calling person that a property setting person - anyway to define a new appeara

[qooxdoo-devel] Adjusting Tree Row Branch Height

2007-08-03 Thread Philip Weaver
If I adjust the height of a TreeFile, it appears adjusted OK in the tree in my browser. But height adjustments of TreeFolder items never appear. I have also tried composing my own TreeRowStructures and adjusting heights of added objects but nothing really affects the height of the tree's branch/fol

Re: [qooxdoo-devel] Code Sample Wiki?

2007-08-03 Thread Sebastian Werner
Am 03.08.2007 um 19:42 schrieb Philip Weaver: > Hello every body, > > I think it would be nice to have a code sample wiki for Qooxdoo - > kind of like the Qooxdoo demo browser but for contributing code > samples. Anybody know whether a code wiki exists in general? Do you have seen this page?

[qooxdoo-devel] Evangelism

2007-08-03 Thread Philip Weaver
Is there some sort of evangelism program or strategy for Qooxdoo? I have done some searches on Indeed.com for some of the different web technologies such as Dojo, GWT, Flex, Qooxdoo. Qooxdoo's not doing so well in the US job market I guess. How can we improve this? The appearaance at the Ajax Exper

Re: [qooxdoo-devel] Code Sample Wiki?

2007-08-03 Thread Bill Adams
Cool idea. I've been using the demo browser and searching the mailing list archive to find examples. For instance, this one helped me with the GridLayout: http://www.mail-archive.com/qooxdoo-devel@lists.sourceforge.net/msg05261 .html I would contribute to a wiki of code samples. Bill _

[qooxdoo-devel] Code Sample Wiki?

2007-08-03 Thread Philip Weaver
Hello every body, I think it would be nice to have a code sample wiki for Qooxdoo - kind of like the Qooxdoo demo browser but for contributing code samples. Anybody know whether a code wiki exists in general? That is all. Qooxdoo rules. This is coming from a Swing guru who has been looking at GWT

Re: [qooxdoo-devel] qooxdoo at The Ajax Experience

2007-08-03 Thread Bill Adams
Before the conference I started my first Ajax enterprise application, coding my desktop app in javascript, html, and css, and my server side app in php. My old UI used html select elements and tables. I only tested on IE and Moz/FF, and coded around a tricky cross-browser issue just to have a scr

[qooxdoo-devel] Need help for a Printing Layout for more than one page

2007-08-03 Thread Erich Konicek
Hi List! Please can anyone give me a hint, how to print many complex widgets one below the other in more than one page. The scenario: My application is to build a collection of complex widgets (containing Text, Image and so on). At the end, these widgets should be printed out. A tried with

Re: [qooxdoo-devel] How do I hide table rows in the table class?

2007-08-03 Thread Derrell Lipman
On 8/2/07, MootCycle <[EMAIL PROTECTED]> wrote: > > I have a table with a large amount of data pushed to it from a server. > It would be nice to be able to filter the data on the client side so we do > not have to re-request all the data from the server. > > I've been looking through the

Re: [qooxdoo-devel] How do I hide table rows in the table class?

2007-08-03 Thread MootCycle
I appreciate the responses, but I need to hide table rows, not table columns. We routinely have a couple thousand rows, and it would be much easier to hide the rows rather than re-request them each time someone applies a filter in the application. -Dan -- View this message in context: http://w

Re: [qooxdoo-devel] Permission denied error in IE 7

2007-08-03 Thread westor
Hi Sebastian, I can try to rebuild the source this evening again - but I did it yesterday and I had this problem before and after build. It shouldn't be a thing of interest on which PC I build the source? Background of the question: I'm using a XAMPP installation on a mobile device and I'm develo

Re: [qooxdoo-devel] spinner with leading 0

2007-08-03 Thread Tobias Koller (GERMO GmbH)
Hi Sebastian, I modified the Spinner-Class and now it works:) I don't know if its "quick and dirty" or if its ok ;) Here are my changes: //new Property leadingZero : { check : "Boolean", init : false } //I put this at the end of the _onmouseup : function(e) - Method if(this.get

Re: [qooxdoo-devel] How do I hide table rows in the table class?

2007-08-03 Thread Daniel Haferkorn
Hi, if you want to never show the columns and also not have them visible in the ColumnVisibilityButton, try to not set their column id's. Let's say you have 5 columns, id, foo, bar, bla and blubb and because of their silly names you don't want to show the last two. This is how to achieve this: t

Re: [qooxdoo-devel] Events and Timer

2007-08-03 Thread a.jimenez
It works! Thanks Sebastian Sebastian Werner wrote: > > Hi Arturo, > > please try to cache the content of the event in a local variable. This > may help: var data = e.getData() and use this variable inside your > interval callback. > > Sebastian > > > a.jimenez schrieb: >> Hello all, >>

Re: [qooxdoo-devel] Make-File Options

2007-08-03 Thread Tobias Koller (GERMO GmbH)
Hi, great;) Thanks :) Tobias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sebastian Werner Gesendet: Freitag, 3. August 2007 09:11 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Make-File Options Both compression and caching is already

Re: [qooxdoo-devel] Missing the caret in FF

2007-08-03 Thread Sebastian Werner
This is a bug in gecko. Should be fixed in the upcoming Firefox 3. There is no easy workaround. Overflow is an option, but this is nothing to solve the issue in general. However you can decide from case to case to apply such a property. Sebastian westor schrieb: > It took me half a day to fin

Re: [qooxdoo-devel] Events and Timer

2007-08-03 Thread Sebastian Werner
Hi Arturo, please try to cache the content of the event in a local variable. This may help: var data = e.getData() and use this variable inside your interval callback. Sebastian a.jimenez schrieb: > Hello all, > > I am using version 0.6.6 (sorry, too tight schedule to update to 0.7), and I >

Re: [qooxdoo-devel] Changing smallchange and bigchange in scrollbar widget?

2007-08-03 Thread Sebastian Werner
Hi Juan, I don't think that this is possible. The scrollbar widget just uses the native scrollbar. Nothing to configure here. It is just the way the underlying operating system behaves. ScrollBar and ScrollArea are used by ListView and Table and they were never thought out to be used anywhere

Re: [qooxdoo-devel] Changing smallchange and bigchange in scrollbar widget?

2007-08-03 Thread Juan José Durán
well, I have been having a look at this files and it seems that they doesn´t contain any member var to achieve what I explained. Could anybody point to where the hardcoded values are built? and here is a idea I had: What about to fire another event when I get a "value change" event with amount

Re: [qooxdoo-devel] Make-File Options

2007-08-03 Thread Sebastian Werner
Both compression and caching is already enabled. Caching is always on. Compression is only active when using "make build". No need to change anything here. To define class-path, generate-compiled-script, the filename and the cache directory is all not needed. You can simply remove this line. It

Re: [qooxdoo-devel] spinner with leading 0

2007-08-03 Thread Sebastian Werner
Hi Tobias, I don't think that this is easily possible. Maybe you can write your own Range class to support such a feature. I'm not sure. Sebastian Tobias Koller (GERMO GmbH) schrieb: > Hi list, > > > > is it possible to attach a leading 0 if the value of my spinner is less > then 10? >

Re: [qooxdoo-devel] Permission denied error in IE 7

2007-08-03 Thread Sebastian Werner
Can you rebuild your application using "make" and try it again? Sebastian westor schrieb: > Before a tab ob my application appears with it's content, I get a "permission > denied" Error in IE 7. > The MS script debugger then shows > "