Re: [qooxdoo-devel] How do we automate testing of Qooxdoo apps?

2008-09-23 Thread Hugh Gibson
> I added t > user-extensions-qooxdoo.js in Selenium core extensions. I put the > base url http://localhost/simulator which should work. > > When I click on the run all button on the IDE, nothing works. Am I > doing something wrong? Does it work with RC only? Can you see the qx instructions in

Re: [qooxdoo-devel] Properties Window on clicking a node on a Tree

2008-09-23 Thread Hugh Gibson
Amit, > I am not sure if this mail was sent on the mailing list as I don't > see it yet and had got a delivery failure notice. So, sending it > again. Yes, I've had this problem too. Seems like Sourceforge has some list problems. > I want to add a functionality in my Tree Widget that whenever

[qooxdoo-devel] soap demo

2008-09-23 Thread Burak Arslan
dear list, i got the soap client from guru4.net and integrated it (as best as i could) to qooxdoo. there is still some work to be done, but it seems to work works as it is. my background is mostly c/c++, so this whole interpreted world (python and javascript) has been a quite weird experience

Re: [qooxdoo-devel] How do we automate testing of Qooxdoo apps?

2008-09-23 Thread Kanugula
Looks like nobody using Core. I am trying to understand the Simulator. Can I run it in IDE? I made a simulator build and put on the Web Server. I added t user-extensions-qooxdoo.js in Selenium core extensions. I put the base url http://localhost/simulator which should work. When I click on the r

Re: [qooxdoo-devel] _getHeightForWidth

2008-09-23 Thread Matthew Gregory
Thanks Chris, The reason I used a list and not a resizer is because I wanted the selection stuff as well. Chris Banford wrote: > Hi Matt, >> Hi, >> I'm trying to write a widget for 0.8 similar to the gallery and gallery >> list in 0.7.x It should basically behave the same as the tile view in >>

Re: [qooxdoo-devel] Config.json

2008-09-23 Thread Derrell Lipman
On Tue, Sep 23, 2008 at 3:48 PM, Jim Hunter <[EMAIL PROTECTED]> wrote: > It sounds like you answered the question. I think what I did with 0.7.x, > now that I am thinking about this, was to include all of the qooxdoo classes > because I have code generated from the server that makes calls to some

Re: [qooxdoo-devel] How do we automate testing of Qooxdoo apps?

2008-09-23 Thread Kanugula
Looks like Selenium is the way to go!. Thanks for your suggestion. I went thru the selenium documents. The sample simulator application is mostly towards Selenium RC. Is there any sample Qooxdoo application with Selenium Core only? Thanks. Kanugula. Jonathan Rass wrote: > > Hi Kanugula, > >

Re: [qooxdoo-devel] Config.json

2008-09-23 Thread Jim Hunter
It sounds like you answered the question. I think what I did with 0.7.x, now that I am thinking about this, was to include all of the qooxdoo classes because I have code generated from the server that makes calls to some qx classes that my classes don't reference. I can get around this easily by ma

Re: [qooxdoo-devel] compilation date

2008-09-23 Thread thron7
Grykar wrote: > Hi > > I would like to add info about project version (date). Is there way to > updated the info automatically when project is building ? Then use the > variable in project e.g. to show version of compilation. > > > Thanks, > Karol > Hi Karol, unfortunately, we don't currentl

Re: [qooxdoo-devel] 0.8 migration problems + logging in 0.8 + "skeleton app" in trunk

2008-09-23 Thread thron7
Hi Gaetan, I'm not sure I'm with you completely... > I've followed the migration guide at: > http://qooxdoo.org/documentation/0.8/migration_guide_from_07 > > Up to checkpoint 1, it works fine with 0.8 (but *not* with trunk -- see > below), > Checkpoint 1 just assures that the skeleton applic

Re: [qooxdoo-devel] _getHeightForWidth

2008-09-23 Thread Chris Banford
Hi Matt, > Hi, > I'm trying to write a widget for 0.8 similar to the gallery and gallery > list in 0.7.x It should basically behave the same as the tile view in > windows explorer where you have an icon with three lines of text to it > in a grid like view. > > I've had quite a large amount of su

