Re: [qooxdoo-devel] Appearance question

2009-08-04 Thread Jim Hunter
I don't see a need for this? The controls all render and display fine without creating the appearance keys, so why is there a warning generated? If it renders fine then why is the key 'required'? Thanks, Jim On Tue, Aug 4, 2009 at 12:42 AM, Daniel Wagner wrote: > Hi Jim, > > you need to create a

[qooxdoo-devel] qx.ui.table.model.Simple/Filtered and addRegex()

2009-08-04 Thread Fritz Zaucker
Hi, with SVN-trunk checkout 19765: I am using qx.ui.table.model.Filtered.addRegex() with the following observations: 1) The filter is executed immediately after the call to addRegex(), without a call to applyFilters(). The API would suggest otherwise, which would probably make sense perf

[qooxdoo-devel] Re-2: multiline table header cells

2009-08-04 Thread Daniel Hirtzbruch
Hello, I added these lines in the Application.js, which is the same file where I define the table and all other widgets. Or should I define the header cell renderer in the remote table class extension - that would not make sense to me. I changed the namespace,the class looks like this now: qx.

Re: [qooxdoo-devel] Date Format Parser

2009-08-04 Thread A.Yerenkow
On 04.08.2009 17:39, Martin Wittemann wrote: > Hello, > sounds like a nice addition. Could you please open a bug report for > that and and mark it as enhancement? > I'm bit a paranoid. Maybe when bugzilla will support OpenID - then I'll start to post bugs. Email lists for me more preferred yet

Re: [qooxdoo-devel] how to load TimeChooser inside an app?

2009-08-04 Thread Martin Wittemann
Hi, hm, I don't have any problems with that. Just created a new app from the skeleton, added the necessary information to the config.json, wrote the code in the application js and run the generator and it worked. Could you check with firebug or any other debugging tool if the file is has be

Re: [qooxdoo-devel] Date Format Parser

2009-08-04 Thread Martin Wittemann
Hello, sounds like a nice addition. Could you please open a bug report for that and and mark it as enhancement? Best, Martin Am 04.08.2009 um 14:39 schrieb A.Yerenkow: > On 04.08.2009 15:33, Martin Wittemann wrote: >> Hello Alexander, >> >> Well, it looks like a Java bug to me. You enter someth

Re: [qooxdoo-devel] Tree Selection Manager for Checkboxes

2009-08-04 Thread Fabian Jakobs
Guilherme Aiolfi schrieb: > Hi Jonathan, > > I tried the changeEvent, but for every selected node I want to select > its children. So 1 changeEvent would generate more changeEvents until > the browser crashes. Using the click event (or mouseup or mousedown) > there is only one event to start the

Re: [qooxdoo-devel] multiline table header cells

2009-08-04 Thread Daniel Hirtzbruch
Hello Jonathan, thanks for your reply, I'll check these things tonight. BTW: Which mail client would you recommend me for writing messages to this list. I don't like being the only one who's mails are not displayed correctly in the mailing list archive ;-) And I'm not possible changing the answ

Re: [qooxdoo-devel] multiline table header cells

2009-08-04 Thread Jonathan Weiß
Hello Daniel! > again I tried using the extended class for displaying multiline > table headers. I added the following lines: > > var tcm = new this.__table.getTableColumnModel(); > tcm.setHeaderCellRenderer(0, new > pricecmp.ui.table.headerrenderer.HeaderCell()); In which class did you put th

Re: [qooxdoo-devel] Tree Selection Manager for Checkboxes

2009-08-04 Thread Guilherme Aiolfi
Hi Jonathan, I tried the changeEvent, but for every selected node I want to select its children. So 1 changeEvent would generate more changeEvents until the browser crashes. Using the click event (or mouseup or mousedown) there is only one event to start the selecting action. But I managed to get

Re: [qooxdoo-devel] Tree Selection Manager for Checkboxes

