Re: [qooxdoo-devel] reference objects outside handler

2009-10-23 Thread Petr Kobalíček
Hi, you can rewrite it to: this._yourButton.addListener("execute", this._onExecute, this); and in your class you should create _onExecute member function: _onExecute: function(ev) { // do something useful... } or you can of course pass this to inline event handler: this._your

Re: [qooxdoo-devel] unexpected behavior when using qooxdoo json-rpc and web2py, cross domain issues

2009-10-23 Thread Gene Amtower
Don, You sounded confused by the results of your testing, and I was trying to show you where there is correlation between your test results and the Qooxdoo RPC framework. It sounds like you still don't agree that there is some order to your results - that somehow the behavior is still unexpected.

Re: [qooxdoo-devel] unexpected behavior when using qooxdoo json-rpc and web2py, cross domain issues

2009-10-23 Thread Don Lee
First let me say thank you for your response to my question. I will reply to each section. On Fri, Oct 23, 2009 at 7:39 PM, Gene Amtower wrote: > Don, > > First, I think there's a misunderstanding about what crossDomain means - it > does not refer to a "domain" in the sense of a domain name or n

[qooxdoo-devel] reference objects outside handler

2009-10-23 Thread JB
OK, what is the typical way people manipulate objects from an event handler. This is another thing that is driving me crazy. I have the event handlers working but they can never do anything useful because everything they need to access is not available from within the handler. This makes it

Re: [qooxdoo-devel] YAC (Yet another contribution): RpcConsole

2009-10-23 Thread panyasan
thron7-2 wrote: > > Well done, Christian :). It always takes somebody to break the ice. > >> for the moment, but more functionality is to come - please let me know >> what >> you would like to see implemented. > The one thing that I'd like to request is the ability to serialize the > elements

Re: [qooxdoo-devel] unexpected behavior when using qooxdoo json-rpc and web2py, cross domain issues

2009-10-23 Thread Gene Amtower
Don, First, I think there's a misunderstanding about what crossDomain means - it does not refer to a "domain" in the sense of a domain name or network domain. It is just used here to refer to a request to a different RPC URL than the source page that makes the RPC request. Since you mentioned th

[qooxdoo-devel] qx.util.Serializer.toJson() Bug?

2009-10-23 Thread panyasan
Please test the following in the Playground: var data = { foo : "foo", bar : "bar", goo : {} }; var model = qx.data.marshal.Json.createModel(data); this.info( qx.util.Serializer.toJson( model) ); model.setGoo({ mi: "moo", la: "lili" }); this.info( qx.util.Serializer.toJson( model) ); htt

Re: [qooxdoo-devel] HtmlArea and users

2009-10-23 Thread tsmiller
Fritz, I think that moving the validation further up the line from the HtmlArea itself, possibly using something like Tidy may very well be the only realistic solution. However, I dislike this for four reasons. First, it forces you as a developer to always know where the information is coming

Re: [qooxdoo-devel] HtmlArea and users

2009-10-23 Thread Fritz Zaucker
Wouldn't it make sense to clean-up the HTML upload file on the server side e.g. with Tidy (http://tidy.sourceforge.net)? That seems a lot more doable starting point than trying to do that inside a JS widget (especially, if the HTML-file is of any substantial size)? Cheers, Fritz On Fri, 23 Oct 2

[qooxdoo-devel] unexpected behavior when using qooxdoo json-rpc and web2py, cross domain issues

2009-10-23 Thread Don Lee
I am using qooxdoo-0.8.3, along with web2py as my backend. My web server and client are on the same network/domain. I have observer that depending on the URL provided to the RPC object and whether I set crossDomain, I get weird behavior even when running the software from the web server itself. I

Re: [qooxdoo-devel] Novlog is one of the award-winnning 2009 from Reseau Entreprendre

2009-10-23 Thread Fritz Zaucker
Congratulations ... Fritz Zaucker Oetiker+Partner AG Aarweg 15 CH-4600 Olten +41 62 755 9903 On 23.10.2009, at 19:27, Jean-Baptiste BRIAUD -- Novlog wrote: > Hi the list ! > > I can't resist to share that information with you. > We presented yesterday afternoon our Novlog project to the board o

Re: [qooxdoo-devel] HtmlArea and users

2009-10-23 Thread tsmiller
Alex, I appreciate the work that you have done. I appreciate it even more because I think that the HtmlArea is a special case and a difficult special case at that. I do not envy you what you have to start with (the iframe) and the way that the different browsers seem to support it. Also I do no

[qooxdoo-devel] Novlog is one of the award-winnning 2009 from Reseau Entreprendre

2009-10-23 Thread Jean-Baptiste BRIAUD -- Novlog
Hi the list ! I can't resist to share that information with you. We presented yesterday afternoon our Novlog project to the board of examiners of the Reseau Entreprendre, a French private organization of entrepreneur. We were selected, so Novlog is one of the award-winnning 2009 from Reseau

