Re: [qooxdoo-devel] Using Simulator to access tables by row/column

2009-05-29 Thread Mr. Hericus
Hi Daniel, I tried your patch and it didn't raise the context menu for me properly. I saw the contextmenu event added to the mouseover, mousedown, etc. series of events, but the context menu still didn't come up for me. I was 80% of the way through some enhancements to add click/contextmenu

Re: [qooxdoo-devel] IE7: dialog takes 15+ seconds to come up

2009-05-29 Thread Jim Hunter
Using pooling, I was able to get IE performance manageable. Prior to pooling, every time I created a new tool window (which carries up to a few hundred controls), the render time would get longer and longer, edging up towards insane. But once I implemented a good pooling class, the IE rendering sta

[qooxdoo-devel] Improvement for Examples in Qooxdoo Documentation

2009-05-29 Thread Gene Amtower
Qooxdoo Team, One thing that occurs to me is that the embedded example code within the online docs could be more helpful if it described a typical file name/location that would include the example code. This way, readers of the documentation would understand where in their project folders that pa

Re: [qooxdoo-devel] xml processing

2009-05-29 Thread Burak Arslan
Daniel Wagner wrote: Hi Burak, thanks for pointing this out. Couldn't we just use the node's ownerDocument[1] property to set the selection namespace on the original document? [1]http://msdn.microsoft.com/en-us/library/ms534315(VS.85).aspx i must've missed that, it sounds much better.

Re: [qooxdoo-devel] IE7: dialog takes 15+ seconds to come up

2009-05-29 Thread Jonathan Weiß
Hello Dave, if you have many widgets which have to be created, but only a few of them are visible at the same time you could try to implement them as singletons and reconfigure them for each usage or pool widgets: http://qooxdoo.org/documentation/0.8/enterprise_application_development#shar

Re: [qooxdoo-devel] Unresponsive script issues

2009-05-29 Thread Cajus Pollmeier
Fabian Jakobs schrieb: > Hi Cajus, >> thanks for your answers. I can't use trunk, because I need a non >> moving code base in the moment. Do you see any chances with 0.8.2? >> I've tried to extract something minimal from the demos, but I'm not >> sure if this is all needed. Also, I'm getting err

Re: [qooxdoo-devel] Custom widget and content scrolling.

2009-05-29 Thread Fabian Jakobs
Hi Geo, > Fabian, > > I tried to extend my widget with AbstractScrollArea instead of widget, > then I create a internal Composite container (named __content) set with > a Grid layout. > > I added this container to the child control pane as below: > this.getChildControl("pane").add(this.__content)

Re: [qooxdoo-devel] Unresponsive script issues

2009-05-29 Thread Fabian Jakobs
Hi Cajus, > thanks for your answers. I can't use trunk, because I need a non > moving code base in the moment. Do you see any chances with 0.8.2? > I've tried to extract something minimal from the demos, but I'm not > sure if this is all needed. Also, I'm getting errors when modifying > the mod

Re: [qooxdoo-devel] xml processing

2009-05-29 Thread Daniel Wagner
Hi Burak, thanks for pointing this out. Couldn't we just use the node's ownerDocument[1] property to set the selection namespace on the original document? [1]http://msdn.microsoft.com/en-us/library/ms534315(VS.85).aspx Regards, Daniel Burak Arslan schrieb: > all, > > i just gave a try to my

Re: [qooxdoo-devel] IE7: dialog takes 15+ seconds to come up

2009-05-29 Thread Massimo Petrillo
Jim Hunter wrote: > > On complex (many controls) pages, IE6 and IE7 are very slow. It's due to > the > horrible memory management and bad JavaScript engine. But on all other > browsers you get very good behavior. > Unfortunally the page do not need to be much complex. In release r19142 there