Re: [qooxdoo-devel] RpcNode taking shape, API Viewer for server classes

2010-08-18 Thread Fabian Jakobs
We are using NGINX as reverse proxy. NGING handles SSL encryption and serves static files. All other requests are forwarded to node.js. On Tue, Aug 17, 2010 at 7:22 PM, panyasan i...@bibliograph.org wrote: Yes, I think the building blocks for a lightweight architecture for an end-to-end

Re: [qooxdoo-devel] RpcNode taking shape, API Viewer for server classes

2010-08-17 Thread Fabian Jakobs
Hi Christian, nice work. It is cool to see an end to end qooxdoo application. I've been working with node.js a lot recently. To handle some of the async issues I've written a small library called async.js http://github.com/fjakobs/async.js. I think this can be a nice addition to node-promise.

Re: [qooxdoo-devel] node.js and qooxdoo

2010-07-30 Thread Fabian Jakobs
:  Hi Fabian, sorry for nipping into this thread: Are you using any DB modules/drivers with nodejs? Are there reliable implementations? Or is there something like odbc/jdbc (nodejsdbc?) Thank you for your answer. Best regards.. Am 29.07.2010 00:56, schrieb Fabian Jakobs: Hi Christian

Re: [qooxdoo-devel] Table in Window of minimal size

2010-03-08 Thread Fabian Jakobs
in the model into account. To make the table height fit the table's contents you have to compute the best height manually. The preferred height could look like this: var preferredHeight = heightOfChrome + lineHeight * model.itemCount; I hope this helps, Best Fabian -- Fabian Jakobs JavaScript

Re: [qooxdoo-devel] cellFocusChange event?

2010-03-05 Thread Fabian Jakobs
, Fritz -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas

Re: [qooxdoo-devel] getSizeHint() vs getBounds()

2010-03-02 Thread Fabian Jakobs
the size computed by the layout engine (i.e. the size on screen). Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände

Re: [qooxdoo-devel] Bug in qx.ui.table.celleditor.AbstractField ?

2010-02-09 Thread Fabian Jakobs
thanks Bug 3424 Cheers, Fritz On Mon, 8 Feb 2010, Fabian Jakobs wrote: Fritz Zaucker schrieb: Hi, another unexpected behaviour (to me): In the playground example below, if you edit one of the cells in the 1st column and erase the value (with backspace) and then press ENTER

Re: [qooxdoo-devel] Resizing an inline application

2010-02-08 Thread Fabian Jakobs
-com ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135

Re: [qooxdoo-devel] Table metacolumn

2010-02-08 Thread Fabian Jakobs
. Best, Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas

Re: [qooxdoo-devel] Qooxdoo warning messages

2010-02-08 Thread Fabian Jakobs
of these warnings? Thanks! mckwil -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias

Re: [qooxdoo-devel] Windows Popups

2010-02-08 Thread Fabian Jakobs
for this? Dave You could use something like this (widget instanceof qx.ui.window.Window || widget instanceof qx.ui.popup.Popup) This should catch all widgets added to the document root. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey

Re: [qooxdoo-devel] Qooxdoo 1.0.1 - possible bug in table.Table behavior

2010-01-29 Thread Fabian Jakobs
and would have been the right solution in the first place. You've just been lucky that it worked in 0.8.3 :-) Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de

Re: [qooxdoo-devel] How to compare LocalizedString objects

2010-01-25 Thread Fabian Jakobs
-- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert

Re: [qooxdoo-devel] How to compare LocalizedString objects

2010-01-25 Thread Fabian Jakobs
a note on that. I'm pretty sure that this also applies to 0.7 Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände

Re: [qooxdoo-devel] How to compare LocalizedString objects

2010-01-22 Thread Fabian Jakobs
___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784

Re: [qooxdoo-devel] License conflict question

2010-01-20 Thread Fabian Jakobs
in on single page) Exactly. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth

Re: [qooxdoo-devel] embedded PDF is always on top

2010-01-19 Thread Fabian Jakobs
/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas

Re: [qooxdoo-devel] RPC: We need a standard compliant way to serialize dates

2010-01-19 Thread Fabian Jakobs
be ignored - encode dates as valid JSON - optional support for cross site requests What are your ideas about this? Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de

Re: [qooxdoo-devel] License conflict question

2010-01-19 Thread Fabian Jakobs
the apache license. I think there was a problem with with t but I'm not entirely sure. Maybe Andreas can help. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1

Re: [qooxdoo-devel] RPC: We need a standard compliant way to serialize dates

