Re: [qooxdoo-devel] qooxdoo 0.7.4 release

2008-09-22 Thread stefan . hansel
IE uses more memory than all other browsers. For a typical application I'd expect around 50-150MB on IE (but not rising). Just open some of the qooxdoo-demo-apps and compare them in different browsers. You won't fall below that with RAP - but you won't fall below that with any other sophistic

Re: [qooxdoo-devel] Ajax request

2008-09-22 Thread Alexander Back
Hi Jean-Baptiste, Jean-Baptiste BRIAUD - Novlog wrote: > Hi qooXdoo list ! > > I would like to try qx.io.remote.Request for some AJAX request but in > the doc it is stated that for 0.8 it need to be upgraded. I've just upgraded the docs to 0.8, so the listed example should be valid again. che

Re: [qooxdoo-devel] using Simulator to click Toolbar in IE

2008-09-22 Thread Chi Mo
Hi Thomas, Welcome back. Yes, I've been tried many Xpath locator. Finally I got an alternative way. :P. Ok, thanks again. Regards, Chi Mo 2008-09-23 >Hi Chi Mo! > >I've seen these unspecific errors before. The communication from the >Python client script doesn't matter mu

[qooxdoo-devel] Tree and selection

2008-09-22 Thread Petr Kobalíček
Hi, I have one question related to Tree behavioe in 0.8. If I select item that's collapsed, it will not expand it, so it's selected but not displayed. Is this correct behavior or it's a bug (I think that in 0.7.3 the item is expanded on select) Cheers - Petr ---

Re: [qooxdoo-devel] qxbuild - complete qooxdoo build

2008-09-22 Thread Petr Kobalíček
I have updated qxbuild and new SVN version is ready for download. I will update it each 14 days with SVN version that works for me Cheers - Petr 2008/9/12 Petr Kobalíček <[EMAIL PROTECTED]>: > Hi Ambo, > > there aren't extra resources in qxbuild. Only resources needed by > qooxdoo itself. > > If

Re: [qooxdoo-devel] chat in qooxdoo

2008-09-22 Thread westor
Hi Siarhei, I've never heard before of this technology. It looks interesting, espacially that the server is not polled. My first idea was to poll the server. I have to read more carefully to understand, how this works, but - isnt' it a problem to open a plenty of connections at same time? Is the I

Re: [qooxdoo-devel] Ajax request

2008-09-22 Thread Jean-Baptiste BRIAUD - Novlog
That was that ! An XML comment was still there at the end of the json string. Thanks ! On 22 Sep 2008, at 20:53, Derrell Lipman wrote: On Mon, Sep 22, 2008 at 2:48 PM, Jean-Baptiste BRIAUD - Novlog <[EMAIL PROTECTED] > wrote: I found why the error was raised but I know have another error :-)

Re: [qooxdoo-devel] TableColumnModel question (0.8)

2008-09-22 Thread Kanugula
I have a similar requirements with a simple Table. I hide first N columns using var columnCount = getTableModel().getColumnCount(); for (var i=0; i > On Mon, Sep 22, 2008 at 3:05 PM, Oleksiy Golovko <[EMAIL PROTECTED]> > wrote: > >> Derell, >> >> I'm looking at the RpcExample>RemoteTableModel

Re: [qooxdoo-devel] TableColumnModel question (0.8)

2008-09-22 Thread Derrell Lipman
On Mon, Sep 22, 2008 at 3:05 PM, Oleksiy Golovko <[EMAIL PROTECTED]> wrote: > Derell, > > I'm looking at the RpcExample>RemoteTableModel class (from contrib) and > still don't understand a bit how it fits my task. Actually, I want > rather simple things: > > 1. set table data/header (all at once)

Re: [qooxdoo-devel] TableColumnModel question (0.8)

2008-09-22 Thread Oleksiy Golovko
Derell, I'm looking at the RpcExample>RemoteTableModel class (from contrib) and still don't understand a bit how it fits my task. Actually, I want rather simple things: 1. set table data/header (all at once) 2. hide first N columns 3. make all other columns have same width So i don't understan

Re: [qooxdoo-devel] Ajax request

2008-09-22 Thread Derrell Lipman
On Mon, Sep 22, 2008 at 2:48 PM, Jean-Baptiste BRIAUD - Novlog < [EMAIL PROTECTED]> wrote: > I found why the error was raised but I know have another error :-) > It was due to the content type, I changed it to application/json and > it worked. > > But then I got another error : > qx.io.remote.tran

