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
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
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.
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
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
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
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
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
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
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
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
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
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.
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._
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) {
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
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
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
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,
> 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
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
21 matches
Mail list logo