2010-01-19 Thread Fabian Jakobs
parameters he has to add the annotations. If the annotations are missing you could return an Invalid params. I'm not sure if this is according to the spec but it would make sense to me. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey

[qooxdoo-devel] RPC: We need a standard compliant way to serialize dates

2010-01-18 Thread Fabian Jakobs
to serialize dates, would you update your backend code? 3. Do you think everything is fine and we should just keep both JSON implementations? I'm really interested in your feedback, Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße

Re: [qooxdoo-devel] Screenshots

2010-01-11 Thread Fabian Jakobs
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning

Re: [qooxdoo-devel] remocular is almost ready for release

2009-12-15 Thread Fabian Jakobs
it should do ... cheers tobi -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias

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

2009-12-11 Thread Fabian Jakobs
-- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich

Re: [qooxdoo-devel] incremental initialization

2009-12-09 Thread Fabian Jakobs
imrovements because the instantiation if new widgets is a pretty expensive operation. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB

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

2009-12-09 Thread Fabian Jakobs
this: table.getPaneScroller(0).addListener(beforeSort, function() { // store selection }); Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht

Re: [qooxdoo-devel] Get the height of a widgets shadow?

2009-12-02 Thread Fabian Jakobs
of a rendered shadow by widget.getDecoratorElement().getStyle(width); widget.getDecoratorElement().getStyle(height); If you are only interested in the number of pixels, which overlap the widget you can use: widget.getDecoratorElement().getInsets(); Best Fabian -- Fabian Jakobs JavaScript Framework

Re: [qooxdoo-devel] change background and knob background slider?

2009-12-01 Thread Fabian Jakobs
like to customize the knob and the rest of the slider to have different bg color and also an image for the knob and another image repeated inside the slider bg. cheers, skar. -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE

Re: [qooxdoo-devel] Using Qooxdoo core in a non-Web environment

2009-11-27 Thread Fabian Jakobs
keep in mind that it is still a private toy project and in no way official qooxdoo code :-) Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht

Re: [qooxdoo-devel] canvas and the table widget

2009-11-27 Thread Fabian Jakobs
-- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert

Re: [qooxdoo-devel] canvas and the table widget

2009-11-27 Thread Fabian Jakobs
stuff as they only concentrate on rendering and it is pretty easy to provide alternative pane renderers. I don't think it makes any sense to resurrect the DOM table code as it probably won't work. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies

Re: [qooxdoo-devel] virtual Table / widget margin or cell padding

2009-11-26 Thread Fabian Jakobs
with a qx.ui.virtual.layer.WidgetCellSpan containing mostly label, textfield and button widgets. TIA, Daniel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484

Re: [qooxdoo-devel] Virtual Table no caching of visible CellWidgets

2009-11-26 Thread Fabian Jakobs
. So it might take a few months until it is fixed. Best Fabian Thanks Marcel Fabian Jakobs schrieb: Marcel Ruff schrieb: Fabian, thank you, it is good to know you take care of, this gives me safety to continue with my approach! I'm testing the table

Re: [qooxdoo-devel] Virtual Table / setCellWidget

2009-11-26 Thread Fabian Jakobs
able to change a specific cell's widget or to exchange one special widget with another one? Thank you all, Daniel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de

Re: [qooxdoo-devel] qx.ui.table.model.Simple missing method getSortMethods()

2009-11-25 Thread Fabian Jakobs
justification for a need to retrieve the sort methods. Yes, if you supply a tested patch, I will commit it. Please generate a bug report and then attach your patch to it, for tracking purposes. Cool, will do. Thanks, Fritz -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG

Re: [qooxdoo-devel] canvas in a table cell

2009-11-25 Thread Fabian Jakobs
release and this is something I should look at. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert

Re: [qooxdoo-devel] smoketrace 2.0

2009-11-25 Thread Fabian Jakobs
. -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich

Re: [qooxdoo-devel] qx.ui.table related bugs

2009-11-25 Thread Fabian Jakobs
-july ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE

Re: [qooxdoo-devel] Using Qooxdoo core in a non-Web environment

2009-11-23 Thread Fabian Jakobs
___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784

Re: [qooxdoo-devel] Using Qooxdoo core in a non-Web environment

2009-11-20 Thread Fabian Jakobs
classes or packages. On a possibly related note, how does the qx.application.Native get used? Regards John -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de

Re: [qooxdoo-devel] debugging async request handlers ...

2009-11-20 Thread Fabian Jakobs
an aborted event so the application gets notified. // If that too fails, or if there's no aborted handler, ignore it. cheers tobi -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374

Re: [qooxdoo-devel] Native Window, again

2009-11-20 Thread Fabian Jakobs
list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de

Re: [qooxdoo-devel] Native Window, again

2009-11-20 Thread Fabian Jakobs
(domEl).serializeListeners(domEl); qx.event.Registration.getManager(domEl).removeAllListeners(domEl); qx.event.Registration.getManager(win).importListeners(domEl,listeners); },this); qx.ui.core.queue.Manager.flush(); It's not working, though ;-( -- Fabian Jakobs JavaScript Framework