Re: [qooxdoo-devel] Ajax request

2008-09-22 Thread Jean-Baptiste BRIAUD - Novlog
I found why the error was raised but I know have another error :-) It was due to the content type, I changed it to application/json and it worked. But then I got another error : qx.io.remote.transport.XmlHttp[l6]: Could not execute json: I'm not sure about the meaning of "executing json" ... I

Re: [qooxdoo-devel] Ajax request

2008-09-22 Thread Derrell Lipman
On Mon, Sep 22, 2008 at 2:11 PM, Jean-Baptiste BRIAUD - Novlog < [EMAIL PROTECTED]> wrote: > > I would like to try qx.io.remote.Request for some AJAX request but in > the doc it is stated that for 0.8 it need to be upgraded. > Unfortunatly I'm not able to hack the example for 0.7... 0.8 qx.io.re

Re: [qooxdoo-devel] qooxdoo 0.7.4 release

2008-09-22 Thread Alex Ignácio da Silva
Hi Stefan, Thanks for your responses so far. I'm not only concerned with the memory leaks of qooxdoo 0.7.3, but also with the much larger memory footprint under IE compared to Firefox. My application takes up a lot of memory under IE even without repeatedly allocating/deallocating objects. Do

Re: [qooxdoo-devel] TableColumnModel question (0.8)

2008-09-22 Thread Oleksiy Golovko
Derrell, Thanks for your help, once I removed min/max-Width thingy, the first traceback disappeared:), instead I got 2 other ones: children[0] is undefined [Break on this error] gaps += children[0].getMarginLeft(); Util.js (line 299) children[0] is undefined [Break on this error] gaps += childre

[qooxdoo-devel] Ajax request

2008-09-22 Thread Jean-Baptiste BRIAUD - Novlog
Hi qooXdoo list ! I would like to try qx.io.remote.Request for some AJAX request but in the doc it is stated that for 0.8 it need to be upgraded. Unfortunatly I'm not able to hack the example for 0.7... Could someone post a 3 lines example to use that class or drive me to some example that wo

Re: [qooxdoo-devel] TableColumnModel question (0.8)

2008-09-22 Thread Derrell Lipman
On Mon, Sep 22, 2008 at 1:52 PM, Oleksiy Golovko <[EMAIL PROTECTED]> wrote: > Hi, > > I created my own Table (extended from qx.ui.table.Table), with 1 method > setData, which accepts new JSON data and number of columns to be hidden > (starting from the left). Although it didn't work for me and giv

[qooxdoo-devel] TableColumnModel question (0.8)

2008-09-22 Thread Oleksiy Golovko
Hi, I created my own Table (extended from qx.ui.table.Table), with 1 method setData, which accepts new JSON data and number of columns to be hidden (starting from the left). Although it didn't work for me and gives the following traceback (copy/pasted from firebug): this._getColToXPosMap()[col

[qooxdoo-devel] TableColumnModel question (0.8)

2008-09-22 Thread Oleksiy Golovko
Hi, I created my own Table (extended from qx.ui.table.Table), with 1 method setData, which accepts new JSON data and number of columns to be hidden (starting from the left). Although it didn't work for me and gives the following traceback (copy/pasted from firebug): this._getColToXPosMap()[c

Re: [qooxdoo-devel] Remote Table Model

2008-09-22 Thread Derrell Lipman
On Mon, Sep 22, 2008 at 2:10 AM, Tobias Oetiker <[EMAIL PROTECTED]> wrote: > Derrell, > > Yesterday Derrell Lipman wrote: > [...] > > using the Remote Data Model. The last tab of the qooxdoo-contrib project > > RpcExample is a table that uses a remote table model. > > can you convert that into an

Re: [qooxdoo-devel] qooxdoo 0.7.4 release

2008-09-22 Thread stefan . hansel
>> Do you know if qooxdoo developers are currently working to quickly >> finish the 0.7.4 release? How should I know ? I'm sure someone from the qooxdoo guys will answer soon. We are eagerly waiting for it as well. >> improvements make their way to a RAP build by the end of this year >> (coul

Re: [qooxdoo-devel] how to add files to be distributed to config.json

2008-09-22 Thread Tobias Oetiker
Hi Thomas, thanks for the example ... to me, the let mechanism ist some very simple way for complex methods to provide configurability as it already seems to be in use for locales and also for the api target. It would seem logical to me when the build target had a similar mechanism for telling it

Re: [qooxdoo-devel] how to add files to be distributed to config.json

2008-09-22 Thread thron7
Tobias Oetiker wrote: > Thomas, > > how about makeing the list of files to distribute configurable > via "let" ? > Of course, this would be possible. But in general I would prefer a solution that uses job definitions, rather than flattening config values out in 'let' macros (we had this galor

Re: [qooxdoo-devel] qooxdoo 0.7.4 release

2008-09-22 Thread Alex Ignácio da Silva
Hi Stefan, Do you know if qooxdoo developers are currently working to quickly finish the 0.7.4 release? Unfortunately due to memory consumption problems we had to abandom RAP for our current project, but I had some hopes that we could still use it for our next project if these improvements mak

Re: [qooxdoo-devel] only the mailing list?

2008-09-22 Thread Matthew Gregory
Yann Farge wrote: > > hi everyone, > > the mailing list is the only place where we can ask questions? basically, yes > if yes, why this choice? why no forum? Not sure of the reason why, but you can access the mailing list via http://forum.qooxdoo.org/. It has a nice forum interface but you wi

Re: [qooxdoo-devel] qooxdoo 0.7.4 release

2008-09-22 Thread stefan . hansel
Alex, The following todo still needs to be done on the qooxdoo 0.7.x branch, before it doesn't leak anymore (though also in the current 0.7.x-branch-head huge improvements on memory-consumptions were done already): http://bugzilla.qooxdoo.org/show_bug.cgi?id=1382 On the RAP side you can hav

Re: [qooxdoo-devel] chat in qooxdoo

2008-09-22 Thread Siarhei Barysiuk
Hello, I've started this as example for qxtransformer but not finished it yet. A little busy now. Also I started implementation of Bayeux (Cometd) client for qooxdoo (http://cometdproject.dojotoolkit.org/) in the manner of qooxoo, with OOP approach and integration with message bus. By the end of

[qooxdoo-devel] only the mailing list?

2008-09-22 Thread Yann Farge
hi everyone, the mailing list is the only place where we can ask questions? if yes, why this choice? why no forum? THX - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linu

[qooxdoo-devel] chat in qooxdoo

2008-09-22 Thread westor
For a new project I'm thinking about a browser based chat software. Qooxdoo could be good for this, is there anyone out there who is working on or has already realized such a such a piece of software? -- View this message in context: http://www.nabble.com/chat-in-qooxdoo-tp19610523p19610523.htm

Re: [qooxdoo-devel] patch for the perl bindings

2008-09-22 Thread Tobias Oetiker
Hi Nick, did you see my previous patch for authentication ? we use it now in production and it seems to work quite well and it is fully backward compatible. cheers tobi Today Nick Glencross wrote: > All, > > On Sun, Sep 21, 2008 at 8:14 PM, Derrell Lipman < > [EMAIL PROTECTED]> wrote: > > > I'm

Re: [qooxdoo-devel] how to add files to be distributed to config.json

2008-09-22 Thread Tobias Oetiker
Thomas, how about makeing the list of files to distribute configurable via "let" ? as for your description below: so it basically means I just copy the whole build job, and just give it a different name ? not very efficient it seems. Can you give me an actual example how you would implement this

Re: [qooxdoo-devel] [0.8] Context menu

2008-09-22 Thread Derrell Lipman
On Mon, Sep 22, 2008 at 11:07 AM, Philippe Poulard < [EMAIL PROTECTED]> wrote: > > Are you aware of some js magic (for firefox) that indicates whether or > not context menus can be blocked or not ? it would be possible to use > them if they can be blocked, and to fallback to another mean if they a

Re: [qooxdoo-devel] [0.8] Context menu

2008-09-22 Thread Philippe Poulard
Derrell Lipman a écrit : > On Mon, Sep 22, 2008 at 10:46 AM, Philippe Poulard > <[EMAIL PROTECTED] > > wrote: > > Derrell Lipman a écrit : > > On Mon, Sep 22, 2008 at 7:20 AM, Philippe Poulard > > <[EMAIL PROTECTED] > >

Re: [qooxdoo-devel] [0.8] Context menu

2008-09-22 Thread Derrell Lipman
On Mon, Sep 22, 2008 at 10:46 AM, Philippe Poulard < [EMAIL PROTECTED]> wrote: > Derrell Lipman a écrit : > > On Mon, Sep 22, 2008 at 7:20 AM, Philippe Poulard > > <[EMAIL PROTECTED] > > > wrote: > > > > Hi folks, > > > > I set a context menu to some widget. > >

Re: [qooxdoo-devel] [0.8] Context menu

2008-09-22 Thread Philippe Poulard
Derrell Lipman a écrit : > On Mon, Sep 22, 2008 at 7:20 AM, Philippe Poulard > <[EMAIL PROTECTED] > > wrote: > > Hi folks, > > I set a context menu to some widget. > I expect that on a right click event the menu appears, and it does, but > the browser's

[qooxdoo-devel] Proposed minor behavior change to Table Model for 0.8

2008-09-22 Thread Derrell Lipman
Currently it is not possible for the Data Model constructor to specify the column id values because when the column heading values are specified, those column id values will be overwritten with the column headings. It is possible to pass the id values as well when setting the column headings, but

Re: [qooxdoo-devel] [0.8] Context menu

2008-09-22 Thread Derrell Lipman
On Mon, Sep 22, 2008 at 7:20 AM, Philippe Poulard < [EMAIL PROTECTED]> wrote: > Hi folks, > > I set a context menu to some widget. > I expect that on a right click event the menu appears, and it does, but > the browser's context menu appeared on top of it ! > > I have registered a listener and tri

Re: [qooxdoo-devel] Remote Table Model

2008-09-22 Thread Derrell Lipman
On Mon, Sep 22, 2008 at 2:46 AM, Hugh Gibson <[EMAIL PROTECTED]> wrote: > Derrell, > > I've been using the remote table for a couple of years and haven't ever > hit this "fundamental problem" that you talk of. > It appears that you have misunderstood how the row data is stored in the > remote ta

Re: [qooxdoo-devel] Remote Table Model

2008-09-22 Thread Derrell Lipman
On Mon, Sep 22, 2008 at 9:42 AM, Derrell Lipman < [EMAIL PROTECTED]> wrote: > > The problem is that when the data model is passed to the constructor of the > Table, the ID values are reset to the column names. > Obviously, that's not where it happens. Sorry. It happens when dataModel.setColumns

Re: [qooxdoo-devel] using Simulator to click Toolbar in IE

2008-09-22 Thread thron7
Hi Chi Mo! I've seen these unspecific errors before. The communication from the Python client script doesn't matter much, but the log and console messages are also non-specific, so there isn't much I can say. I don't know if the Chinese version of IE affects the issue. Try playing around with

[qooxdoo-devel] qooxdoo 0.7.4 release

2008-09-22 Thread Alex Ignácio da Silva
Hi all, Are there any plans to make a qooxdoo 0.7.4 release soon? As a RAP user, I am having memory issues with my application under IE that hopefully have been solved in the 0.8 release. It would be great if you could patch the current 0.7 release to incorporate these bugfixes so that I could

Re: [qooxdoo-devel] Re mote table model -- was anyone using it?

2008-09-22 Thread Deacon Frost
Hi Derrell, I have used the Remote Table quite a bit in Version 0.7.2 and it worked OK -- extending qx.ui.table.model.Remote, implementing _loadRowCount and _loadRowData. I have not used the Remote Table in 0.8 (well, I have not used 0.8 at all, yet). hth, Deacon Derrell Lipman wrote: > > I

Re: [qooxdoo-devel] Facing issues with qx locator b/w Selenium IDE 0.8.7 & 1.0b2

2008-09-22 Thread thron7
Hi Pradeep! Thanks for your postings. It was interesting to learn about things changed with the new Selenium 1.0b version. I'm not sure yet how to go about the new version with regard to qooxdoo. Obviously, some of the internals have changed from 0.9, so we might have to support two versions

Re: [qooxdoo-devel] patch for the perl bindings

2008-09-22 Thread Nick Glencross
All, On Sun, Sep 21, 2008 at 8:14 PM, Derrell Lipman < [EMAIL PROTECTED]> wrote: > I'm forwarding this on to Nick Glencross who maintains the Perl backend. > I give this patch my blessing. Unfortunately I don't believe that I got commit rights sorted out (or did I?), so would someone be kind en

[qooxdoo-devel] [0.8] Context menu

2008-09-22 Thread Philippe Poulard
Hi folks, I set a context menu to some widget. I expect that on a right click event the menu appears, and it does, but the browser's context menu appeared on top of it ! I have registered a listener and tried various actions on the mouse event: -e.preventDefault(); -e.stopPropagation(); But it

Re: [qooxdoo-devel] how to add files to be distributed to config.json

2008-09-22 Thread thron7
Hi Tobi! Unfortunately, with the current build system it is not that straight-forward as "overriding" imported jobs with local ones ... :-\. But of course there is a way to achieve what you want. Alex gave you the right direction in saying that you would want to define your own "build-files" j

Re: [qooxdoo-devel] qooxdoo 0.8 - build time

2008-09-22 Thread thron7
Kuzmeech wrote: > D'oh! nevertheless it's Windows - I figured out second part with generate.py > - "./" in front of script name is important: > > C:\xampp\htdocs\qx8\TEST21:12:14>python ./generate.py source > works > > C:\xampp\htdocs\qx8\TEST21:12:14>python generate.py source > doesn't > > > y

[qooxdoo-devel] how to add files to be distributed to config.json

2008-09-22 Thread Tobias Oetiker
Hi Alex, hmmm I am still missing something ... here is my config.json file { "name": "lisa08", "include" : [ { "path" : "../../../../../../../../../usr/pack/qooxdoo-0.8svn-to/frontend/tool/data/config/application.json" } ], "let" : { "APPLICATION" : "lisa08",

Re: [qooxdoo-devel] document Element

2008-09-22 Thread Alexander Back
Hi Lucas, Lucas Oliveira wrote: > Hi everybody... here I'm again... more one question... > > How I can get the document element of the page ??? You can simply use the "document" object just like in plain javascript. To get the document element with qooxdoo classes --snip-- // "this" refers to y

Re: [qooxdoo-devel] [SPAM] how to add files to be distributed to config.json

2008-09-22 Thread Alexander Back
Hi Tobias, Tobias Oetiker wrote: > Experts, > > I am writing this tool which includes a set of extra files for the > serverside functionality. In qooxdoo 0.7, all I had to do was add > the files to the APPLICATION_FILES variable. In 0.8 with > generator.py, this seems to work via the "copy-files"

Re: [qooxdoo-devel] Remote table model -- was anyone using it?

2008-09-22 Thread Hugh Gibson
Derrell, See my response in the thread. I think I cover all the issues there. Your checkin will have broken our code - if we were using 0.8 :-) The documentation needs to be improved. Hugh > *Subject:* [qooxdoo-devel] Remote table model -- was anyone using > it? > *From:* "Derrell Lipman" <[E

Re: [qooxdoo-devel] Remote Table Model

2008-09-22 Thread Hugh Gibson
Derrell, I've been using the remote table for a couple of years and haven't ever hit this "fundamental problem" that you talk of. It appears that you have misunderstood how the row data is stored in the remote table. It actually is a map from column name to column information. Changing this to an