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
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
[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
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
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:
"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
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
"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
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
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();
>
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
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
"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
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
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
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
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
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,
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
>>
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
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
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
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?
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
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
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
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
> 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
28 matches
Mail list logo