Re: [qooxdoo-devel] update table after data changed

2007-09-26 Thread Jim Hunter
Hugh, in 6.5 I made a single change in one of the methods of the TablePane.js file. The line of code changed the rowElem.style.color. In the new code, there was only one line of code that dealt with the color property (I have no need to change the background color). So I forced the color of the row

Re: [qooxdoo-devel] Possible to show loading screen?

2007-09-26 Thread Tobias Koller (GERMO GmbH)
Hi, i made something like this. Take a look at the attached screenshot. Here is my sample-code (I don't know if it's simple for you to use it in your source ;) ) I also attached my loadscreen.js-class -- this.loadScreen = null; this.loadScreenObj = null; this.statusBar = null; t

Re: [qooxdoo-devel] update table after data changed

2007-09-26 Thread Hugh Gibson
Jim, is it possible that you have only changed one of the functions? In our code we override updateDataRowElement and createRowStyle. For 0.7 you have to change the name of one of the functions from the 0.6 version. I asked about this in January 07: http://www.nabble.com/What's-the-status-of-the

Re: [qooxdoo-devel] update table after data changed

2007-09-26 Thread Jim Hunter
What was the way you did your custom row colors? I had done this prior to the .7.x changes by my way was broken with all the new changes in the table. Was your solution tidy or was there a lot of code? I tried to copy one of the basic row renderers and make a single change that simply set all font

Re: [qooxdoo-devel] how to download data to the local file system from qooxdoo

2007-09-26 Thread Jim Hunter
Perhaps I am reading your post wrong, but it sounds like you are trying to put data on the client computer, data that is sent from the server. If this is what you are trying to do, it is impossible (except for the caviot mentioned later). You do NOT have access to local storage except to get files

Re: [qooxdoo-devel] Serious memory problems in IE7 and 0.7.x

2007-09-26 Thread Sebastian Werner
Oops. Sorry for the typo. I've added Andreas and corrected your name. Thanks for the feedback. Sebastian Hugh Gibson schrieb: >> I have posted a news article related to this topic. Please have a >> look here: >> http://news.qooxdoo.org/memory-issue-in-xmlhttp-fixed > > Ah, thanks, but I'm not

Re: [qooxdoo-devel] Serious memory problems in IE7 and 0.7.x

2007-09-26 Thread Hugh Gibson
> I have posted a news article related to this topic. Please have a > look here: > http://news.qooxdoo.org/memory-issue-in-xmlhttp-fixed Ah, thanks, but I'm not that big... Huge? Also, Andreas Junghans came up with the initial clue about the root of the problem. Hugh --

[qooxdoo-devel] Possible to show loading screen?

2007-09-26 Thread qooxdoo
I've seen this done on other frameworks but can't find an easy way to do it in qooxdoo. Our application has a LOT of different classes and takes quite a while to load. Does anybody know if it is possible to show a loading screen with a progress bar?

[qooxdoo-devel] how to download data to the local file system from qooxdoo

2007-09-26 Thread karsten . wenger
Hallo, I would like to invoke the client's local file browser menu for downloading server data. First I used: var req = new qx.io.remote.Request( URL ); but I could not manage the local browser to open the file menu. The Response header seems to be correctly giving Content-Type "application/o

[qooxdoo-devel] 0.6.6 table

2007-09-26 Thread Ales Rippl
Hello, could someone please help me with table widget? I want to have last row in different color. I know that i shoul probably use datacellrenderer but i dont know how to. Thank you Ales -- View this message in context: http://www.nabble.com/0.6.6-table-tf4507661.html#a12855549 Sent from th

[qooxdoo-devel] Scrollbar flickering in ComboBoxEx

2007-09-26 Thread dperez
With qx 0.7.2 I've observed that when I expand the list of a ComboboxEx, sometimes the scrollbars appear and disappear several times. I haven't observed this before. Is this a bug? Maybe is some error in the calculation of the space taken by the scrollbars. Regards, David -- View this message i

Re: [qooxdoo-devel] History and frames

2007-09-26 Thread dperez
This is a very easy task. I can do it in the next days Fabian Jakobs-2 wrote: > > I think this is a good idea. We are pretty busy right now so it wont be > fixed right now. Could you open a bug for this issue so it doesn't get > lost? > -- View this message in context: http://www.nabb

Re: [qooxdoo-devel] 2 decimal spaces in table cell

2007-09-26 Thread Kolodziej Christian
Hello everybody, you might have read my posting concerning the decimal spaces from today morning. I've just just found the solution. The following code show how to add new rows with a description and an amont for instance to a TableModel: var numberformatAmount = new qx.util.format.NumberFormat

[qooxdoo-devel] API Viewer and generated methods

2007-09-26 Thread dperez
Hi, Some classes have a lot of methods and properties like e.g. qx.u.core.Widget. It would be useful if generated methods from properties could also be filtered, like inherited methods. What do you think? Regards David -- View this message in context: http://www.nabble.com/API-Viewer-and-gener

Re: [qooxdoo-devel] Serious memory problems in IE7 and 0.7.x

2007-09-26 Thread Sebastian Werner
Hi all! I have posted a news article related to this topic. Please have a look here: http://news.qooxdoo.org/memory-issue-in-xmlhttp-fixed Sebastian Fabian Jakobs schrieb: > Hello Hugh, >>> I am not sure if this directly bring out a new release. But I would >>> be very happy to fix this in the

[qooxdoo-devel] How to restore the previous way of displaying table's cell contents?

2007-09-26 Thread Dioc
In version 0.7.1 table's cell contents were being cut off by column border and occupied all column width. Now in version 0.7.2 this behaviour was changed and cell contents are being cut off by words. I.e. if a word that is a part of cell contents is not fit in column entirely, it will not be displ

Re: [qooxdoo-devel] Migration - should it ignore API and Build folders?

2007-09-26 Thread Fabian Jakobs
Hugh Gibson schrieb: > I've logged bug 665 (http://bugzilla.qooxdoo.org/show_bug.cgi?id=665 ) > for this. > > It might be as simple as calling make distclean prior to migration. > > I've made a note in the Wiki at > http://qooxdoo.org/documentation/0.7/migration_support anyway. > > Hugh > > Than

Re: [qooxdoo-devel] History and frames

2007-09-26 Thread Fabian Jakobs
dperez schrieb: > Hi, > > Thanks for your answer. > It could do nothing (and possibly log a warning) if it detects is inside a > frame. > > > Fabian Jakobs-2 wrote: > >> since no browser has a API for browser history, every implementation of >> browser history consists of a bunch of hacks :-(.

Re: [qooxdoo-devel] Serious memory problems in IE7 and 0.7.x

2007-09-26 Thread Fabian Jakobs
Hello Hugh, >> I am not sure if this directly bring out a new release. But I would >> be very happy to fix this in the current branch. >> >> Thank you for your investigation. If you can prepare a patch or >> send the the modified files I will do my best to integrate them as >> soon as possible i

Re: [qooxdoo-devel] History and frames

2007-09-26 Thread dperez
Hi, Thanks for your answer. It could do nothing (and possibly log a warning) if it detects is inside a frame. Fabian Jakobs-2 wrote: > > since no browser has a API for browser history, every implementation of > browser history consists of a bunch of hacks :-(. So does our and with > the pre

Re: [qooxdoo-devel] Serious memory problems in IE7 and 0.7.x

2007-09-26 Thread Sebastian Werner
Hi Hugh, Fabian will have a look at your patch immediately. We will consider to break our policy and update the demos to a non-release version. However I don't see the benefit of this for the moment. We will test your change, which looks quite straightforward, and will officially bring out