Re: [qooxdoo-devel] TextField focus bug

2008-04-28 Thread Hugh Gibson
Kanugula, All I know about is the problem in FF - see http://qooxdoo.org/documentation/0.7/snippets/show_caret_in_dialogs_in_ff Hugh > *Subject:* Re: [qooxdoo-devel] TextField focus bug > *From:* kanugula <[EMAIL PROTECTED]> > *To:* qooxdoo-devel@lists.sourceforge.net > *Date:* Mon, 28 Apr 2008

Re: [qooxdoo-devel] Poor Man's Qooxdoo GUI builder

2008-04-28 Thread Hugh Gibson
> http://test.powersystemadvisors.com/ > > Somebody try it with IE. I get a: > > 006031 DEBUG: qx.ui.tree.Tree[564]: Ignoring invisible child: > [object qx.ui.tree.Tree] Same in IE. That's a pretty standard message - I get it in my tree as well. > and the staticLine doesn't look right (suppo

Re: [qooxdoo-devel] Poor Man's Qooxdoo GUI builder

2008-04-28 Thread kc106_2005-qooxdoo
Menu is working. Only widget left is the table. I can't do that right now. I need to get some real work done with this. Hopefully I can finish the table later. Other than that, my job is finished. I'll help the QxTransformer folks set this up and try it themselves. If things work out, I

Re: [qooxdoo-devel] TextField focus bug

2008-04-28 Thread kanugula
I am getting the same problem in IE6 and FF. Is this a knwoen bug guys? Thanks. Kanugula. vbaspcppguy wrote: > > When a text field is disabled and then enabled the carat is gone but the > box still works. > -- View this message in context: http://www.nabble.com/TextField-focus-bug-tp1392

Re: [qooxdoo-devel] TextField focus bug

2008-04-28 Thread kanugula
I am seeing the same behaviour in both IE6 and FF. Is it a known bug? Thanks. Kanugula. vbaspcppguy wrote: > > When a text field is disabled and then enabled the carat is gone but the > box still works. > -- View this message in context: http://www.nabble.com/TextField-focus-bug-tp1392387

Re: [qooxdoo-devel] Poor Man's Qooxdoo GUI builder

2008-04-28 Thread kc106_2005-qooxdoo
> These are working too: > > TextField, TextArea, PasswordField > > These are not done: > > ToggleButton, MultiColumnList (table), CodeEditor (text > editor), Tree, Calendar, Gauge, BitmapCanvas Okay, folks: Tree, and Calendar widgets are working. Now, let me see what I can do for MultiColu

Re: [qooxdoo-devel] HTMLArea demo has ul and ol swapped

2008-04-28 Thread Alexander Back
Hi Hugh, I've just fixed this bug you reported. It's fixed in both versions (0.2 and trunk) with the revision #1844. cheers, Alex Hugh Gibson wrote: > Thanks, that's better. > > I take it that undo is fairly shallow? > > The button with the table icon gives this in IE7: > > -

Re: [qooxdoo-devel] HTMLArea demo has ul and ol swapped

2008-04-28 Thread Andreas Ecker
Howdy, thanks for all the feedback on HtmlArea so far (Hugh, Siarhei). :-) Its about time for such a stable, qooxdoo-specific widget, that is not just the 1000th full-blown html editor out there... Such a widget could be greatly improved by users feedback and/or collaboration, involving many diff

Re: [qooxdoo-devel] HTMLArea demo has ul and ol swapped

2008-04-28 Thread Siarhei Barysiuk
Hello, Very good work! This is exactly what I need for my application. But I have 3 problems. 1) It's impossible to create a list with more that one numbered line. In other words if I press enter after line 1. I don't get line 2. How to make a second numbered line? It seems that it worked before.

Re: [qooxdoo-devel] HTMLArea demo has ul and ol swapped

2008-04-28 Thread Hugh Gibson
Thanks, that's better. I take it that undo is fairly shallow? The button with the table icon gives this in IE7: --- Error --- A Runtime Error has occurred. Do you wish to Debug? Line: 13929 Error: 'customUndo' is null or not an object ---

Re: [qooxdoo-devel] HTMLArea demo has ul and ol swapped

2008-04-28 Thread Jonathan Rass
Hi Hugh! Thanks, I just fixed that little glitch and added buttons for undo und redo. Have fun. ;-) Cheers Jonathan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Hugh Gibson Gesendet: Montag, 28. April 2008 15:19 An: qooxdoo-devel@lists.sour

[qooxdoo-devel] HTMLArea demo has ul and ol swapped

2008-04-28 Thread Hugh Gibson
In the HTMLArea demo at http://demo.qooxdoo.org/contrib/HtmlArea/ ul and ol are swapped - in other words clicking on the unordered list icon shows a number next to the para, and clicking on the ordered list icon shows a symbol next to the paragraph. Otherwise this is looking promising. Needs a lo

Re: [qooxdoo-devel] Problems with qooxdoo-bugs mailing list?

2008-04-28 Thread Hugh Gibson
> > I don't see any notification emails for the bugs I raised from > > 841 to 845 in the flat view. > > Yep, application bugs (see my other mail). But I also haven't had any emails directly from bugzilla about these. It may have been my mail settings. I'll keep an eye on it. Hugh -

Re: [qooxdoo-devel] Help! Problem with qooxdoo and Ajax support

2008-04-28 Thread Fa. Linstep, Stefan Volbers
I'm glad I could help. I took the chance to register to the wiki and update the example, so that this problem should no longer arise. Regards, Stefan jeffmil schrieb: > Stefan, that fixed it! I was looking at the Manual v0.7 >> Transport-API > (AJAX) document and should have checked the API doc

Re: [qooxdoo-devel] Help! Problem with qooxdoo and Ajax support

2008-04-28 Thread jeffmil
Stefan, that fixed it! I was looking at the Manual v0.7 >> Transport-API (AJAX) document and should have checked the API documentataion. Thanks so much for your help. qooxdoo is a great framework! - Jeff Fa. Linstep, Stefan Volbers wrote: > > Hi Jeff, > > please try to alert (e.getContent

Re: [qooxdoo-devel] Help! Problem with qooxdoo and Ajax support

2008-04-28 Thread Fa. Linstep, Stefan Volbers
Hi Jeff, please try to alert (e.getContent()); instead of e.getData.getContent() The getData method is deprecated since some time (see http://demo.qooxdoo.org/current/apiviewer/#qx.io.remote.Response ). The timeout would also take place if you just missed to answer your "completed" event handle

Re: [qooxdoo-devel] Poor Man's Qooxdoo GUI builder

2008-04-28 Thread panyasan
Sorry, script was wrong: converted it from an event handler where the table was "this", but in a qxt:script it needs to be specifically addresses by the id. panyasan wrote: > > The table is pretty easy: > >id="searchResultTable" > tableModel="simple" > width="400" height="500" >

Re: [qooxdoo-devel] Poor Man's Qooxdoo GUI builder

2008-04-28 Thread panyasan
The table is pretty easy: kc106_2005-qooxdoo wrote: > > If I know howI need the QxTransformer syntax :-) > > These are working too: > > TextField, TextArea, PasswordField > > These are done: > > ToggleButton, MultiColumnList (table), CodeEditor (text editor), Tree, >