Re: [qooxdoo-devel] Generator Bug Hunting Day (BHD)

2008-12-28 Thread Ralf Nieuwenhuijsen
Here's an interesting one with 0.8.2-pre but I suspect it applies everywhere. I had a member like: someName:function(){ var qx = .. } Interestingly enough I didn't use the qx namespace within that function, so it worked fine in the source version. But it made the build version bark. It was s

Re: [qooxdoo-devel] Internationalization not working

2008-12-28 Thread Ralf Nieuwenhuijsen
2008/12/29 Ralf Nieuwenhuijsen : > 2008/12/16 thron7 : >> >> >> Amit Rana wrote: >>> yes, we can edit the files but have to repeat the same code of calling >>> function call tr() in all my files. Anyways, i got the point. >>> >> >> Well, you might want to open a bug that these tr() errors might be

Re: [qooxdoo-devel] Internationalization not working

2008-12-28 Thread Ralf Nieuwenhuijsen
2008/12/16 thron7 : > > > Amit Rana wrote: >> yes, we can edit the files but have to repeat the same code of calling >> function call tr() in all my files. Anyways, i got the point. >> > > Well, you might want to open a bug that these tr() errors might be > turned into warnings, so the generation p

Re: [qooxdoo-devel] Support Options for Qooxdoo

2008-12-28 Thread Kenny Tilton
thron7 wrote: >>Hi, >> >>I really like Qooxdoo so far, but need pretty fast & reliable tech support >>for me and my team to have maximum productivity. >> >>Does Qooxdoo and/or 1 & 1 offer enhanced support? > > > Hi Andre, > > no, I'm afraid as it stands neither the core team nor 1&1 offer commer

Re: [qooxdoo-devel] Support Options for Qooxdoo

2008-12-28 Thread Ralf Nieuwenhuijsen
Just to butt into this thread. The company I work for would consider a support contract if it would be available. But I don't know what people expect from support contracts (never used them myself). The support you get here on the mailing list is already 1-weekday reply. I guess what we would pay

Re: [qooxdoo-devel] Support Options for Qooxdoo

2008-12-28 Thread Matthew Gregory
Hi Andre, Welcome to the wonderful wourld of qx. A few people where I work were a little concerned when we made the switch to qx for exactly that reason. Although since we've started making use of the mailing list, I've found that the support from the community is just as good as - if not better

Re: [qooxdoo-devel] qx.io is undefined

2008-12-28 Thread thron7
> I use a new class, suppose qx.io.remote.Request("url") in my source. > The I run ./generate build, and check the index.html page in the build > directory, the error console in firefox says "qx.io undefined" > on repeated running ./generate source and ./generate build > both the source directory

Re: [qooxdoo-devel] Support Options for Qooxdoo

2008-12-28 Thread thron7
> > Hi, > > I really like Qooxdoo so far, but need pretty fast & reliable tech support > for me and my team to have maximum productivity. > > Does Qooxdoo and/or 1 & 1 offer enhanced support? Hi Andre, no, I'm afraid as it stands neither the core team nor 1&1 offer commercial support for qooxdoo,

Re: [qooxdoo-devel] generating ids in qx08

2008-12-28 Thread thron7
> here it is > http://qooxdoo.org/documentation/0.8/snippets#finding_out_which_qooxdoo_widget_generated_a_given_dom_element > great, thanks for making the effort. > On Fri, Dec 26, 2008 at 12:18 AM, thron7 > wrote: > >> Hi Andy, >> >> nice work! Would you care putting it up on the wiki?! >> >> Th

Re: [qooxdoo-devel] generating ids in qx08

2008-12-28 Thread Andy Worms
here it is http://qooxdoo.org/documentation/0.8/snippets#finding_out_which_qooxdoo_widget_generated_a_given_dom_element On Fri, Dec 26, 2008 at 12:18 AM, thron7 wrote: > Hi Andy, > > nice work! Would you care putting it up on the wiki?! > > Thomas > > > > thanks again, Thomas. > > > > So if someo