Re: [qooxdoo-devel] Sorting Columns on A Large Table

2010-10-19 Thread Derrell Lipman
On Tue, Oct 19, 2010 at 17:03, aditya siram wrote: > Hi all, > I have a qx.ui.table.Table with a large number of rows (5). Sorting on > the, as you many imagine, takes some time and times out on IE 7. You're going about this the wrong way. Just stop using IE and all of your problems will in

[qooxdoo-devel] Sorting Columns on A Large Table

2010-10-19 Thread aditya siram
Hi all, I have a qx.ui.table.Table with a large number of rows (5). Sorting on the, as you many imagine, takes some time and times out on IE 7. To deal with this, I would like to overlay a blocker over the table with a loading spinner gif, but unfortunately I can't seem to catch it before sorti

Re: [qooxdoo-devel] adjusting look of widget in response to events

2010-10-19 Thread Ken Arnold
On Oct 18, 2010, at 10:32 PM, Greg Beaver wrote: > Ken Arnold wrote: >> I'm trying to write a widget that changes its border if the user tracks over >> it dragging something. The highlight is to show which of the several widgets >> on the page would be the recipient of the drop if the user let

Re: [qooxdoo-devel] HtmlArea and context menus

2010-10-19 Thread Alexander Steitz
Hi Norbert, > Thanks for the hint, Alex. I have now managed to extend the > "contextmenu" event handler to make the menu popup next to the mouse cursor: > > htmlArea.addListener("contextmenu", function(e) > { > var mouseData = e.getData(); > var location = htmlArea.getContainerLocation(); >

Re: [qooxdoo-devel] How to use DarkTheme?

2010-10-19 Thread Kenneth Tilton
thx for all this. The new boss is being annoying and asking me to do work, could be a week or three before I can return to this. kt ps. I have been able to toggle between classic and modern by mucking with setTheme, but maybe I just got lucky. kt On 10/19/2010 11:32 AM, thron7 wrote: > > >>>

Re: [qooxdoo-devel] How to have got a mouse coordinate into the other listener?

2010-10-19 Thread Alexander Steitz
Hi, > I have next task: in the yandex map layer I need to show tooltip for > yandex map object (placemark) if mouse cursor is over the icon of the object > (mouseover event). For this I need to know where have I to move tooltip > window. But listener of this event is a yandex map object event > (i

Re: [qooxdoo-devel] Question regarding validators

2010-10-19 Thread Alexander Steitz
Hi Stefan, I guess your bug report does fit already and no further discussion is needed. From my point of view a "remove" method should be provided as counterpart to the "add" method. Regards, Alex From: Stefan Andersson [mailto:stefan.anders...@live.com] Sent: Sunday, October 17, 2010 8:3

Re: [qooxdoo-devel] Localization doesn't seem to work in static declarations...

2010-10-19 Thread thron7
>>> when Widget is the one supporting translation, >>> though we use direct access of the locale Manager.) >>> >>> statics : >>> { >>> BUTTONS : { >>> ttt : { >>> label : qx.locale.Manager.tr("Great"), >>> toolTipIcon : null, >>>

Re: [qooxdoo-devel] How to use DarkTheme?

2010-10-19 Thread thron7
>> What does that mean? Normal qooxdoo app loading, or do you use parts, or >> what? > > Normal qooxdoo application loading. The start-up ends up with an XHR > request "begin". The server responds with a ton of JS that gets evaled > and builds the first "page". All events get XHRed back to the

Re: [qooxdoo-devel] Localization doesn't seem to work in static declarations...

2010-10-19 Thread Stefan Andersson
>> Is there a reason for this code not to work? >> >> qx.Class.define("text.Wid", >> { >> extend : qx.ui.core.Widget, //(or nothing or qx.core.Object -> no >> difference of course! >"of course"?! - bullshit! of course it makes a difference, even if not >for this particular problem. I don't s

Re: [qooxdoo-devel] How to use DarkTheme?

2010-10-19 Thread Kenneth Tilton
On 10/19/2010 7:18 AM, thron7 wrote: > > > On 10/18/2010 01:40 AM, Kenneth Tilton wrote: >> Ugh. I am trying to use DarkTheme in my oddball app that sends almost >> all JS over to the client for eval-ing, with Application.js just kicking >> off the first load. > > What does that mean? Normal qoox

Re: [qooxdoo-devel] generate source code at run time with xslt

2010-10-19 Thread Jean-Baptiste BRIAUD -- Novlog
We are generating full qooxdoo application (from a qooxdoo application) but we are launching the full toochain on our generated application. The generated application is totally independent from the kind of compiler we did that produce it. This doesn't fit your requirement : "without rebuilt the

Re: [qooxdoo-devel] Localization doesn't seem to work in static declarations...

2010-10-19 Thread thron7
On 10/19/2010 01:47 PM, Stefan Andersson wrote: > Is there a reason for this code not to work? > > qx.Class.define("text.Wid", > { > extend : qx.ui.core.Widget, //(or nothing or qx.core.Object -> no > difference of course! "of course"?! - bullshit! of course it makes a difference, even if not

Re: [qooxdoo-devel] generate source code at run time with xslt

2010-10-19 Thread thron7
On 10/18/2010 06:01 PM, carandb wrote: > > Can a qooxdoo application generate (eg. with XSLT) and use new code at run > time without rebuild the whole application? Of course can you write a qooxdoo application that produces qooxdoo classes. Several people are doing this in one way or the other.

Re: [qooxdoo-devel] rowSpan / scroll container bug

2010-10-19 Thread Mustafa Sak
Well done! Bug: http://bugzilla.qooxdoo.org/show_bug.cgi?id=4204 Regards Sak -Ursprüngliche Nachricht- Von: Adrian Olaru [mailto:adrian.ol...@1and1.ro] Gesendet: Dienstag, 19. Oktober 2010 14:23 An: qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-devel] rowSpan / scroll contain

Re: [qooxdoo-devel] How to prevent losing focus of a window

2010-10-19 Thread Mustafa Sak
Hi Alex, Thnx for your kindly help. But "modal" is not what I ment. I am writing a MDI like multi window app. I have five or six window sigelton classes. My Application.js has a toolbar with two parts. First is static and used by buttons to open the sigelton classes. But the second part is to be f

Re: [qooxdoo-devel] rowSpan / scroll container bug

2010-10-19 Thread Adrian Olaru
Hi Sak, can you add this to Bugzilla, it will be easy to track and fix. Thx, Adrian -- View this message in context: http://qooxdoo.678.n2.nabble.com/rowSpan-scroll-container-bug-tp5647750p5650579.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] generate source code at run time with xslt

2010-10-19 Thread Adrian Olaru
I don't think so... -- View this message in context: http://qooxdoo.678.n2.nabble.com/generate-source-code-at-run-time-with-xslt-tp5647577p5650543.html Sent from the qooxdoo mailing list archive at Nabble.com. -- Downlo

[qooxdoo-devel] Localization doesn't seem to work in static declarations...

2010-10-19 Thread Stefan Andersson
Is there a reason for this code not to work? qx.Class.define("text.Wid", { extend : qx.ui.core.Widget, //(or nothing or qx.core.Object -> no difference of course! when Widget is the one supporting translation, though we use direct access of the locale Manager.) statics : { BU

Re: [qooxdoo-devel] HtmlArea and context menus

2010-10-19 Thread Norbert Schroeder
Thanks for the hint, Alex. I have now managed to extend the "contextmenu" event handler to make the menu popup next to the mouse cursor: htmlArea.addListener("contextmenu", function(e) { var mouseData = e.getData(); var location = htmlArea.getContainerLocation(); this.popupMenu.setOffsetLef

Re: [qooxdoo-devel] How to use DarkTheme?

2010-10-19 Thread thron7
On 10/18/2010 01:40 AM, Kenneth Tilton wrote: > Ugh. I am trying to use DarkTheme in my oddball app that sends almost > all JS over to the client for eval-ing, with Application.js just kicking > off the first load. What does that mean? Normal qooxdoo app loading, or do you use parts, or what?

Re: [qooxdoo-devel] HtmlArea and context menus

2010-10-19 Thread Alexander Steitz
Hi Norbert, > I'm currently struggling with context menus in the HtmlArea widget. > When performing a right click within the text area of the widget I would > like it to display a popup menu at the mouse cursor position, however, it > refuses to do so. With the default settings the menu gets place

Re: [qooxdoo-devel] date handling library

2010-10-19 Thread Tobias Oetiker
Today panyasan wrote: > > @Derrell, Thomas, Andreas: > > I fixed my "add X days to now" problem using some hacks for now and > unfortunately cannot spend any more time on that at the moment. But there > might be a chance that a big "real" app will be made out of the prototype > that I am currently

[qooxdoo-devel] Native-DOM "Loading" popup

2010-10-19 Thread panyasan
Hi everyone, the initial non-cached loading time for my current app is long enough that some inexperienced users which load it for the first time have the impression that the page is not loading. I don't have the resources to rewrite the app using Derrell's progressive loader. Has anyone written

Re: [qooxdoo-devel] How to prevent losing focus of a window

2010-10-19 Thread Alexander Steitz
Hi Sak, I guess you want to set the modality of the window. --snip-- windowInstance.setModal(true); --snip-- This should do the trick. -> http://demo.qooxdoo.org/current/demobrowser/#widget~Window.html -> http://demo.qooxdoo.org/current/apiviewer/#qx.ui.window.Window Regards, Alex From: M

Re: [qooxdoo-devel] date handling library

2010-10-19 Thread panyasan
@Derrell, Thomas, Andreas: I fixed my "add X days to now" problem using some hacks for now and unfortunately cannot spend any more time on that at the moment. But there might be a chance that a big "real" app will be made out of the prototype that I am currently coding and then the date handling

[qooxdoo-devel] generate source code at run time with xslt

2010-10-19 Thread carandb
Can a qooxdoo application generate (eg. with XSLT) and use new code at run time without rebuild the whole application? thanks, cab -- View this message in context: http://qooxdoo.678.n2.nabble.com/generate-source-code-at-run-time-with-xslt-tp5647577p5647577.html Sent from the qooxdoo mailing l