Re: [qooxdoo-devel] HtmlArea and users

2009-10-23 Thread Alexander Steitz
Hi Petr, I'll take a look at these issues next week. So please be a little patient with me. This includes your mail concerning the post processing. cheers, Alex On Tuesday 20 October 2009 Petr Kobalíček wrote: > Hi Alex, > > thanks for response. I will reply here, because I have quite good >

Re: [qooxdoo-devel] HtmlArea and users

2009-10-23 Thread Alexander Steitz
Hi Petr, On Tuesday 20 October 2009 Petr Kobalíček wrote: > finally screencast about styles bug is here: > > http://kobalicek.com/data/screencast/qooxdoo-htmlarea-bug-styles.avi I've managed to take a look at it and I've already filed some bug reports. - http://bugzilla.qooxdoo.org/show_bug.cg

Re: [qooxdoo-devel] progress bar in qooxdoo?

2009-10-23 Thread panyasan
thron7-2 wrote: > > John Spackman did the initial 0.8 porting in the 0.8-pre branch of the > contrib. You've discovered that meanwhile, also learning that it is > always good to *check* a contrib before including its trunk version in > your own app :-) . > > As a first step, I suggest you o

Re: [qooxdoo-devel] [qooxdoo-commit] SF.net SVN: qooxdoo:[20405] trunk/qooxdoo/framework/source/class/qx/ui/ window/Window.js

2009-10-23 Thread Derrell Lipman
On Fri, Oct 23, 2009 at 11:00, Fabian Jakobs wrote: > Derrell Lipman schrieb: > > On Fri, Oct 23, 2009 at 10:05, Fabian Jakobs > fabian.jak...@1und1.de>> wrote: >> >> >>I don't like the "@return {void}" lines at all. For me it is just >>redundant information and visual clutter. However I

Re: [qooxdoo-devel] [qooxdoo-commit] SF.net SVN: qooxdoo:[20405] trunk/qooxdoo/framework/source/class/qx/ui/ window/Window.js

2009-10-23 Thread Fabian Jakobs
Derrell Lipman schrieb: > On Fri, Oct 23, 2009 at 10:05, Fabian Jakobs > wrote: > > > I don't like the "@return {void}" lines at all. For me it is just > redundant information and visual clutter. However I see the point > of being able to decide whether i

Re: [qooxdoo-devel] Prevent event listener execution from hiding errors

2009-10-23 Thread Dietrich Streifert
Hi Fabian, thank you for your answer and it 'may' help. I'll remove the try..catch block and see what happens. Fabian Jakobs schrieb: Dietrich Streifert schrieb: Hello everybody, it seems that the event queues/managers/dispatchers or where the execution of the listeners happen are hidi

Re: [qooxdoo-devel] progress bar in qooxdoo?

2009-10-23 Thread thron7
John Spackman did the initial 0.8 porting in the 0.8-pre branch of the contrib. You've discovered that meanwhile, also learning that it is always good to *check* a contrib before including its trunk version in your own app :-) . As a first step, I suggest you open bugs for what you have (one f

Re: [qooxdoo-devel] Cannot pool qx.event.type.Data[f2h] because the pool is already full?

2009-10-23 Thread Jonathan Weiß
Hello Dietrich, the event pool has a size limit which can be reached in larger applications. You could set this limit to a higher value, but Fabian just removed this warning since it is not necessary (r20475). Kind regards Jonathan - Jonathan Weiß Framework Engineer http://mysterycity.de/

Re: [qooxdoo-devel] Key Tab into qx.ui.form.TextArea

