Re: [qooxdoo-devel] How to use Google Map API V3 on QooXdoo?

2011-12-09 Thread Cherrot
Thank you! I make it now :) > Hi Cherrot, > > take a look here: > > http://demo.qooxdoo.org/current/demobrowser/#showcase~Maps.html > > You can toggle the HTML/JS Code and learn from it. > > Also, you may want to read this thread which talks about the correct use of > qx.html.Element#getDomElem

Re: [qooxdoo-devel] How do you implement an animated image displayed while an App loads?

2011-12-09 Thread thron7
Again, the Feedreader code has several occasions where this appears, e.g. in the tree structure or the list of postings. T. > Okay that is simple enough. What is normally done if there is an Ajax > request in your application that may take some time to complete and you > want to indicate to the

Re: [qooxdoo-devel] How do you implement an animated image displayed while an App loads?

2011-12-09 Thread Simon White
Okay that is simple enough. What is normally done if there is an Ajax request in your application that may take some time to complete and you want to indicate to the user that the process is taking place? Simon On 09/12/2011 2:16 PM, Tino Butz wrote: > Hi Simon, > > Have a look into the feedr

Re: [qooxdoo-devel] Is this an error in the Manual?

2011-12-09 Thread Simon White
Hi I can see the entire message in my news reader (Thunderbird). Simon On 09/12/2011 2:20 PM, Tino Butz wrote: > Hi. > > I am not sure if this is a problem of my mobile connection, but your mail > seems to contain no body. > > Best regards, > Tino >

[qooxdoo-devel] How do I fix this Uncaught TypeError?

2011-12-09 Thread Simon White
Hi I get an error message "Uncaught TypeError: Cannot call method 'charCodeAt' of undefined" in the removeListenerById function. If I remove the second converter from the second binding I do not get the error. What I am trying do is take data from a database where the dates are stored as stri

Re: [qooxdoo-devel] Release of new qxe widget: DocumentViewer

2011-12-09 Thread Tino Butz
Hi Stefan, I think you have a good point that the contribution system should be improved. We already had a discussion about that as well. But I don't think this problem will be solved by a full time supporter. We have plans to introduce a central register to add contributions (you can think of

Re: [qooxdoo-devel] Qxoo + Gnome development

2011-12-09 Thread Tino Butz
Hi, I am sure qx-oo can be used in any JavaScript Runtime. Please let us know, if you had any success. Thanks! Tino Am 09.12.2011 um 10:23 schrieb omrihar: Hi All, I haven't tried yet really to do gnome 3 development (or gnome 2 for that matter), but I do know that it is possible to write app

Re: [qooxdoo-devel] Is this an error in the Manual?

2011-12-09 Thread Tino Butz
Hi. I am not sure if this is a problem of my mobile connection, but your mail seems to contain no body. Best regards, Tino -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to s

Re: [qooxdoo-devel] How do you implement an animated image displayed while an App loads?

2011-12-09 Thread Tino Butz
Hi Simon, Have a look into the feedreader demo application. /application/feedreader/source/index.html We just add a rotating image into the index.html. That is all. The rest is qooxdoo doing for you, as it overrides the body content. Best regards, Tino Am 09.12.2011 um 18:05 schrieb Simon Wh

[qooxdoo-devel] Is this an error in the Manual?

2011-12-09 Thread Simon White
Hi Why does the QooxDoo manual in the Data Binding topic say : "In some cases in the framework, there is only a change event and no property. For that case, you can bind a data event to a property. One common case is the TextField widget, which does not have a property containing the value of

[qooxdoo-devel] How do you implement an animated image displayed while an App loads?

2011-12-09 Thread Simon White
Hi When my application is loading I would like to display an rotating image or progress bar instead of just looking at a blank browser window. However, I am not sure of the normal terminology for this widget and thus not sure where to look in the documentation for how to implement such a featu

Re: [qooxdoo-devel] Issues upgrading to 1.6

2011-12-09 Thread thron7
On 12/09/2011 12:25 PM, Silas Parker wrote: > >> Well, people have very mixed feelings about the amout of info logging. >> But in case of an error, there should be definitely a print out of the >> file name and line number. > An option to disable the spinner would be useful as the logs from our >