Re: [qooxdoo-devel] announcing JsQt-0.4.3 --- there's also a question about a layouting issue here!

2009-11-19 Thread Fabian Jakobs
-- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias

Re: [qooxdoo-devel] announcing JsQt-0.4.3 --- there's also a question about a layouting issue here!

2009-11-18 Thread Fabian Jakobs
/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias

Re: [qooxdoo-devel] announcing JsQt-0.4.3 --- there's also a question about a layouting issue here!

2009-11-18 Thread Fabian Jakobs
with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer

Re: [qooxdoo-devel] Qooxdoo eclipse namespace

2009-11-12 Thread Fabian Jakobs
-- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich

Re: [qooxdoo-devel] Image clipping error

2009-11-12 Thread Fabian Jakobs
-- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias

Re: [qooxdoo-devel] right click triggering the click listener for an atom

2009-11-12 Thread Fabian Jakobs
-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de

Re: [qooxdoo-devel] table column minWidth maxWidth bug?

2009-11-12 Thread Fabian Jakobs
it, and kidly translate it for me. thanks -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth

Re: [qooxdoo-devel] right click triggering the click listener for an atom

2009-11-12 Thread Fabian Jakobs
() method on the mouse event object. I will update the documentation. The getButton is returning left, even when I click with the right button. I'm using trunk 20606 and I tested it under both FF 3.5.5 and opera 10.01 build 4682 under karmic. cheers, skar. -- Fabian

Re: [qooxdoo-devel] js performance question

2009-11-04 Thread Fabian Jakobs
engine does not have to create a string instance and does not have to do a string compare. Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur

Re: [qooxdoo-devel] Getting an iterated local variable into a closure

2009-10-26 Thread Fabian Jakobs
Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas

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

2009-10-23 Thread Fabian Jakobs
(); if (!(currentWidget.isEnabled() || this.__ignoreDisabled[type])) { return; } I have applied htis fix in r20473. Thanks for the fix. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784

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

2009-10-23 Thread Fabian Jakobs
qooxdoo applications. This involves a try/catch block, which has the potential downside if hiding the real source of an error. To temporarily disable this comment the catch clock in qx.ui.core.queue.Manager line 177ff. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet

Re: [qooxdoo-devel] Grid decorator questions

2009-10-23 Thread Fabian Jakobs
them. Are you aware of the HBox and VBox decoratros? They are pretty new and work very similar to the grid decorator but use 3 instead of 9 images. Maybe they fit some of your needs. http://news.qooxdoo.org/the-week-in-qooxdoo-2009-05-15 Best Fabian -- Fabian Jakobs JavaScript Framework

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 fabian.jak...@1und1.de mailto: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 see the point of being able

Re: [qooxdoo-devel] Systematic warning in the test runner

2009-10-22 Thread Fabian Jakobs
on the build version but hten the methods won't show up in the API viewer. Maybe we should just remove the warning because it is perfectly OK to include a mixin twice and we already do so in the framework. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web

Re: [qooxdoo-devel] Another dumb SelectBox question

2009-10-22 Thread Fabian Jakobs
%28%2522For%2520Good%2522%29%29%253B%250A%250Athis.getRoot%28%29.add%28selbx%29%250A%250Aalert%28selbx.getSelection%28%29%255B0%255D.getLabel%28%29%29%253B%250A%22%7D Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135

Re: [qooxdoo-devel] context menu and classic theme

2009-10-14 Thread Fabian Jakobs
is never called. -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich

Re: [qooxdoo-devel] List and context menu - get list item

2009-10-14 Thread Fabian Jakobs
? Or more precisely, is this right approach ? -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph

Re: [qooxdoo-devel] Table width issue

2009-10-14 Thread Fabian Jakobs
column flexible tasks.setLayout(layout); This should do the trick. Which column to make flexible depends on you desired layout.. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784

Re: [qooxdoo-devel] List and context menu - get list item

2009-10-14 Thread Fabian Jakobs
Kobalíček kobalicek.p...@gmail.com: Hi Fabian, it works! It's interesting that I tried it but I had to do something wrong, because I used getTarget() too, but probably differently. Thanks! Cool. I love the playground :-) -- Fabian Jakobs JavaScript Framework Developer 11

