Re: [qooxdoo-devel] new builds

2007-02-26 Thread Jim Hunter
Thanks for the info, but none of the different makes works to create the 'self contained' file. I think the problem is "If everything is set up correctly". I can't find any specific information on how to set it up properly. The sample only has one file in it, and does not tell you what to do if yo

Re: [qooxdoo-devel] new builds

2007-02-26 Thread Fabian Jakobs
Hi Derrell, > The distinction is between "make source" and "make build" (assuming you're > using the Makefile system). The former generates a custom.js (or whatever > name you choose to give it) that just brings in all of the individual files by > adding a copious number of

Re: [qooxdoo-devel] Possible ResizeTableColumnModel bug

2007-02-26 Thread Sebastian Werner
[EMAIL PROTECTED] schrieb: > dperez <[EMAIL PROTECTED]> writes: > >> Since I have tried the new qx.ui.table.ResizeTableColumnModel, I receive >> this error: >> >> ERROR: qx.ui.layout.VerticalBoxLayout[1339]: Could not layout child [object >> qx.ui.table.Table] through layout handler: Error - Widge

Re: [qooxdoo-devel] new builds

2007-02-26 Thread Fabian Jakobs
Hi Jim, > Yes, I am aware of the different directories. The source/script > directory ends up with a single file in it, {applicationName}.js that > contains the script links and not the code. It does contain links to > all my files so I know it finds them and knows to use them, it's just > not

Re: [qooxdoo-devel] new builds

2007-02-26 Thread Jim Hunter
Do you know what the latest 'stable' build of .7 is (if there is one)? I would have no problem reverting to that revision. I am heading home at this point, will not be able to pick this back up until tomorrow. Thanks for the help. Jim On 2/26/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote:

Re: [qooxdoo-devel] new builds

2007-02-26 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > Yes, I am aware of the different directories. The source/script directory > ends up with a single file in it, {applicationName}.js that contains the > script links and not the code. It does contain links to all my files so I > know it finds them and knows

Re: [qooxdoo-devel] new builds

2007-02-26 Thread Jim Hunter
Yes, I am aware of the different directories. The source/script directory ends up with a single file in it, {applicationName}.js that contains the script links and not the code. It does contain links to all my files so I know it finds them and knows to use them, it's just not doing the correct mak

Re: [qooxdoo-devel] new builds

2007-02-26 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > I just did a test to see if it is something in my code that's not working > correctly by doing a make source on the feedreader application and I got the > same results. It created a feedreader.js file that just contains script > links to all the needed fi

Re: [qooxdoo-devel] new builds

2007-02-26 Thread Jim Hunter
I just did a test to see if it is something in my code that's not working correctly by doing a make source on the feedreader application and I got the same results. It created a feedreader.js file that just contains script links to all the needed files, not a js file that already includes the sour

Re: [qooxdoo-devel] newbie question about iterator the tree nodes element

2007-02-26 Thread Derrell . Lipman
dperez <[EMAIL PROTECTED]> writes: > I use this code to delete an TreeFile from a treefullcontrol.Tree: > > var ele = myTree.getManager().getSelectedItems()[0]; > if (ele) { > ele.disconnect(); > ele.getParent().remove(ele); > ele.dispose(); >

Re: [qooxdoo-devel] Possible ResizeTableColumnModel bug

2007-02-26 Thread Derrell . Lipman
dperez <[EMAIL PROTECTED]> writes: > Since I have tried the new qx.ui.table.ResizeTableColumnModel, I receive > this error: > > ERROR: qx.ui.layout.VerticalBoxLayout[1339]: Could not layout child [object > qx.ui.table.Table] through layout handler: Error - Widget [object > qx.ui.table.Table]: havi

Re: [qooxdoo-devel] new builds

2007-02-26 Thread Jim Hunter
I get the same result when I use make build and make source. The 'custom' file only contains script includes for each file, not the file itself. I guess this is why I thought I was missing something. I expected that make source would give me the desired result but it didn't. Could this be a side e

Re: [qooxdoo-devel] new builds

2007-02-26 Thread Derrell . Lipman
"Jim Hunter" <[EMAIL PROTECTED]> writes: > I have been using .6.2 for some time now and with all the new functionality > being put into the new versions I thought that I would take a look at them > to see what things I will have to change. The first thing I noticed is that > I had to break my sing

[qooxdoo-devel] new builds

2007-02-26 Thread Jim Hunter
I have been using .6.2 for some time now and with all the new functionality being put into the new versions I thought that I would take a look at them to see what things I will have to change. The first thing I noticed is that I had to break my single JS file into individual class files. At first

Re: [qooxdoo-devel] Table/TabView performance

2007-02-26 Thread Anthony A Milligan
Actually it is happening for me in IE7. I'll try to put together a demo. - Original Message From: dperez <[EMAIL PROTECTED]> To: qooxdoo-devel@lists.sourceforge.net Sent: Monday, February 26, 2007 10:58:19 AM Subject: Re: [qooxdoo-devel] Table/TabView performance This is a known bug

Re: [qooxdoo-devel] Table/TabView performance

2007-02-26 Thread dperez
This is a known bug in IE6. It dramatically gets slower as more JS objects are created. IE7, Opera and Firefox don't exhibit this behaviour. amilligan wrote: > > I am noticing a significant performance issue when using a Table within a > TabView. If I try to resize a column it takes about 3 s

[qooxdoo-devel] Table/TabView performance

2007-02-26 Thread Anthony A Milligan
Greetings all, I am noticing a significant performance issue when using a Table within a TabView. If I try to resize a column it takes about 3 seconds for the resize cursor to appear in IE. Likewise it takes the same amount of time for the resize cursor to disappear when I am done. I've noti

Re: [qooxdoo-devel] qooxdoo 0.6.5: where is --script-output-encoding?

2007-02-26 Thread Dietrich Streifert
Thank you Fabian! That's it! Best regards... Fabian Jakobs schrieb: Dietrich Streifert schrieb: Yes. Thank you David. It's still there. My question was not precise enough. I wanted to know how I can set the encoding from the skeleton makefile. Sorry for that. dperez schrieb: Hi,

Re: [qooxdoo-devel] qooxdoo 0.6.5: where is --script-output-encoding?

2007-02-26 Thread Fabian Jakobs
Dietrich Streifert schrieb: > Yes. Thank you David. > > It's still there. My question was not precise enough. > > I wanted to know how I can set the encoding from the skeleton makefile. > > Sorry for that. > > > dperez schrieb: >> Hi, >> >> If you invoke >>framework/tool/generator.py --help >>

Re: [qooxdoo-devel] qooxdoo 0.6.5: where is --script-output-encoding?

2007-02-26 Thread Dietrich Streifert
Yes. Thank you David. It's still there. My question was not precise enough. I wanted to know how I can set the encoding from the skeleton makefile. Sorry for that. dperez schrieb: Hi, If you invoke framework/tool/generator.py --help you can see the existence of this parameter. --scrip

Re: [qooxdoo-devel] qooxdoo 0.6.5: where is --script-output-encoding?

2007-02-26 Thread dperez
Hi, If you invoke framework/tool/generator.py --help you can see the existence of this parameter. --script-output-encoding=ENCODING So the parameter hasn't been renamed. HTH David Dietrich Streifert wrote: > >> Hello List! >> >> In qooxdoo previous to 0.6.5 there was a generator switch

Re: [qooxdoo-devel] qooxdoo 0.6.5: where is --script-output-encoding?

2007-02-26 Thread Dietrich Streifert
And more precise: how can I set this switch in the skeleton makefile? Dietrich Streifert schrieb: > Hello List! > > In qooxdoo previous to 0.6.5 there was a generator switch which allowed > specifying the encoding of the generated script. I used this to do the > following: > > --script-output

[qooxdoo-devel] qooxdoo 0.6.5: where is --script-output-encoding?

2007-02-26 Thread Dietrich Streifert
Hello List! In qooxdoo previous to 0.6.5 there was a generator switch which allowed specifying the encoding of the generated script. I used this to do the following: --script-output-encoding=ISO-8859-1 Which resulted in a western lating encoding javascript file. How can I do this with 0.6.5?

Re: [qooxdoo-devel] newbie question about iterator the tree nodes element

2007-02-26 Thread dperez
Hi all, I use this code to delete an TreeFile from a treefullcontrol.Tree: var ele = myTree.getManager().getSelectedItems()[0]; if (ele) { ele.disconnect(); ele.getParent().remove(ele); ele.dispose(); } It works ok, but I r

[qooxdoo-devel] how to set font for Table-Widget?

2007-02-26 Thread Tobias Koller (GERMO GmbH)
Hello, how can i set a default font for the Table-widget? I searched for a "font-variable" in the classic.js-Appearance but I didn't find one. Thanks a lot Tobias - Take Surveys. Earn Cash. Influence the Future of

[qooxdoo-devel] trouble with "click" event on panescroller

2007-02-26 Thread Philipp Wabinski
Hi I searched the forum and found this solution to execute some code on click on a table row: var scrollers = _this.table._getPaneScrollerArr(); for (var i = 0; i < scrollers.length; i++) { scrollers[i].addEventListener("click", function(ev) { if(this.table.getFo

[qooxdoo-devel] Possible ResizeTableColumnModel bug

2007-02-26 Thread dperez
Hi, Since I have tried the new qx.ui.table.ResizeTableColumnModel, I receive this error: ERROR: qx.ui.layout.VerticalBoxLayout[1339]: Could not layout child [object qx.ui.table.Table] through layout handler: Error - Widget [object qx.ui.table.Table]: having flex size but parent layout does not s

Re: [qooxdoo-devel] Firefox memory usage

2007-02-26 Thread Hugh Gibson
> Just out of curiosity, would it even theoretically be possible to have > a browser free up all objects and references that are not references > anywhere else? Should be. IE manages pretty well, though you have to kick it into life by minimizing the browser. There are a lot of languages that ma