Re: [qooxdoo-devel] Event handling doc

2006-02-22 Thread Hugh Gibson
> > Perhaps a meta-document, giving guidance on how to find this sort > > of information? I can't write the meta-document, but once it is written I could perhaps do some work on the application of it. Hugh --- This SF.Net email is sponsored

Re: [qooxdoo-devel] Event handling doc

2006-02-22 Thread Sebastian Werner
Hugh Gibson schrieb: It sounds so easy from your point of view. I have just no time for this. Perhaps a meta-document, giving guidance on how to find this sort of information? How difficult would it be to automate generation of it? (I know Python well...) That's great. Any interest to cont

Re: [qooxdoo-devel] Event handling doc

2006-02-22 Thread Hugh Gibson
> It sounds so easy from your point of view. I have just no time for > this. Perhaps a meta-document, giving guidance on how to find this sort of information? How difficult would it be to automate generation of it? (I know Python well...) The automatic document generation is great, but the in

RE: [qooxdoo-devel] Event handling doc

2006-02-22 Thread Laurent Donstetter
évrier 2006 15:24 À : qooxdoo-devel@lists.sourceforge.net Objet : Re: [qooxdoo-devel] Event handling doc Hugh Gibson schrieb: >> It's difficult for people to help when there isn't an easy way to do >> it (just keeping that wiki on your radar ;-) ) >> >> This is ideally gener

Re: [qooxdoo-devel] Event handling doc

2006-02-22 Thread Sebastian Werner
Hugh Gibson schrieb: It's difficult for people to help when there isn't an easy way to do it (just keeping that wiki on your radar ;-) ) This is ideally generated automatically from comments/code in each class. If it has to be comments, that makes it easier if someone is browsing the code.

Re: [qooxdoo-devel] Event handling doc

2006-02-22 Thread Hugh Gibson
> It's difficult for people to help when there isn't an easy way to do > it (just keeping that wiki on your radar ;-) ) > > This is ideally generated automatically from comments/code in each > class. If it has to be comments, that makes it easier if someone is > browsing the code. > > You're t

Re: [qooxdoo-devel] Event handling doc

2006-02-21 Thread Sebastian Werner
a()); }); }; -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Sebastian Werner Envoyé : mardi 21 février 2006 14:05 À : qooxdoo-devel@lists.sourceforge.net Objet : Re: [qooxdoo-devel] Event handling doc Laurent Donstetter schrieb: Thank

Re: [qooxdoo-devel] Event handling doc

2006-02-21 Thread Hugh Gibson
> > I know this would be much work but an event reference for each widget > > would be very helpful for newbies like me. > > Yes this is true. We really need one. Any help is really appreciated in > this area. qooxdoo is just another open source product with the typical > problems ;) It's diff

RE: [qooxdoo-devel] Event handling doc

2006-02-21 Thread Laurent Donstetter
alert("Value: " + e.getData()); }); }; -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Sebastian Werner Envoyé : mardi 21 février 2006 14:05 À : qooxdoo-devel@lists.sourceforge.net Objet : Re: [qooxdoo-devel] Event handling doc Laurent Donste

Re: [qooxdoo-devel] Event handling doc

2006-02-21 Thread Sebastian Werner
de Sebastian Werner Envoyé : mardi 21 février 2006 10:53 À : qooxdoo-devel@lists.sourceforge.net Objet : Re: [qooxdoo-devel] Event handling doc Laurent Donstetter schrieb: Hi all, Are there any documentation or examples about event handling, list of available event for each class... ?

RE: [qooxdoo-devel] Event handling doc

2006-02-21 Thread Laurent Donstetter
la part de Sebastian Werner Envoyé : mardi 21 février 2006 10:53 À : qooxdoo-devel@lists.sourceforge.net Objet : Re: [qooxdoo-devel] Event handling doc Laurent Donstetter schrieb: > Hi all, > > Are there any documentation or examples about event handling, list of > available event for e

Re: [qooxdoo-devel] Event handling doc

2006-02-21 Thread Sebastian Werner
Laurent Donstetter schrieb: Hi all, Are there any documentation or examples about event handling, list of available event for each class... ? Basically I want a QSTextField to accept only int values, ie checking that only numbers are being typed in and that there is no overflow. Is there a

[qooxdoo-devel] Event handling doc

2006-02-21 Thread Laurent Donstetter
Hi all,   Are there any documentation or examples about event handling, list of available event for each class... ?   Basically I want a QSTextField to accept only int values, ie checking that only numbers are being typed in and that there is no overflow. Is there anything built-in to handl