Re: [qooxdoo-devel] Copying widget CSS style to embedded iframe DOM node

2009-10-13 Thread Fabian Jakobs
); Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas

Re: [qooxdoo-devel] New Contribution: Collapsable Panel

2009-10-13 Thread Fabian Jakobs
2) Question to users: Which behavior feels more natural to you to toggle the collapse of the panel: a) Simple click on bar or: b) Simple click on icon or doubleclick on bar I would prefer a) Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG

Re: [qooxdoo-devel] problem with SelectBox and rich ListItems

2009-10-13 Thread Fabian Jakobs
qx.ui.form.ListItem(); item.setRich(true); item.setLabel(span style='color:red' + i + /span); listbox.add(item); } doc.add(listbox, {left:50, right: 40}); -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721

Re: [qooxdoo-devel] problem with SelectBox and rich ListItems

2009-10-13 Thread Fabian Jakobs
Petr Kobalíček schrieb: Hi, of course, it's #2925. Thanks for the tip! Thanks, how could I miss this :-) Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak

Re: [qooxdoo-devel] Copying widget CSS style to embedded iframe DOM node

2009-10-13 Thread Fabian Jakobs
iframe.setDecorator(iframe_decorator); }}); Fabian Jakobs wrote: [...] iframe.setDecorator(input); -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak

Re: [qooxdoo-devel] qx.ui.container.Scroll: ARGH!

2009-10-07 Thread Fabian Jakobs
to the same size so flex calculation gives both widgets the same additional space. I hope this helps, Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht

Re: [qooxdoo-devel] Exact meaning of member attributes

2009-10-07 Thread Fabian Jakobs
copy of foo. I'm wondering whether this is the advertised behavior, or whether something in my complicated code is causing QooxDoo to behave this way. -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721

Re: [qooxdoo-devel] Security implications of using rich labels

2009-10-07 Thread Fabian Jakobs
label is simply set using innerHTML. You should always sanitize the HTML generated by a user or use a non rich label. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak

Re: [qooxdoo-devel] Concept, anonymous classes?

2009-10-05 Thread Fabian Jakobs
= qx.Class.getByName(className); return clazz; This way you could create as many instances as you want with only one class declaration. Best Fabian 2009/10/2 Fabian Jakobs fabian.jak...@1und1.de: Hi Petr, classes in qooxdoo cannot be anonymous, they must have a name. What you can do is reserving

Re: [qooxdoo-devel] qx.ui.layout.Grid maximum rows?

2009-10-05 Thread Fabian Jakobs
the error messages in the grid layout to include the widget's class names and hash values. This is now in trunk rev. 20272. I hope this helps finding the problem. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135

Re: [qooxdoo-devel] scroll container not working

2009-10-05 Thread Fabian Jakobs
perfectly fine. Any ideas? To add the option for native scroll bars I've moved a few files around. After a rebuild your application should work just fine. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon

Re: [qooxdoo-devel] scroll container not working

2009-10-05 Thread Fabian Jakobs
skar schrieb: Fabian Jakobs wrote: Hi skar, I upgraded to latest trunk 20269 and my started giving me error about scroll like below: qx.ui.core.scroll is undefined Scroll.js()Scroll.js (line 61) extend : qx.ui.core.scroll.AbstractScrollArea,\nScroll.js (line 61

Re: [qooxdoo-devel] Native Window, again

2009-10-05 Thread Fabian Jakobs
development time. I am happy to work on this if I get some clues as to what would need to be changed. Thanks, Christian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak

Re: [qooxdoo-devel] Concept, anonymous classes?

2009-10-02 Thread Fabian Jakobs
://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth

Re: [qooxdoo-devel] qx.ui.core.Command + Themes?

2009-10-02 Thread Fabian Jakobs
. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas

Re: [qooxdoo-devel] Native Window, again

2009-09-28 Thread Fabian Jakobs
assume that only one root widget exists. Drag and drop, tooltips or menus are such examples. It might be possible to make it happen but it would require some deeper changes. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE

Re: [qooxdoo-devel] Native Window, again

2009-09-28 Thread Fabian Jakobs
iframeRoot = new qx.ui.root.Application(qx.bom.Iframe.getDocument(iframeElement)); than place your widgets into the the iframe root widget. Still I'm not sure how well this will work. I'd be very interested in your results. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG

Re: [qooxdoo-devel] jqPplot Graph/Chart library with Qooxdoo

2009-09-10 Thread Fabian Jakobs
really creates a graph). You can use the ScriptLoader class to to include script from qooxdoo code http://demo.qooxdoo.org/current/apiviewer/#qx.io2.ScriptLoader. e.g. qx.io2.ScriptLoader.load(plot/jquery-1.3.2.min.js, function() { // script is loaded }, this); Best Fabian -- Fabian Jakobs