Re: [qooxdoo-devel] Issues upgrading to 1.6

2011-12-09 Thread Silas Parker
On 9 December 2011 10:58, thron7 wrote: > > > On 12/09/2011 11:28 AM, Silas Parker wrote: >> Hi All, >> >> I'm very pleased to see the new version of Qooxdoo, it looks like it >> has some great new features. >> >> I had a problem which I've solved with the generator I thought I >> should let peopl

Re: [qooxdoo-devel] Issues upgrading to 1.6

2011-12-09 Thread thron7
On 12/09/2011 11:28 AM, Silas Parker wrote: > Hi All, > > I'm very pleased to see the new version of Qooxdoo, it looks like it > has some great new features. > > I had a problem which I've solved with the generator I thought I > should let people know about, but I'm also getting another generator

Re: [qooxdoo-devel] Qxoo + Gnome development

2011-12-09 Thread Phyo Arkar
check out komodo-edit the way they develop an IDE using python + XULrunner + javascript and it works superb. currently easier way is to use xulrunner as chrome-native can only code in C - (citation needed ) On Fri, Dec 9, 2011 at 4:49 PM, omrihar wrote: > Yea, I'm thinking along these lines...

[qooxdoo-devel] Issues upgrading to 1.6

2011-12-09 Thread Silas Parker
Hi All, I'm very pleased to see the new version of Qooxdoo, it looks like it has some great new features. I had a problem which I've solved with the generator I thought I should let people know about, but I'm also getting another generator warning I'm not sure about. The generator had been thro

Re: [qooxdoo-devel] Qxoo + Gnome development

2011-12-09 Thread omrihar
Yea, I'm thinking along these lines... My question arose since I want to develop a standalone application and since I'm using Qooxdoo a lot these days, I thought it could be nice to use the classes/property system/data binding/etc.. features of QX which make programming easier while developing th

Re: [qooxdoo-devel] Release of new qxe widget: DocumentViewer

2011-12-09 Thread Phyo Arkar
Hello Zaucker I saw that Stefans intentions are not hostile to this community, I do not know in the past due to that i am new to this community. And I believe even if his suggestions are bad for you i believe that he have no intension to do any harm, as i saw him (or his team) releasing contributi

Re: [qooxdoo-devel] Qxoo + Gnome development

2011-12-09 Thread Phyo Arkar
So to use all features of both (Qooxdoo + GTK) we'll need to rewrite a qooxdoo for gtk right? gqxoodoo may be , qooxdoo without neeed for DOM , and uses gtk widgets instead. interesting , with that we can easily port qooxdoo web apps into local app without need of XUL/Native Chrome/Browser and pe

Re: [qooxdoo-devel] Qxoo + Gnome development

2011-12-09 Thread omrihar
As far as I understand it, Qxoo gives you the Object-Orientation layer of Qooxdoo which can work without a DOM, outside a browser (run from Node.js or Rhino for example). About gnome-3 development, I guess what I meant to say is that perhaps using GTK+3 with Javascript bindings which are provided

Re: [qooxdoo-devel] Qxoo + Gnome development

2011-12-09 Thread Phyo Arkar
QX Will need DOM , would this work? and gnome3 would need whole gnomedesktop right? wont be portable across systems for that. u mean gtk3? On Fri, Dec 9, 2011 at 3:53 PM, omrihar wrote: > Hi All, > > I haven't tried yet really to do gnome 3 development (or gnome 2 for that > matter), but I do k

[qooxdoo-devel] Qxoo + Gnome development

2011-12-09 Thread omrihar
Hi All, I haven't tried yet really to do gnome 3 development (or gnome 2 for that matter), but I do know that it is possible to write applications for Gnome 3 using JavaScript. This naturally led me to wonder if anyone has tried to use the wonderful features of the Qooxdoo OO with GObject based de

[qooxdoo-devel] Huston We've got a problem! ( Web2py templating == qooxdoo 1.6 templating !)

2011-12-09 Thread Phyo Arkar
Hello to both qooxdoo and web2py developers! Check this out : http://demo.qooxdoo.org/1.6/apiviewer/#qx.bom.Template Qooxdoo now got a js templating system called mustache JS http://mustache.github.com/ here is the syntax: