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
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
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
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
>
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
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
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
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
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
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
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
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
>
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
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
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...
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
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
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
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
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
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
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
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: