[qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-08-31 Thread Petr Kobalíček
Hi devs, I'm sending here my work of last 3 days. The ported uploadwidget to 0.8 and corrected some things in htmlarea for 0.8. uploadwidget works in IE and Firefox (windows/linux) and not works in opera. In opera, the system dialog is not shown. htmlarea is different story and I think that this

Re: [qooxdoo-devel] How to learn using qooxdoo

2008-08-31 Thread Petr Kobalíček
Hi keifer, Are you getting errors in layout or you just don't know how to add widgets into page ? Qooxdoo has powerful layout system, so I think you can do everything with it. For example you can do this for mainmenu and horizontal split with tree and table widgets: qx.Class.define("custom.Appl

[qooxdoo-devel] How to learn using qooxdoo

2008-08-31 Thread kiefer35
I've downloaded qooxdoo for few hours and I've some difficulties to start. I would like to create an application with a menubar on the top and a three panes mainwindow : The main window is divided in a pane vertical in the left for a treeview, 2 horizontal panes on the right : the top one with a g

Re: [qooxdoo-devel] htmlarea in 0.8

2008-08-31 Thread Petr Kobalíček
Ok, It seems that core developers are in holidays, so I will wait :) But if there are somebody that can fix this, please post here the comment, I have fixed some issues already. There are unfortunately many bugs that I can fix. For example this: _afterAppear: function () { this.bas

Re: [qooxdoo-devel] htmlarea in 0.8

2008-08-31 Thread Derrell Lipman
> > > How it's about svn access to contrib ? These simple bugs I can correct > myself. Andreas typically grants such access, but he's on vacation for the next two weeks. I believe he indicated in a post last week that Fabian is taking on that duty while Andreas is away. Send Fabian a request an

Re: [qooxdoo-devel] htmlarea in 0.8

2008-08-31 Thread Petr Kobalíček
Oh, there are more bugs than I expected. It's not probably in sync with trunk. For example this: qx.Theme.define("htmlarea.theme.classic.Appearance", { title: "Classic mixin for HtmlArea", appearances : { "html-area" : { include : "iframe", style : function(states) {

Re: [qooxdoo-devel] htmlarea in 0.8

2008-08-31 Thread Petr Kobalíček
Hi Darrel, this was really quick :) I have complete qooxdoo build only without progressive and treevirtual, so I hope that all features are included. The html area works well, I noticed only this error in table editing. Are anybody using htmlarea with 0.8 or I'm the first :) ? Cheers - Petr 20

Re: [qooxdoo-devel] htmlarea in 0.8

2008-08-31 Thread Derrell Lipman
On Sun, Aug 31, 2008 at 1:53 PM, Petr Kobalíček <[EMAIL PROTECTED]>wrote: > Hi developers, > > If I go to edit table in htmlarea (0.3-pre), the error is thrown: > qx.client is undefined > > I hope that I'm using good version for 0.8 Hi Petr, Although even 0.3-pre hasn't been worked on and may

[qooxdoo-devel] htmlarea in 0.8

2008-08-31 Thread Petr Kobalíček
Hi developers, If I go to edit table in htmlarea (0.3-pre), the error is thrown: qx.client is undefined I hope that I'm using good version for 0.8 Cheers:) - Petr - This SF.Net email is sponsored by the Moblin Your Move D

[qooxdoo-devel] 0.8: qx.event.Timer.once() can fire multiple times

2008-08-31 Thread stefan . hansel
If the function that Timer.once() starts takes longer than the intervall it is kicked off multiple times. Problem is, that the Timer-object gets disposed only after the function was called. As I don't know whether it is allowed to dispose a Timer while it fires an event, this can be solved lik

Re: [qooxdoo-devel] Findings on still open memory leaks 0.8

2008-08-31 Thread stefan . hansel
>> I wrote a small class for finding the missing leaks. Actually it just scans the qx-namespace and >> prints all living object (and the first found reference-path to this >> object). Here it is for your usage (see below), simply called by: var leakSearcher=new JSLeakSearcher(); leakSea

[qooxdoo-devel] Online Demobrowser broken in IE

2008-08-31 Thread thron7
Hi all, It appears that the released version of Demobrowser (and therefore the current online version) is broken for IE7 and IE6. The issue is that demos don't load on first request (double-clicking the demo or hitting the Run button). With a second request for the same demo (e.g. by re-hittin