Re: [qooxdoo-devel] Proposed release date for qooxdoo 0.8.3

2009-09-03 Thread Fabian Jakobs
that they will be fixed in time. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth

Re: [qooxdoo-devel] New table widget

2009-09-03 Thread Fabian Jakobs
infrastructure. It is still an important topic but it will be delayed a little. My gues would be Q1 or Q2 of 2010. However the table in its current form is not going to disappear anytime soon. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst

Re: [qooxdoo-devel] Proposed release date for qooxdoo 0.8.3

2009-09-03 Thread Fabian Jakobs
. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july ___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework

Re: [qooxdoo-devel] Appearance question

2009-08-05 Thread Fabian Jakobs
mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de

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

2009-08-05 Thread Fabian Jakobs
) { tableModel.addRegex(user, 'user', true); //ignorecase } //tableModel.applyFilters(); }); Cheers, Fritz -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721

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

2009-08-05 Thread Fabian Jakobs
: pricecmp.MultilineHeaderCell is not a constructor. I think something in my extension is wrong or my call: var hcr = new pricecmp.MultilineHeaderCell(); tcm.setHeaderCellRenderer(0, hcr); Thanks so far, Daniel -- Fabian Jakobs JavaScript Framework

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

2009-08-04 Thread Fabian Jakobs
___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe

Re: [qooxdoo-devel] The easiest way to put a button in a table cell

2009-08-03 Thread Fabian Jakobs
check, which of your button cells has been clicked and perform the appropriate action. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur

Re: [qooxdoo-devel] Table Font Size and vAlign

2009-08-03 Thread Fabian Jakobs
fixed and some work on performance has been done but in general the solution from 2007 should still work. Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de

Re: [qooxdoo-devel] Problem with a Label color in an inline island

2009-08-03 Thread Fabian Jakobs
include it. I have reopened the bug. You can add yourself to the CC list to track progress. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht

Re: [qooxdoo-devel] Problem with a Label color in an inline island

2009-08-03 Thread Fabian Jakobs
the color property but the fix obviously doesn't include it. I have reopened the bug. You can add yourself to the CC list to track progress. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49

Re: [qooxdoo-devel] Problem with a Label color in an inline island

2009-08-03 Thread Fabian Jakobs
; +xulel.style.color = inherit; xulel.style.overflow = hidden; Jean-Noel On Mon, Aug 3, 2009 at 12:58 PM, Fabian Jakobs fabian.jak...@1und1.de mailto:fabian.jak...@1und1.de wrote: Jean-Noël Rivasseau schrieb: Hi, I encountered the following problem today. I have

Re: [qooxdoo-devel] Two questions: Enter in Textfield Drag/Drop modifier keys

2009-07-30 Thread Fabian Jakobs
on qx.ui.form.Button). Right, the button tries to call stopPropagation on the event, which is not allowed in this case. The event forwarding approach will not work. The button has press and release methods, which you could use to animate the buttons. Best, Fabian -- Fabian Jakobs

Re: [qooxdoo-devel] [qooxdoo-commit] SF.net SVN: qooxdoo:[19717] trunk/qooxdoo/framework/source/class/qx/ui/ table/columnmodel

2009-07-29 Thread Fabian Jakobs
___ qooxdoo-commit mailing list qooxdoo-com...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-commit -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe

Re: [qooxdoo-devel] Table HeaderCell with Icon problem/question

2009-07-20 Thread Fabian Jakobs
(visibilityChanged, visData); -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias

Re: [qooxdoo-devel] Drag selection in qx.ui.table.Table

2009-07-20 Thread Fabian Jakobs
until tomorrow. Christian is right, the current table selection manager does not support drag selection. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de

Re: [qooxdoo-devel] Key Bindings

2009-07-17 Thread Fabian Jakobs
easily but right now this is now possible. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph

Re: [qooxdoo-devel] yahoo maps breaks qooxdoo

2009-07-17 Thread Fabian Jakobs
___ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe

Re: [qooxdoo-devel] Can't click in textboxes

2009-07-16 Thread Fabian Jakobs
definitively have a regression. Unless you find a way to reproduce this issue I see no way how I can help - sorry. Best Fabian -- Fabian Jakobs JavaScript Framework Developer 11 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 fabian.jak...@1und1.de

  1   2   3   4   5   6   7   8   9   10   >