Re: [qooxdoo-devel] Tree and selection

2008-09-23 Thread Petr Kobalíček
Hi Alex, I'm selecting item myself using setSelected(), so the openMode is probably not the problem here. I wanted only to know if I select item by setSelected() that I must manually expand all parent nodes or if this is bug in Tree. Cheers - Petr 2008/9/23 Alexander Back <[EMAIL PROTECTED]>: >

Re: [qooxdoo-devel] qooxdoo 0.7.4 release

2008-09-23 Thread stefan . hansel
>> In this experiment I think that no deallocations should be taking place, >> as I am just creating a bunch of widgets. >> The results show that the memory consumption of my application in IE is >> a factor of 7 compared to Firefox. Based on your experience would you >> blame IE guilty for t

[qooxdoo-devel] _getHeightForWidth

2008-09-23 Thread Matthew Gregory
Hi, I'm trying to write a widget for 0.8 similar to the gallery and gallery list in 0.7.x It should basically behave the same as the tile view in windows explorer where you have an icon with three lines of text to it in a grid like view. I've had quite a large amount of success by using a qx.ui

Re: [qooxdoo-devel] Config.json

2008-09-23 Thread Derrell Lipman
On Tue, Sep 23, 2008 at 12:08 PM, Jim Hunter <[EMAIL PROTECTED]> wrote: > I remember reading about a setting I could put in my Config.json file that > would force the build process to include all of my classes and all of the > qooxdoo classes they required but I have been searching the list and ca

[qooxdoo-devel] Config.json

2008-09-23 Thread Jim Hunter
I remember reading about a setting I could put in my Config.json file that would force the build process to include all of my classes and all of the qooxdoo classes they required but I have been searching the list and can't find it. Can someone refresh my memory? Obviously I am on .8 now. Thanks,

Re: [qooxdoo-devel] Checkbox inside a table cell

2008-09-23 Thread Derrell Lipman
On Tue, Sep 23, 2008 at 11:43 AM, Amit Rana <[EMAIL PROTECTED]> wrote: > Hi Derrell, > > I am not sure if this mail was sent on the mailing list as I don't see it > yet and had got a delivery failure notice. So, sending it again. > > Thanks for the help. Actually, we are still using v0.7.3 and so

Re: [qooxdoo-devel] Checkbox inside a table cell

2008-09-23 Thread Amit Rana
Hi Derrell, I am not sure if this mail was sent on the mailing list as I don't see it yet and had got a delivery failure notice. So, sending it again. Thanks for the help. Actually, we are still using v0.7.3 and so the functionality and code are a little different. But, the v0.8 demo mentione

[qooxdoo-devel] Properties Window on clicking a node on a Tree

2008-09-23 Thread Amit Rana
Hi, I am not sure if this mail was sent on the mailing list as I don't see it yet and had got a delivery failure notice. So, sending it again. I want to add a functionality in my Tree Widget that whenever a Node is clicked on I get a window attached to that node (similar to when we do a right

Re: [qooxdoo-devel] [HS] startup backend (internal IT)

2008-09-23 Thread Tobias Oetiker
Today Jean-Baptiste BRIAUD - Novlog wrote: > Hi, > > Sorry for the side question, we are seeking for our internal IT backend. > Wanted features are : > > * contact management and sharing > * contact synchronisation with PDA > * schedule management > * schedule synchronization with PDA > * remote f

[qooxdoo-devel] Drag/drop with a table rows

2008-09-23 Thread Jonas Finnemann Jensen
Hi, I'm trying to build an application with a treeview from where some items can be dragged to a list with columns, and reorganized within the list with columns... So far I've figured out that I need to use a table as "a list with columns" :) I've managed to get a a table into my application and

[qooxdoo-devel] [HS] startup backend (internal IT)

2008-09-23 Thread Jean-Baptiste BRIAUD - Novlog
Hi, Sorry for the side question, we are seeking for our internal IT backend. Wanted features are : * contact management and sharing * contact synchronisation with PDA * schedule management * schedule synchronization with PDA * remote file system * wiki * email server : POP/IMAP with secure port *

Re: [qooxdoo-devel] Selenium IDE error

2008-09-23 Thread Hugh Gibson
Very interesting. So what is being added to the array in this instance, or arrays in general, which is causing the problem? You can run with Firebug active. Change the code to put a try/catch block around the array.join call in assertInArray. Set a breakpoint in the exception catching and look at

Re: [qooxdoo-devel] Table and Up/Down keys

2008-09-23 Thread Oleksiy Golovko
Derrell, sorry for the false alarm, the problem was in firebug script tab, once i disabled it - i see the old behavior is here. Thanks, Oleksiy Derrell Lipman wrote: > On Tue, Sep 23, 2008 at 9:13 AM, Oleksiy Golovko <[EMAIL PROTECTED] > > wrote: > > > T

Re: [qooxdoo-devel] qooxdoo 0.7.4 release

2008-09-23 Thread Alex Ignácio da Silva
Hi Stefan, My application consumes a lot of memory because it allocates a very large number of widgets. The critical structure is some sort of table where each element is a very complex widget with several labels and subpanels. My table has 100 of such widgets. Each one of them may be further

[qooxdoo-devel] compilation date

2008-09-23 Thread Grykar
Hi I would like to add info about project version (date). Is there way to updated the info automatically when project is building ? Then use the variable in project e.g. to show version of compilation. Thanks, Karol -- View this message in context: http://www.nabble.com/compilation-date-tp1

Re: [qooxdoo-devel] Table and Up/Down keys

2008-09-23 Thread Derrell Lipman
On Tue, Sep 23, 2008 at 9:13 AM, Oleksiy Golovko <[EMAIL PROTECTED]> wrote: > > The thing is that Table does not receive keypress events constantly > while user is holding a key (or handler is not called constantly?). I.e. > when you hold say 'Down' key, then 1-3 times it receives 'keypress' and >

Re: [qooxdoo-devel] Table and Up/Down keys

2008-09-23 Thread Oleksiy Golovko
Derrell, Thank you for the reply, but perhaps you could still help me if you're familiar with qooxdoo event system/queue. I investigated the code of Table and related classes (Pane etc.), put some debugger messages and noticed that problem might be not in Table but in the event dispatching mec

Re: [qooxdoo-devel] Table and Up/Down keys

2008-09-23 Thread Derrell Lipman
On Tue, Sep 23, 2008 at 8:07 AM, Oleksiy Golovko <[EMAIL PROTECTED]> wrote: > Currently I'm porting my application to qooxdoo 0.8. And I noticed the > strange behavior of table together with Up/Down keys (comparing to > 0.7.4). When I hold Up/Down key on the Table in 0.7.4 version => > selection g

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

2008-09-23 Thread Derrell Lipman
On Tue, Sep 23, 2008 at 8:09 AM, Oleksiy Golovko <[EMAIL PROTECTED]> wrote: > Derrell, > > Thank you very much about pointing to the API article, I should have > read it myself before asking. Btw, what about changing entire table > model? Is restriction the same (I mean persistent column count)?

Re: [qooxdoo-devel] Javascript debuging log question

2008-09-23 Thread Derrell Lipman
On Tue, Sep 23, 2008 at 6:59 AM, Jean-Baptiste BRIAUD - Novlog < [EMAIL PROTECTED]> wrote: > Hi, > > I simply used the debug function on a object. >var e = ... >this.debug(e); > > Here is the result : > [object Object],[object Object] > > What does that mean, I'm lost ? > Is it an

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