2009-10-23 Thread acassarino
Hello Jonathan, thank, I found the following solution textWidget.addListener("keydown", function(e) { if(e.getKeyIdentifier() == "Tab") { var

Re: [qooxdoo-devel] Grid decorator questions

2009-10-23 Thread Fabian Jakobs
Hi Jean-Noël, > * Sometimes I have to use not the whole 8 images of the decorator. For > instance I don't want to use the top part. How can I tell Qx not to > complain at runtime about missing -tl, -t, and -tr images? Currently I > got these warning messages on the console and I really don't lik

Re: [qooxdoo-devel] progress bar in qooxdoo?

2009-10-23 Thread skar
panyasan wrote: > Hello Skar, > > the qooxdoo-contrib project is for everyone - you need to aks the qooxdoo > devs to give you commit rights, then you can do it yourself. Of course, it > is always good to ask the original author (you can find his name and e-mail > in the Manifest.js) first, but I t

Re: [qooxdoo-devel] Prevent event listener execution from hiding errors

2009-10-23 Thread Fabian Jakobs
Dietrich Streifert schrieb: > Hello everybody, > > it seems that the event queues/managers/dispatchers or where the > execution of the listeners happen are hiding errors in the listener > functions. > > Is there any way to avoid this? > > During development I usualy want to see every error occuri

[qooxdoo-devel] Cannot pool qx.event.type.Data[f2h] because the pool is already full?

2009-10-23 Thread Dietrich Streifert
Hello Everybody, while migrating from 0.7 to 0.8 (well 0.9.x trunk) I get the following error message: qx.event.Pool[c]: Cannot pool qx.event.type.Data[f2h] because the pool is already full. What is the cause of this error and what are the consequences? Thank you for your help. Best regards.

Re: [qooxdoo-devel] HtmlArea and users

2009-10-23 Thread Alexander Steitz
Hi Tom, On Monday 19 October 2009 tsmiller wrote: > In my application, I was allowing the user to upload an html file from his > local disk to be edited in the HtmlArea. But there are so many ways that > the end user has created html over the last 15 years or so, that I believe > there is no poss

Re: [qooxdoo-devel] Key Tab into qx.ui.form.TextArea

2009-10-23 Thread Jonathan Weiß
Hello Antonino, sorry, I misread your e-mail. It is not possible to enter tab into a TextArea, since we use the tab key to focus widgets. I opened another bug report, since the HtmlArea is a special widget and might get this feature before the TextArea gets it... If you want to be informed when

Re: [qooxdoo-devel] progress bar in qooxdoo?

2009-10-23 Thread panyasan
Hello Skar, the qooxdoo-contrib project is for everyone - you need to aks the qooxdoo devs to give you commit rights, then you can do it yourself. Of course, it is always good to ask the original author (you can find his name and e-mail in the Manifest.js) first, but I think everybody is happy if

[qooxdoo-devel] OSS Usability Improvement

2009-10-23 Thread Arif Raza
Hi there   Please find below a link to a survey related to my PhD research work to evaluate OSS usability improvement from Contributor's point of view. It shall not take more than 5 minutes of your precious time. Your identity is neither required nor recorded. The participation is  highly va

Re: [qooxdoo-devel] Permission denied to...a non-chrome context

2009-10-23 Thread Fabian Jakobs
Hi Andy, i have aplpied my patch in r20468. Could you test, whether this fixes your problem? > Great... p l e a s e upload it to the trunk asap :-) > > And a side effect of this is, that in > > qx.ui.core.EventHandler.js > > line 227 crashes, due to an uncaught nil-pointer (or whatever this is c

Re: [qooxdoo-devel] Build error with some widgets

2009-10-23 Thread thron7
Daniel, you meanwhile provided your app to Chris, thanks. But I have one more question: Before clearing your cache, did you compile different apps on your machine, I mean other than your "myAccount" app (Could be another app you created, or any of the standard apps like Demobrowser or the Fra

Re: [qooxdoo-devel] Grid decorator questions

2009-10-23 Thread Matthew Gregory
Jean-Noël Rivasseau wrote: I opened a bug report for this improvement: http://bugzilla.qooxdoo.org/show_bug.cgi?id=2962 What worries me more is the fact that the Grid decorator always try to find all images. This is *really* not nice, I got 404 in my apps just because it tries to load a top i

Re: [qooxdoo-devel] progress bar in qooxdoo?

2009-10-23 Thread skar
panyasan wrote: > As far as I remember, the ProgressBar contribution is still 0.7 code (even in > the trunk). A port to 0.8 would be very much appreciated! > Well, I changed setLabel to setValue everywhere in 0.8-pre and it works fine now. As for the trunk version, it seems it was left half way

Re: [qooxdoo-devel] Key Tab into qx.ui.form.TextArea

2009-10-23 Thread acassarino
Hello Jonathan, I don't want to use "ket tab" into HtmltArea but into TextArea. I can capture the event in this way. this.areatext.addListener("keydown", function(e) { var kC = e.getKeyIdentifier(); alert(kC ); }, this); Kind regards Antonino

Re: [qooxdoo-devel] Key Tab into qx.ui.form.TextArea

2009-10-23 Thread Jonathan Weiß
Hello Antonino, I want to make sure that I understand you correctly: do you want to insert content (a tab character in your case) into the HtmlArea via API or do you want to enter the tab charcter by pressing the tab key inside the HtmlArea? The last one is not possible in all browsers but Safar

Re: [qooxdoo-devel] Table Height does not adjust inside Window

2009-10-23 Thread Matthew Gregory
Can you provide a code snippet? Shankar_java wrote: > I tried using VBox with flex for table, and without flex for toolbar, still > the table scrolls beyond the window. > > -Shankar > > > Matthew Gregory wrote: >> With the vbox layout use the layout property flex, just set it to 1 in >> this c