[qooxdoo-devel] document Element

2008-09-19 Thread Lucas Oliveira
Hi everybody... here I'm again... more one question... How I can get the document element of the page ??? I'm needing to use the 'document.getElementById("something")' inside my Inline... I'm working with google maps... so I need to put the map inside a div... and after put some Scrolls inside

Re: [qooxdoo-devel] Remote Table Model

2008-09-19 Thread Derrell Lipman
On Fri, Sep 19, 2008 at 2:35 AM, salman farci <[EMAIL PROTECTED]> wrote: > Hi, > > Its been a hardtime for me to get done with atleast a simple "remote > table model" working. After extending Remote class and implementing > _loadRowCount() and _loadRowData(), it returns an error saying > "_loadRow

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

2008-09-19 Thread Alexander Back
Hi Kuzmeech, Kuzmeech wrote: > Hello and thank you for the answers, > >>> Building on cygwin Python 2.5.1 (r251:54863) >> Maybe a native Python installation is a bit faster? > Native Python is about the same. Build version of Demo compiled in 38 > minutes. To speed things up you can generate th

Re: [qooxdoo-devel] Problems with demo...

2008-09-19 Thread Alexander Back
Hi Hugh, thanks for the report. See my comments below. Hugh Gibson wrote: > Quite apart from the lack of any description with the demos (see > http://bugzilla.qooxdoo.org/show_bug.cgi?id=501 ) I found some problems > with http://demo.qooxdoo.org/current/demobrowser/ . I'm not sure if these > hav

Re: [qooxdoo-devel] qooxdoo on mobile devices

2008-09-19 Thread Jean-Baptiste BRIAUD - Novlog
Hi, I guess its more a question of design using qooXdoo than limitations of qooXdoo itself. In other words, if you keep the GUI simple is should be OK. On iPhone for example, there is size limit for the javascript file size and also for the memory to use. Whatever tech you used (except Flas

[qooxdoo-devel] qooxdoo on mobile devices

2008-09-19 Thread Klaus-F. Kaal
Hi, are there any experiences with qooxdoo and mobile devices? I mean, are browsers on md capable of processing all the _javascript_ code? Thanks Klaus --   Klaus-F. Kaal Geschäftsführer   TIMOlogic GmbH Singener Str. 42d D-78256 Steisslingen   phone +49 7738 97096 fax +49 7738 97094

Re: [qooxdoo-devel] Problem with pooled ScriptLoader-Instances

2008-09-19 Thread Alexander Back
Hi Heiko, Heiko Stübner wrote: > Hi, > > My application loads additional components with the qx.io2.ScriptLoader. > During the first load-cycle when qx.io2.ScriptLoader.get() creates a new > instance they work as expected. > > After they finish the loading of the file I try put the instances b

Re: [qooxdoo-devel] Editable label in a tree

2008-09-19 Thread Alexander Back
Hi Phillipe, Philippe Poulard wrote: > hi, > > I have a tree and instead of setting labels on folders, I add widgets, > actually a stack with 2 items: > -a label > -a text field > > When the label is clicked, the stack is moved to the text field to allow > the user to edit it > > Unfortunatel

Re: [qooxdoo-devel] _getChildControl & _createChildControlImpl problem

2008-09-19 Thread Oleksiy Golovko
Hi Alexander, > Can you explain why do you need this? The child controls are internal > parts of a widget and are for good reasons private class members. Well, actually no objective reasons, but the overall approach looks really neat due to following abilities it provides: - it allows to separa

Re: [qooxdoo-devel] "qooxdoo-commit" mailinglist down

2008-09-19 Thread Hugh Gibson
> We would like to inform you that the mailing list responsible for > sending SVN commit information e-mails > ([EMAIL PROTECTED]) is down. > > Some e-mails could not be delivered. When you say "down" - do you mean not working at all? Or just that there are missing emails? I've noticed that for a

Re: [qooxdoo-devel] Selenium IDE error

2008-09-19 Thread Hugh Gibson
Looking at the code in qx.core.Assert at line 333 shows some strange formatting which might actually break Javascript rules. Perhaps an automatic semicolon is being inserted after the end of the line above. The line is: "The value '" + value + "' must have any of the values defined in the array '

Re: [qooxdoo-devel] tracking down memory leaks in tables

2008-09-19 Thread Hugh Gibson
> My application displays tables based on database information. > Columns count and style varies. It creates table and old references > to previous tables are removed. > > However I notice growing amount of objects below - each time table > is re-rendered FireFox allocates couple more megabytes