Re: [qooxdoo-devel] Simple Event Handling Question (newbie)

2006-07-23 Thread Simon Cope
Hello Darrell, > Your point is well taken. I don't believe, however, that there has been any > indication that the namespaces branch is any slower. I'd be interested in > hearing of any tests that indicate that it is. I have not done any work with the namespaces branch to date. However, every

Re: [qooxdoo-devel] Simple Event Handling Question (newbie)

2006-07-23 Thread Derrell . Lipman
"Simon Cope" <[EMAIL PROTECTED]> writes: > Not trying to be a stick in the mud but: > > I have a fairly major application built using 0.5.x and it's going to be a > major effort to move to namespaces (80+ custom classes and several thousand > lines of code). > > The namespaces branch seems to

Re: [qooxdoo-devel] Simple Event Handling Question (newbie)

2006-07-23 Thread Simon Cope
Not trying to be a stick in the mud but: I have a fairly major application built using 0.5.x and it's going to be a major effort to move to namespaces (80+ custom classes and several thousand lines of code). The namespaces branch seems to be a lot more verbose to work with. Is there some

Re: [qooxdoo-devel] Simple Event Handling Question (newbie)

2006-07-23 Thread Derrell . Lipman
jd102684 <[EMAIL PROTECTED]> writes: > I want to somehow "create" my own type of unique event. For now, lets just > say i have some widget that i can drag around the screen, and when the > widget gets to a certain (x, y) position on the screen, I want a particular > event that i create to be fire

[qooxdoo-devel] building UI dynamically

2006-07-23 Thread Mark Stephens
Hi. I'm a relative newbie to qooxdoo, but experienced in other development environments.I have a tab view that has complex pages. I would like to only dynamically create the tab page content when the individual tabs are selected. There is a beforeAppear event that I have attached to the page of a t

Re: [qooxdoo-devel] Namespaces: qx.ui.table.Table and selected row

2006-07-23 Thread Christian Boulanger
[EMAIL PROTECTED] schrieb: > There's a lot of work to do throughout the code, for just this kind of > thing. > Both your issue and Christian's getClientDocument() problem raise the issue > yet again. From a user perspective, one shouldn't need to go delving deep > into > the guts of internal cla