Re: [qooxdoo-devel] XMLHttpRequest and POST messages and notification

2009-12-11 Thread balage42-qooxdoo
Hello Derrell! Thank you for your answer. I try to collect all information. The code I use: --- sendXMLHTTPRequest : function( pRequestData, pContext ) { // Storing context map this.__context = pContext; va

Re: [qooxdoo-devel] XMLHttpRequest and POST messages and notification

2009-12-11 Thread Derrell Lipman
On Fri, Dec 11, 2009 at 11:31, wrote: > Hi! > > I've got ahead with the qx.io.remote.Request problem. In the archives I > find information that even when I send my request as POST, > the result comes as GET. I found that for each of my request, there is > two message entry appears in the firebug

[qooxdoo-devel] XMLHttpRequest and POST messages and notification

2009-12-11 Thread balage42-qooxdoo
Hi! I've got ahead with the qx.io.remote.Request problem. In the archives I find information that even when I send my request as POST, the result comes as GET. I found that for each of my request, there is two message entry appears in the firebug log: - the original POST message, which seemingl

Re: [qooxdoo-devel] check tab in qx.ui.tabview.TabView

2009-12-11 Thread Grykar
Jonathan, I didn't get any error in FF debug console only several the same warnings undefined property "auto-complete". Declaration has been left http://localhost/index.html sorry for translation I get messages in local language Regards, Karol Jonathan Weiß-2 wrote: > > > Hello Karol

Re: [qooxdoo-devel] menubar choices not hidden when pressing ESC

2009-12-11 Thread skar
Fabian Jakobs wrote: > This has been fixed by Chris yesterday. > Yes, I can confirm. It works now :) cheers, skar. -- -- The life so short, the craft so long to learn. -- Return on Information: Google Enterprise Se

Re: [qooxdoo-devel] menubar choices not hidden when pressing ESC

2009-12-11 Thread Fabian Jakobs
This has been fixed by Chris yesterday. Best Fabian > Hi skar, > > looks like a general problem with the "keypress" event for ESC in > WebKit. I've opened a bug report: > > http://bugzilla.qooxdoo.org/show_bug.cgi?id=3201 > > > Regards, > Daniel > > skar schrieb: > >> Hi, >> >> Using this play

Re: [qooxdoo-devel] Design coding

2009-12-11 Thread Gene Amtower
Thanks Derrell. That was well worth the click - it rocked! (Or rapped) Gene On Fri, 2009-12-11 at 09:34 -0500, Derrell Lipman wrote: > qooxdoo solves many of these issues, but there are still some good > suggestions here. It's entertaining, too. :-) > > http://www.youtube.com/watch?v=a0

Re: [qooxdoo-devel] "default" font not applied

2009-12-11 Thread skar
skar wrote: > Hi Jonathan, >> A Label widget should never return null for getFont. Can you post >> (some) of >> your application code? >> >> If you get different results for this in applications compiled >> against the >> same version of qooxdoo, you might want to delete the cache (generate >> di

[qooxdoo-devel] Design coding

2009-12-11 Thread Derrell Lipman
qooxdoo solves many of these issues, but there are still some good suggestions here. It's entertaining, too. :-) http://www.youtube.com/watch?v=a0qMe7Z3EYg Derrell -- Return on Information: Google Enterprise Search pays

Re: [qooxdoo-devel] check tab in qx.ui.tabview.TabView

2009-12-11 Thread Fritz Zaucker
On Fri, 11 Dec 2009, Jonathan Weiß wrote: I am glad that Fritz could solve your problem. :-) Trying to take some of the "load" of your guys' shoulders for the upcoming release ... ;-) Cheers, Fritz -- Oetiker+Partner AG tel: +41 62 775 9903 (direct) Fritz Zaucker

Re: [qooxdoo-devel] check tab in qx.ui.tabview.TabView

2009-12-11 Thread Jonathan Weiß
Hello Karol, I am glad that Fritz could solve your problem. :-) There is just one thing I want to know: did you get an error message when trying to set the selection to the Page widget? setSelection() needs an array and should warn you if you try to input something different. If you don't have

Re: [qooxdoo-devel] check tab in qx.ui.tabview.TabView

