Re: [qooxdoo-devel] How to use stopPropagation() and preventDefault() correctly?

2013-09-09 Thread Timo
ecause you aren't calling stopPropagation on the correct event. The correct event is keypress ( http://tinyurl.com/qayg5ux ). - timo -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-use-stopPropagation-and-preventDefault-correctly-tp51965

[qooxdoo-devel] custom resources in 1.3

2011-01-18 Thread Timo Kiefer
hi there, at first: great framework! is it possible to define a prefix for widget resources and map it to a custom resource url in 1.3. as far as i can remeber there was an alias manager? in 0.6 ??? thanks, timo

[qooxdoo-devel] conig.json =include key

2009-10-03 Thread Timo Kiefer
section. this works in 0.8.2! now i get also the classes from my included project. thanks, timo -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this

[qooxdoo-devel] bug in table column model resize in 0.8.3?

2009-09-16 Thread Timo Kiefer
; table.getTableColumnModel().setBehavior(behavior); is there a bug??? since migration to 0.8.3 i get an error in the last line. Timo -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only deve

[qooxdoo-devel] how to generate the js file with only the compiled class files?

2009-06-20 Thread Timo Kiefer
Hi, i want to create a build job that generate me the js file with only the compiled class files? is this possible with the current generator 0.8.2? thanks timo -- Are you an open source citizen? Join us for the Open

Re: [qooxdoo-devel] Asynchronous requests

2009-05-25 Thread Timo Kiefer
hi, i implement this on my applicaiton with events beforeRequest, afterRequest .. put a layer over the whole application or widget with a beforeRequest handler and remove the layer with a afterRequest handler. timo --- Original Nachricht --- Betreff: Re: [qooxdoo-devel] Asynchronous requests

Re: [qooxdoo-devel] this reference in callback?

2009-04-06 Thread Timo
have you ever tryed to compile with string optimization? when i you used this solution i got an error when i build with string optimze. timo Am Mo, 6.04.2009, 15:50, schrieb Matthew Gregory: > There are a few solutions, can you show your code? > > If you are using rpc with event handl

Re: [qooxdoo-devel] center a window at application startup

2009-04-01 Thread Timo
thanks to all ;) Am Mi, 1.04.2009, 13:24, schrieb Jean-Baptiste BRIAUD -- Novlog: > It may optimized to use addListenerOnce since it is a one shot > centering action. > What do you think ? > > On 1 Apr 2009, at 12:57, Derrell Lipman wrote: > >> On Wed, Apr 1, 2009 at 6:2

[qooxdoo-devel] center a window at application startup

2009-04-01 Thread Timo
r with the native setTimeout function. setTimeout(function() { win.center(); }, 0); i think it's not typical to solve??? what's the qooxdoo solution for

[qooxdoo-devel] a little mistake at restoreCacheContent

2008-04-15 Thread Timo
Hello, there is a little mistake in the remote tabel model at the restoreCacheContent function in the 0.7.3 sdk. qx.ui.table.TableModel.EVENT_TYPE_DATA_CHANGED in stead of qx.ui.table.ITableModel.EVENT_TYPE_DATA_CHANGED at the end of the function. Timo