2009-08-04 Thread Jonathan Weiß
Hello Guilherme, I opened a bug using your suggestion to have the selection manager as a property: http://bugzilla.qooxdoo.org/show_bug.cgi?id=2647 You can add yourself as CC to get updated when someone is working on the bug. I had to subclass qx.ui.form.Checkbox to handle the mouseUp even

Re: [qooxdoo-devel] Date Format Parser

2009-08-04 Thread A.Yerenkow
On 04.08.2009 15:33, Martin Wittemann wrote: > Hello Alexander, > > Well, it looks like a Java bug to me. You enter something in a wrong > format and you get back a wrong data without a warning. Even if Java > is working like that, I guess a more passive approach here is > reasonable. I'm sorry but

Re: [qooxdoo-devel] Date Format Parser

2009-08-04 Thread Martin Wittemann
Hello Alexander, Well, it looks like a Java bug to me. You enter something in a wrong format and you get back a wrong data without a warning. Even if Java is working like that, I guess a more passive approach here is reasonable. I'm sorry but I guess you have specify the right date format.

Re: [qooxdoo-devel] embedding google maps

2009-08-04 Thread Daniel Wagner
Hi Michael, Michael Ochs schrieb: > Hi, > > I'm trying to figure out how to embed a google maps map into a qooxdoo > application. I found a piece of code in the groups: > > google.load("maps", "2.x"); > > this.__view = new qx.ui.embed.Html(); > this._

[qooxdoo-devel] embedding google maps

2009-08-04 Thread Michael Ochs
Hi, I'm trying to figure out how to embed a google maps map into a qooxdoo application. I found a piece of code in the groups: google.load("maps", "2.x"); this.__view = new qx.ui.embed.Html(); this.__view.addListenerOnce("appear", function(e) {

Re: [qooxdoo-devel] Seems like bug with focus in Opera 0.8.2

2009-08-04 Thread A.Yerenkow
On 04.08.2009 12:03, Daniel Wagner wrote: > Hi, > > I've been having a hard time reproducing this behavior. It happened > twice in something like 20 attempts using an empty qooxdoo 0.8.2 > application in the same Opera build you're using. I guess there's > something about my test setup that narrows

Re: [qooxdoo-devel] Seems like bug with focus in Opera 0.8.2

2009-08-04 Thread Daniel Wagner
Hi, I've been having a hard time reproducing this behavior. It happened twice in something like 20 attempts using an empty qooxdoo 0.8.2 application in the same Opera build you're using. I guess there's something about my test setup that narrows down the time window in which you have to press

Re: [qooxdoo-devel] Seems like bug with focus in Opera 0.8.2

2009-08-04 Thread A.Yerenkow
On 04.08.2009 10:06, A.Yerenkow wrote: Seems to be even simpler than with all this stuff :) If I press spacebar, in any empty Application (with empty main method) within 10-12 seconds, I'll 100% go to portal.opera.com Have reproducing here all the time. Opera Version 10.00 Beta 2 Build 1651 Plat

Re: [qooxdoo-devel] Appearance question

2009-08-04 Thread Daniel Wagner
Hi Jim, you need to create appearance keys for all your child controls. For example, if your custom widget with the appearance id "customwidget" has a qx.ui.form.TextField child control, you need an entry for "customwidget/textfield" in your Appearance.js. Since TextField is a standard widget,

Re: [qooxdoo-devel] how to load TimeChooser inside an app?

2009-08-04 Thread skar
> Do you have any idea why you cant use them? Whats the error message if > you want to use the framework internal DateChooser for example? > I get the following error in firebug console: > timechooser is not defined > [Break on this error] var tc = > timechooser.TimeChooser();\nApplication.j

[qooxdoo-devel] Seems like bug with focus in Opera 0.8.2

2009-08-04 Thread A.Yerenkow
Hi all! I'm creating application, and use own static method to show errors. it's look like this: var wm2 = new qx.ui.window.Window(container.tr("Error occured")); wm2.setModal(true); wm2.setShowClose(false); container.add(wm2); // containe