2009-12-11 Thread Grykar
Fritz, thanks for this hint. It has solved my problem Thanks, Karol Fritz Zaucker-3 wrote: > > Hi Grykar, > > > On Fri, 11 Dec 2009, Grykar wrote: > >> added at the end of function "getTabView1" following line >> >> tabView.setSelection(page2); >> //tabView.setSelection(tabView.getChil

Re: [qooxdoo-devel] check tab in qx.ui.tabview.TabView

2009-12-11 Thread Fritz Zaucker
Hi Grykar, On Fri, 11 Dec 2009, Grykar wrote: added at the end of function "getTabView1" following line tabView.setSelection(page2); //tabView.setSelection(tabView.getChildren()[1]); return tabView; tabView.getChildren()[1] is a single widget. tabView.setSelection() expects a list (a

[qooxdoo-devel] XMLHTTPRequest: response XML error (rerouted)

2009-12-11 Thread balage42-qooxdoo
Hi everyone! Sorry for the inconvinience. I tried to be lazy without thinking over the implications. (I started my message by replying to a previous topic, renaming subject, to spare re-typing the address, without realizing that the thread ID will be the same.) I am sorry again! This is th

Re: [qooxdoo-devel] check tab in qx.ui.tabview.TabView

2009-12-11 Thread Grykar
Jonathan, I tried this function before I post message. I don't know why but it doesn't work for me. Maybe I still don't know about something. to make sure I modified demo http://demo.qooxdoo.org/current/demobrowser/#widget~TabView.html added at the end of function "getTabView1" following line

Re: [qooxdoo-devel] XMLHTTPRequest: response XML error

2009-12-11 Thread Jonathan Weiß
Hello Balage, please start a new thread by writing a new mail to our mailing list with a different subject. This here is about a font problem from Skar... If you are new to a mailing list, please read http://qooxdoo.org/community/mailing_lists#using_the_lists Thank you! Kind regards Jonathan

[qooxdoo-devel] XMLHTTPRequest: response XML error

2009-12-11 Thread balage42-qooxdoo
Hi! I start to migrate our AJAX support classes to the qx native new qx.io.remote.Request class. It works, but I got a "qx.io.remote.Exchange[8a]: Error: Response was not a valid xml document" error. This is the whole message: qx.io.remote.Exchange[8a]: Error: Response was not a valid xml docu

Re: [qooxdoo-devel] "default" font not applied

2009-12-11 Thread skar
Hi Jonathan, > A Label widget should never return null for getFont. Can you post (some) of > your application code? > > If you get different results for this in applications compiled against the > same version of qooxdoo, you might want to delete the cache (generate > distclean) and then generate t

Re: [qooxdoo-devel] "default" font not applied

2009-12-11 Thread Jonathan Weiß
Hello Skar! A Label widget should never return null for getFont. Can you post (some) of your application code? If you get different results for this in applications compiled against the same version of qooxdoo, you might want to delete the cache (generate distclean) and then generate the source

Re: [qooxdoo-devel] How to get the selection in a table before sorting the rows ?

2009-12-11 Thread Loïc Bresson -- Novlog
Hi Fabian > The table scroller has such a "beforeSort" event. If you don't have meta > columns you can use something like this: > > table.getPaneScroller(0).addListener("beforeSort", function() { > // store selection > }); There seems to be no "beforeSort" event for the table scroller. qx.Cl

Re: [qooxdoo-devel] check tab in qx.ui.tabview.TabView

2009-12-11 Thread Jonathan Weiß
Hello Karol, do you want to select a tab so that it becomes the active one? Use the setSelection() method[1] on the TabView widget and specify the Tab widget which should become active. [1] http://demo.qooxdoo.org/devel/apiviewer/index.html#qx.ui.tabview.TabView~setSelection Kind regards Jona

Re: [qooxdoo-devel] Speed Tracer

2009-12-11 Thread Jonathan Weiß
Hello redalastor, thank you for this news. We are really looking forward to use performance tools like SpeedTracer or dynaTrace[1] to optimize the framework. [1] http://ajax.dynatrace.com/pages/ Cheers Jonathan - Jonathan Weiß Framework Engineer http://mysterycity.de/blog Blog - http:

[qooxdoo-devel] "default" font not applied

2009-12-11 Thread skar
Hi, In my main application, if I do a label.getFont(), it returns null. In a newly created project, creating the same label and doing a getFont() returns "default". For eg, in the main app, doing a this.getRoot().getFont() also returns null while in the new test app, it returns "default". And