2008-09-23 Thread Derrell Lipman
On Tue, Sep 23, 2008 at 3:13 AM, Hugh Gibson <[EMAIL PROTECTED]> wrote: > > I am more concerned about TreeVirtual which presumably uses the array > data model rather than map. Some time back you said that it would be easy > to switch > (http://www.mail-archive.com/qooxdoo-devel@lists.sourceforge.n

Re: [qooxdoo-devel] Remote Table Model

2008-09-23 Thread Derrell Lipman
On Tue, Sep 23, 2008 at 3:13 AM, Hugh Gibson <[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 > > d

Re: [qooxdoo-devel] Table and Up/Down keys

2008-09-23 Thread Oleksiy Golovko
Additional information: This behavior doesn't appear always, in 30%-40% of cases it works as expected, browser: firefox 3 on linux. Oleksiy Golovko wrote: > Hi, > > Currently I'm porting my application to qooxdoo 0.8. And I noticed the > strange behavior of table together with Up/Down keys (co

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

2008-09-23 Thread Oleksiy Golovko
Derrell, Thank you very much about pointing to the API article, I should have read it myself before asking. Btw, what about changing entire table model? Is restriction the same (I mean persistent column count)? Thanks, Oleksiy > On Mon, Sep 22, 2008 at 3:05 PM, Oleksiy Golovko <[EMAIL

[qooxdoo-devel] Table and Up/Down keys

2008-09-23 Thread Oleksiy Golovko
Hi, Currently I'm porting my application to qooxdoo 0.8. And I noticed the strange behavior of table together with Up/Down keys (comparing to 0.7.4). When I hold Up/Down key on the Table in 0.7.4 version => selection gets moved even before I release the key, in 0.8 you have to release key and

Re: [qooxdoo-devel] Javascript debuging log question

2008-09-23 Thread Philippe Poulard
Jean-Baptiste BRIAUD - Novlog a écrit : > Hi, > > I simply used the debug function on a object. > var e = ... > this.debug(e); > > Here is the result : > [object Object],[object Object] > > What does that mean, I'm lost ? > Is it an array, a map, ... ? > > Is there some introspectio

[qooxdoo-devel] Javascript debuging log question

2008-09-23 Thread Jean-Baptiste BRIAUD - Novlog
Hi, I simply used the debug function on a object. var e = ... this.debug(e); Here is the result : [object Object],[object Object] What does that mean, I'm lost ? Is it an array, a map, ... ? Is there some introspection function I could use to know more about that variable ? T

[qooxdoo-devel] 0.8 migration problems + logging in 0.8 + "skeleton app" in trunk

2008-09-23 Thread Gaetan de Menten
Hi all, I've finally started to port my code to 0.8. So far, the result is not good... I've followed the migration guide at: http://qooxdoo.org/documentation/0.8/migration_guide_from_07 Up to checkpoint 1, it works fine with 0.8 (but *not* with trunk -- see below), - then the migration job/scri

Re: [qooxdoo-devel] qooxdoo on mobile devices

2008-09-23 Thread Helder Magalhães
kkaal wrote: > > are there any experiences with qooxdoo and mobile devices? > I mean, are browsers on md capable of processing all the javascript code? > Actually, I had though of it a while ago, but was waiting for some availability to make a post containing some proposals and/or further in

Re: [qooxdoo-devel] chat in qooxdoo

2008-09-23 Thread Siarhei Barysiuk
Hello Torsten, On Tue, Sep 23, 2008 at 12:10 AM, westor <[EMAIL PROTECTED]> wrote: > > 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. If you have not many users, server polling shoul

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

2008-09-23 Thread Philippe Poulard
Alexander Back a écrit : > Hi Phillipe, > > for your information: the default behaviour of Firefox (at least version > 3) is to let the application take control of the contextmenu. So > preventing the native contextmenu from appearing and showing the own > application context menu should work f

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

2008-09-23 Thread Alexander Back
Hi Phillipe, for your information: the default behaviour of Firefox (at least version 3) is to let the application take control of the contextmenu. So preventing the native contextmenu from appearing and showing the own application context menu should work for most people as they stick with th

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

2008-09-23 Thread Hugh Gibson
> 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 hea

Re: [qooxdoo-devel] Remote Table Model

2008-09-23 Thread Hugh Gibson
> Actually, I hadn't changed anything from a map to an array; I had > just changed which "index" (property of the map) was used to > reference the map. I changed it from the string ID to the column > number. However, I now see that the data provided to the Remote > data model is intended to be di

Re: [qooxdoo-devel] Remote Table Model

2008-09-23 Thread Hugh Gibson
> > 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() is called by the application. The problem I > described, howev

Re: [qooxdoo-devel] Tree and selection

2008-09-23 Thread Alexander Back
Hi Petr, Petr Kobalíček wrote: > 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) H