[qooxdoo-devel] soap client v0.3-beta

2009-05-11 Thread Burak Arslan
all, a more stable release of soap client is out. it uses the new xml api from 0.8.3-pre bug 2369 (thanks for the lightning-fast fix daniel) this time, i could use some feedback -- it seems to work in my (rather limited number of) test cases. another detail is that the library is now mostly re

Re: [qooxdoo-devel] Qooxdoo integration

2009-05-11 Thread Vincent Vandenschrick
Oops... Thanks for pointing me to this page. I had missed it. Vincent Andreas Ecker a écrit : > Hi Vincent! > > >> Have you ever tried using Jython to launch the qooxdoo build scripts ? >> It would help to get rid of the python installation on the build >> machine. >> > > When I tried Jyt

Re: [qooxdoo-devel] Getting started ... 2 questions

2009-05-11 Thread thron7
> hi all, > > I'm completely new to qooxdoo. Welcome Poc, hope you enjoy qooxdoo. Take your time for the initial period, even if you find things a bit challenging. You will probably find it also worthwhile, once you're "into qooxdoo" :). > I started up with the "beginner-tutorial" > "http://qooxd

Re: [qooxdoo-devel] Getting started ... 2 questions

2009-05-11 Thread Fritz Zaucker
Hi Ingrid, On Mon, 11 May 2009, Ingrid Lohmann wrote: > I'm completely new to qooxdoo. welcome. > I started up with the "beginner-tutorial" > "http://qooxdoo.org/documentation/0.8/helloworld";. Everything worked > fine... > > for instance my first app so to speak, which has the following local

Re: [qooxdoo-devel] Line length of qx.loader array in generated .js file

2009-05-11 Thread mshillin
thron7-2 wrote: > >> >> The length of the qx.$$loader.uris line is causing problems in my >> development >> environment. >> >> This line can be extremely long. >> >> Sometimes it will cause Firefox/Firebug to hang > > I never heard of that. How many classes are included in the build? > 700+

Re: [qooxdoo-devel] Line length of qx.loader array in generated .js file

2009-05-11 Thread thron7
> > The length of the qx.$$loader.uris line is causing problems in my > development > environment. > > This line can be extremely long. > > Sometimes it will cause Firefox/Firebug to hang I never heard of that. How many classes are included in the build? > > I cannot check the file into source co

Re: [qooxdoo-devel] Trunk: MMultiSelectionHandling.js contains invalid chars

2009-05-11 Thread mshillin
I am on windows - I deleted the file and updated via svn again and everything seems fine - the character sequence is still in the file. Unfortunately the bad version of the file was overwritten by the update - sorry didn't think to save a copy so I cannot get you a stack trace. I suspect th

Re: [qooxdoo-devel] Qooxdoo integration

2009-05-11 Thread Andreas Ecker
Hi Vincent! > Have you ever tried using Jython to launch the qooxdoo build scripts ? > It would help to get rid of the python installation on the build > machine. When I tried Jython 2.5b0 a while time ago, I had quite some success (but never really tried to use it on a daily basis). Since the ne

Re: [qooxdoo-devel] Trunk: MMultiSelectionHandling.js contains invalid chars

2009-05-11 Thread thron7
Mike, mshillin wrote: > The latest version of qx.ui.core.MMultiSelectionHandling.js contains invalid > chararcters at the start of the file. > Well, not quite invalid ... it's the UTF-8 BOM (byte-order marker). Generally, that's perfectly legal for an utf-8 encoded file and everything runs s

Re: [qooxdoo-devel] "there is no event handler"

2009-05-11 Thread thron7
> It would be easy enough to declare the event, but I am wondering why it > works with or without the declaration. > inheritance?! t. -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your prod

Re: [qooxdoo-devel] Qooxdoo integration

2009-05-11 Thread Vincent Vandenschrick
Thanks for the hints Michael. Have you ever tried using Jython to launch the qooxdoo build scripts ? It would help to get rid of the python installation on the build machine. Vincent 2009/5/8, Michael Hartmeier : > Hi, > > in qwt (which is built with maven), I have a "qooxdoo" maven module that >

[qooxdoo-devel] Line length of qx.loader array in generated .js file

2009-05-11 Thread mshillin
The length of the qx.$$loader.uris line is causing problems in my development environment. This line can be extremely long. Sometimes it will cause Firefox/Firebug to hang I cannot check the file into source control (Clearcase thinks that something with 47k characters on a line is a binary fil

[qooxdoo-devel] Getting started ... 2 questions

2009-05-11 Thread Ingrid Lohmann
hi all, I'm completely new to qooxdoo. I started up with the "beginner-tutorial" "http://qooxdoo.org/documentation/0.8/helloworld";. Everything worked fine... for instance my first app so to speak, which has the following local path: "file:///var/www/qooxdoo/custom/source/index.html" functions l

[qooxdoo-devel] Trunk: MMultiSelectionHandling.js contains invalid chars

2009-05-11 Thread mshillin
The latest version of qx.ui.core.MMultiSelectionHandling.js contains invalid chararcters at the start of the file. Causes a runtime error when initializing qx.ui.form.List in this mornings SVN update. If you remove the characters and recompile - all is working - Mike -- View this message in co

Re: [qooxdoo-devel] "there is no event handler"

2009-05-11 Thread tsmiller
Michael, Martin I have been firing events and have not been declaring them in the class section as Martin suggested and they work fine. in the following, 'this' refers to my fieldChooser widget where I fire the event if ( value != this.getFieldValue() ) {

Re: [qooxdoo-devel] "there is no event handler"

2009-05-11 Thread Martin Wittemann
Hello Michael, i guess you missed the declaration of the events in the class section. As you can see in most of the framework classes like qx.ui.basic.Label there is an additional section called events on the level of the members and properties. There you have to define your events. even

Re: [qooxdoo-devel] Best way to filter a tree?

2009-05-11 Thread Martin Wittemann
Hello Andrew, as you have seen right, this features is still missing in the tree controller. We had no time left in my master thesis to get that done. But I have it on my todo list to get it done before the data binding is final. But as fabian said, you can open a bug report and assigne it t

Re: [qooxdoo-devel] soap client v0.2-alpha

2009-05-11 Thread Burak Arslan
Thomas Herchenröder wrote: > burak, i saw there is no entry and homepage for the soap client under > http://qooxdoo.org/contrib/project. any plans to add initial information? > okay, i added some info for both jsqt and soap. thanks burak ---

Re: [qooxdoo-devel] xml processing

2009-05-11 Thread Burak Arslan
Daniel Wagner wrote: > Hi Burak, > > thank you for the detailed analysis. If I understand correctly, we would > have to add a third parameter to xml.Element.selectSingleNode and > selectNodes that would be a map of namespace prefixes and their URIs > that would be used to create a custom nsResol

Re: [qooxdoo-devel] soap client v0.2-alpha

2009-05-11 Thread Andreas Ecker
Hi Burak, great to see you improving your soap client. > burak, i saw there is no entry and homepage for the soap client under > http://qooxdoo.org/contrib/project. any plans to add initial information? As Thomas noticed, there's indeed info missing about this contribution. I'll contact you lat

[qooxdoo-devel] "there is no event handler"

2009-05-11 Thread Michael Ochs
Hi, I'm trying to monitor my data model from some listeners. But when I try to add a listener like this: entry.addListener("dataChanged", this.entryUpdated, this); entry.addListener("dataRemoved", function(e) { //entry asked for remove from list

Re: [qooxdoo-devel] xml processing

2009-05-11 Thread Daniel Wagner
Hi Burak, thank you for the detailed analysis. If I understand correctly, we would have to add a third parameter to xml.Element.selectSingleNode and selectNodes that would be a map of namespace prefixes and their URIs that would be used to create a custom nsResolver for Mozilla or set the Sele

Re: [qooxdoo-devel] soap client v0.2-alpha

2009-05-11 Thread Thomas Herchenröder
great! for people not in the know, you can look at this contrib project under http://qooxdoo-contrib.svn.sourceforge.net/viewvc/qooxdoo-contrib/trunk/qooxdoo-contrib/Soap/0.2-alpha/ burak, i saw there is no entry and homepage for the soap client under http://qooxdoo.org/contrib/project. any pla

Re: [qooxdoo-devel] Again rpc call 'this'

2009-05-11 Thread Michael Ochs
Thanks a lot! That helped. Sorry for the late answer. I'm at the office only once a week. Thanks for your help, Michael Am 04.05.2009 um 17:53 schrieb Derrell Lipman: On Mon, May 4, 2009 at 11:41 AM, Michael Ochs wrote: I call the callback() function from rpc.callAsync(this.callback, "me