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
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 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
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.
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
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
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)
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
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
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
10 matches
Mail list logo