Re: [qooxdoo-devel] New Contribution: Collapsable Panel

2009-10-08 Thread Guilherme Aiolfi
Nice contribution. Thanks for sharing.But I think I found a bug. Here are the steps to reproduce: 1) Open all panels (First Panel, Second, ...) 2) Close all panels (Fifth Panel, Fourth Panel, ...) 3) Try to open all panels again (First Panel, Second, ...) When trying to open the Fourth Panel, Chro

Re: [qooxdoo-devel] New Contribution: Collapsable Panel

2009-10-08 Thread Jim Hunter
I tried to run the demo and got this: Phishing Site BlockedPhishing is a fraudulent attempt to get you to provide personal information under false pretenses. Thanks for the control, it looks great! Jim On Thu, Oct 8, 2009 at 4:31 PM, panyasan wrote: > > Hello qooxdooers, > > here comes another

[qooxdoo-devel] New Contribution: Collapsable Panel

2009-10-08 Thread panyasan
Hello qooxdooers, here comes another new contribution: a simple collapsable panel: https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib/collapsablePanel/trunk/ Demo is at http://m53s12.vlinux.de/cboulanger/collapsablepanel/build/ here is a Screenshot: ht

Re: [qooxdoo-devel] Again troubles with overriding "libraries"

2009-10-08 Thread thron7
>> >> >> "test" : { >> "extend" : ["libraries"] >> }, >> >> "test-source" : { >> "extend" : ["libraries"] >> } >> >> This basically restores your old design, with just "libraries" replacing >> "setupLibraries". I can't remember why I suggested removing it. >> > > I will test, but

Re: [qooxdoo-devel] Scroll into view problems

2009-10-08 Thread John Spackman
Hi Fritz, No difference; it's not that my callback isn't being called, it's that the call to qx.bom.element.Scroll.intoView has no effect after the first time. John -Original Message- From: Fritz Zaucker [mailto:zauc...@oetiker.ch] Sent: 07 October 2009 19:49 To: qooxdoo Development Sub

Re: [qooxdoo-devel] SelectBox changed behavior !

2009-10-08 Thread Christian Schmidt
Hi Jean-Noël, yes this should not be the problem. Could you please send me the old patch, that I can look what was effected. Cheers, Chris Jean-Noël Rivasseau schrieb: > Well, yes, if you have a bit of time I would appreciate a working patch :) > > On Thu, Oct 8, 2009 at 5:06 PM, Christian Schm

Re: [qooxdoo-devel] Again troubles with overriding "libraries"

2009-10-08 Thread Jean-Noël Rivasseau
> > > "test" : { > "extend" : ["libraries"] > }, > > "test-source" : { > "extend" : ["libraries"] > } > > This basically restores your old design, with just "libraries" replacing > "setupLibraries". I can't remember why I suggested removing it. > I will test, but I think it was

Re: [qooxdoo-devel] Javascript Scoping and Asynchronous Requests

2009-10-08 Thread aditya siram
I was not aware of the "call" method. Thanks! -deech On Thu, Oct 8, 2009 at 4:11 AM, Matthew Gregory > wrote: > Hi Again, > You need to change context.func(resp); to func.call(context, reps); > This has nothing to with it being a static class the orriginal code > won't work. > > Also in your cal

[qooxdoo-devel] Class Properties, firing events on nested properties

2009-10-08 Thread aditya siram
Hi all, I currently have a qx.ui.basic.Label as a class property: properties : { label : { nullable : true, apply : "label_changed" } } The "label_changed" method is fired once when the label is instantiated, but not when the "value" property of the label changes. Is there some w

Re: [qooxdoo-devel] Again troubles with overriding "libraries"

2009-10-08 Thread thron7
Hi Jean-Noel, > > - ! Unknown class referenced: uploadwidget.UploadForm (in: > editor.components.advanced.TextPage) > - ! Unknown class referenced: uploadwidget.UploadButton (in: > editor.components.advanced.TextPage) > - ! Unknown class referenced: uploadwidget.Upl

Re: [qooxdoo-devel] Test Driven Development - problem with qx.ui.Popup.placeToWidget()

2009-10-08 Thread Jean-Noël Rivasseau
Here is my code, might help: testBase: function() { document.body.innerHTML = ''; var inline = new qx.ui.root.Inline(document.getElementById("inlineDiv"), false, true); inline.setLayout(new qx.ui.layout.HBox()); var button = new qx.

[qooxdoo-devel] Cannot make HtmlArea editable 8.3

2009-10-08 Thread tsmiller
Qooxdoo developers, The problem: (all major browsers except IE have this problem. Safari has not been tested) I create a window that contains a window that contains a qooxdoo HtmlArea that is added to my main desktop. After adding (moving) this window to a different container (to save for later

[qooxdoo-devel] Test Driven Development - problem with qx.ui.Popup.placeToWidget()

2009-10-08 Thread Jean-Noël Rivasseau
Hi, After some weeks of investifgation our TDD is coming along fine. We have refactored the app a bit, and are now beginning to truely enjoy the benefits of TDD. The TestRunner app is fantastic (congrats to the guys in the Qx team that wrote it!), I now use it all the time instead of starting the

Re: [qooxdoo-devel] SelectBox changed behavior !

2009-10-08 Thread Jean-Noël Rivasseau
Well, yes, if you have a bit of time I would appreciate a working patch :) On Thu, Oct 8, 2009 at 5:06 PM, Christian Schmidt < schmidt.christ...@1und1.de> wrote: > Hi Jean-Noël, > > the playground on "http://demo.qooxdoo.org/current/playground/"; uses > always the last release, so at the moment q

Re: [qooxdoo-devel] Show Deprecated warnings

2009-10-08 Thread Fritz Zaucker
Hi Mike, I don't know the answer to your question. But as I had the same problem and solved it, by using the search window in firebug to just show lines with the word deprecated in it. With that it was very fast to find all files and lines I had to change. Cheers, Fritz On Thu, 8 Oct 2009, mshil

Re: [qooxdoo-devel] SelectBox changed behavior !

2009-10-08 Thread Christian Schmidt
Hi Jean-Noël, the playground on "http://demo.qooxdoo.org/current/playground/"; uses always the last release, so at the moment qx 0.8.3. I tested the code with the current trunk (rev. 20305) and it also works there. I think the patch that you are currently using has an issue and cause this beha

[qooxdoo-devel] Show Deprecated warnings

2009-10-08 Thread mshillin
Is it possible to have the generator show deprecated warnings during the source and/or build step. I only see warnings when the app is running (in firebug). Since so much has been deprecated (and removed from trunk) recently - this would be extremely helpful. Thanks Mike -- View this message

Re: [qooxdoo-devel] How to set a context menu for a qx.ui.tree.Tree but not for its items ?

2009-10-08 Thread Loïc Bresson -- Novlog
Derrell Lipman wrote: > In your item context menu event handler, I think you just need to call > e.stopPropagation(); to prevent the event from propagating up to the tree. This works. Thank you. -- Loïc Bresson -- Com

Re: [qooxdoo-devel] How to set a context menu for a qx.ui.tree.Tree but not for its items ?

2009-10-08 Thread Derrell Lipman
On Thu, Oct 8, 2009 at 10:40, Loïc Bresson -- Novlog < loic.bres...@novlog.com> wrote: > Loïc Bresson -- Novlog wrote: > > How should I do to have a context menu that appears only when I > click in > > an empty area of the tree ? > > I could add a listener for the event "contextmenu" on my tree a

Re: [qooxdoo-devel] How to set a context menu for a qx.ui.tree.Tree but not for its items ?

2009-10-08 Thread Loïc Bresson -- Novlog
Loïc Bresson -- Novlog wrote: > How should I do to have a context menu that appears only when I click in > an empty area of the tree ? I could add a listener for the event "contextmenu" on my tree and check if any item is selected, but how to display the context menu on the screen ? -- Loïc

Re: [qooxdoo-devel] IE 6 weirdness when adding table.Simple()

2009-10-08 Thread Ken MacDonald
We've pretty much given up on trying to figure this out. We also tried serving the app with nginx, but it doesn't work there either. So, if we want to have a qooxdoo app with Tables, we need to serve it with Apache in order for it to work with IE 6. At some point I may have to rewrite the app witho

[qooxdoo-devel] How to set a context menu for a qx.ui.tree.Tree but not for its items ?

2009-10-08 Thread Loïc Bresson -- Novlog
Hi. I have in my application a qx.ui.tabview.Page which contains a qx.ui.tree.Tree. In order to add new items to my tree, I've set a context menu for each item, allowing me to add a new item into the right-clicked item. Until there everything works fine. The problem is that the tree root is hi

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread skar
Derrell Lipman wrote: this.table.startEditing(); But the cell's value is still the old one inside the celleditor. Any ideas? setUserData takes two parameters: a key and a value. It's used ONLY by your code, which can later retrieve the value with getUserData(key). So in your f

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread Derrell Lipman
On Thu, Oct 8, 2009 at 10:08, skar wrote: > Derrell Lipman wrote: > > > Hmmm... The cell editor factory is passed col, row, xPos, value, and table. > Since it gets the table, you could have previously used table.setUserData() > with the new value, and pull it into the cell editor in the factory.

Re: [qooxdoo-devel] SelectBox changed behavior !

2009-10-08 Thread Jean-Noël Rivasseau
Hi, your code definitely shows it working with old behavior. Is it trunk or 0.8.3 on the playground? I have 0.8.3 but patched with martin's diffs to get databinding working with single selection widgets, so this may be the cause of the behavior I am seeing. it would be nice to test the same code b

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread skar
Derrell Lipman wrote: Hmmm... The cell editor factory is passed col, row, xPos, value, and table. Since it gets the table, you could have previously used table.setUserData() with the new value, and pull it into the cell editor in the factory. Just a thought. Yes, but

Re: [qooxdoo-devel] Again troubles with overriding "libraries"

2009-10-08 Thread thron7
Hi Jean-Noel, I got your files, but haven't looked at them. I'm too busy with major work on the dependency checker, but I'll have a look as soon as possible. T. Jean-Noël Rivasseau wrote: > Hi Thomas, Have you had a chance to look at the problem? > > On Fri, Oct 2, 2009 at 7:19 PM, Jean-Noël Ri

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread Derrell Lipman
On Thu, Oct 8, 2009 at 09:51, skar wrote: > Derrell Lipman wrote: > > On Thu, Oct 8, 2009 at 09:24, skar wrote: > > Yup, tableModel.setValue does the job. I was using setRows previously > which also worked fine. However, what I want is the state to be like before > the save was attempted. > >

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread skar
Alexander Steitz wrote: Hi skar, On Thursday 08 October 2009 skar wrote: Yes, I needed the data during editing, so that upon "enter", I can pass the new data to server and if it says ok I can save this new data into the model. I could get the cell editor using the table's pane's cellfactory

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread skar
Derrell Lipman wrote: On Thu, Oct 8, 2009 at 09:24, skar > wrote: Yup, tableModel.setValue does the job. I was using setRows previously which also worked fine. However, what I want is the state to be like before the save was attempted. Before p

Re: [qooxdoo-devel] How can I stop scrolling from making popups disappearing?

2009-10-08 Thread thron7
Thanks for reporting back, Jean-Noel. T. Jean-Noël Rivasseau wrote: > I achieved what I wanted to do by setting autoHide to false. > > On Fri, Sep 18, 2009 at 9:18 PM, Jean-Noël Rivasseau > mailto:elva...@gmail.com>> wrote: > > Hello, > > I know that *normally* when you click on something

Re: [qooxdoo-devel] re trieve xml from a php-file

2009-10-08 Thread thron7
> That was the main point, that helped me find out what a _monumental idiot_ I > am. > I didn't call the qx source throu my localhost!!! That's why the php didn't > work. > I'm terribly sorry to waste anyone's time with my amateurism. > Ah, don't be too hard on yourself :). These things happen

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread Derrell Lipman
On Thu, Oct 8, 2009 at 09:24, skar wrote: > Yup, tableModel.setValue does the job. I was using setRows previously which > also worked fine. However, what I want is the state to be like before the > save was attempted. > > Before pressing enter, the user has the celleditor open with his new value

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread Alexander Steitz
Hi skar, On Thursday 08 October 2009 skar wrote: > Yes, I needed the data during editing, so that upon "enter", I can pass > the new data to server and if it says ok I can save this new data into > the model. > > I could get the cell editor using the table's pane's cellfactory > private/protected

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread skar
Derrell Lipman wrote: On Thu, Oct 8, 2009 at 09:14, skar > wrote: Derrell Lipman wrote: I think you're going about this in the wrong way. There is already an event intended for this purpose. When the editor is finished (your second press of "E

Re: [qooxdoo-devel] Installation de SL et compte invit é

2009-10-08 Thread Loïc Bresson -- Novlog
Loïc Bresson -- Novlog wrote: > http://www.macgeneration.com/news/voir/136531/snow-leopard-mefiez-vous-du-compte-invite > This mail was not for the ML (I was in the wrong folder when I sent it form thunderbird, but it was too late when I noticed the mistake -_-). Sorry for the inconvenience :s

[qooxdoo-devel] Installation de SL et compte invit é

2009-10-08 Thread Loïc Bresson -- Novlog
http://www.macgeneration.com/news/voir/136531/snow-leopard-mefiez-vous-du-compte-invite -- Loïc Bresson -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to att

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread Derrell Lipman
On Thu, Oct 8, 2009 at 09:14, skar wrote: > Derrell Lipman wrote: > > > I think you're going about this in the wrong way. There is already an event > intended for this purpose. When the editor is finished (your second press of > "Enter"), the event "dataEditied" will be fired. This is a data eve

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread skar
Derrell Lipman wrote: I think you're going about this in the wrong way. There is already an event intended for this purpose. When the editor is finished (your second press of "Enter"), the event "dataEditied" will be fired. This is a data event and its data is a map with row, col, oldValue, a

[qooxdoo-devel] Rendering with Canvas

2009-10-08 Thread frederic
Hello qooxdoo team, To speed up the rendering of qooxdoo app, I ask me if the use of canvas tags could be a good choice for a faster rendering instead of current nested DIVs. Have you experimented or planned some tests ? regards Fred -- View this message in context: http://n2.nabble.com/Renderin

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread Derrell Lipman
On Thu, Oct 8, 2009 at 04:06, skar wrote: > Hi, > > When I press "enter" on a cell, it's in edit mode and when I press > "enter" again, the celleditor closes and focuses on the next row and > starts editing it. > > I need to save the updated data to the server, before focusing on the > next row a

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread skar
Alexander Steitz wrote: Hi Skar, On Thursday 08 October 2009 skar wrote: skar wrote: Now, the first Enter isn't received at all, and the celleditor is opened. And when I press enter again, the listener is called this time and since I call stopPropagation, it doesn't reach the table, so

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread skar
Alexander Steitz wrote: Hi skar, On Thursday 08 October 2009 skar wrote: skar wrote: Hi, When I press "enter" on a cell, it's in edit mode and when I press "enter" again, the celleditor closes and focuses on the next row and starts editing it. I need to save the updated data to the s

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread Alexander Steitz
Hi Skar, On Thursday 08 October 2009 skar wrote: > skar wrote: > > Now, the first Enter isn't received at all, and the celleditor is > > opened. And when I press enter again, the listener is called this time > > and since I call stopPropagation, it doesn't reach the table, so the > > celleditor is

Re: [qooxdoo-devel] re trieve xml from a php-file

2009-10-08 Thread sikd
thron7-2 wrote: > > You might also want to check your Firebug's net tab, to see request and > response bodies. > That was the main point, that helped me find out what a _monumental idiot_ I am. I didn't call the qx source throu my localhost!!! That's why the php didn't work. I'm terribly sorr

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread Alexander Steitz
Hi skar, On Thursday 08 October 2009 skar wrote: > skar wrote: > > Hi, > > > > When I press "enter" on a cell, it's in edit mode and when I press > > "enter" again, the celleditor closes and focuses on the next row and > > starts editing it. > > > > I need to save the updated data to the server, b

Re: [qooxdoo-devel] Blueprint JSON Structure Discussion

2009-10-08 Thread dmbaggett
I understand the desire to capture forms as JSON, but one thing I've found with my own very similar work on forms is that you really need the ability to associate JavaScript code with various parts of the form definition. Here's what I've done: - you define your form hierarchically -- similarly t

Re: [qooxdoo-devel] Hiding/destroying

2009-10-08 Thread Alexander Steitz
Hi, On Thursday 08 October 2009 f...@mail.dnttm.ro wrote: > My bad - used to Java, C# & Co. makes me forget about the this. prefix all > the time. (Could have something to do with writing code at 03:00 am.) > Oddly enough, however, there were no errors in the browser error console > (FF 3.5). N

Re: [qooxdoo-devel] SelectBox changed behavior !

2009-10-08 Thread Christian Schmidt
Hi Jean-Noël, could you please send me a code snippet to reproduce this issue. I tried it, but I could reproduce it: http://demo.qooxdoo.org/current/playground/#%7B%22code%22%3A%20%22var%2520selectBox%2520%253D%2520new%2520qx.ui.form.SelectBox%28%29%253B%250A%250Afor%2520%28var%2520i%2520%253D%25

Re: [qooxdoo-devel] qooxdoo "IDE" -- Request for Comments

2009-10-08 Thread Helder Magalhães
Hi Derrell, Derrell Lipman wrote: > > Since I'm back in > grad school now, though, I have decided to do a Phase I of this as my term > project for my Human Computer Interaction course. > It's great to know you are thinking about this, I really feel like this would be an great helper for the

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread skar
skar wrote: > Now, the first Enter isn't received at all, and the celleditor is > opened. And when I press enter again, the listener is called this time > and since I call stopPropagation, it doesn't reach the table, so the > celleditor is still open, which is what I want. > > However, my doubt

Re: [qooxdoo-devel] qooxdoo "IDE" -- Request for Comments

2009-10-08 Thread flj
Hi. My thoughts on this: First, I'd personally be curious about what tools people use for qooxdoo development right now, in absence of a proper IDE, and of their working habits - what they use more: the inspector, the source build, how they integrate running scripts with their "IDEs" etc. Sec

Re: [qooxdoo-devel] Hiding/destroying

2009-10-08 Thread flj
Hi again. My bad - used to Java, C# & Co. makes me forget about the this. prefix all the time. (Could have something to do with writing code at 03:00 am.) Oddly enough, however, there were no errors in the browser error console (FF 3.5). I try to make an app which shows a menu bar, and below it

Re: [qooxdoo-devel] SelectBox changed behavior !

2009-10-08 Thread Matthew Gregory
I am quite sure (not 100%) that if you use the modelSelection property than it should work OK. You need to set the model property of each list item to the data value for it first. HTH, Matt Jean-Noël Rivasseau wrote: > Hi > > On 0.8.2 with the old value API, if you registered an event or data

[qooxdoo-devel] SelectBox changed behavior !

2009-10-08 Thread Jean-Noël Rivasseau
Hi On 0.8.2 with the old value API, if you registered an event or data binding on the value property, this took place only when the user finally made its choice, eg clicked the SelectBox ListItem. Now in 0.8.3 with the selection property it happens when the user hovers with the mouse on the list

Re: [qooxdoo-devel] How can I stop scrolling from making popups disappearing?

2009-10-08 Thread Jean-Noël Rivasseau
I achieved what I wanted to do by setting autoHide to false. On Fri, Sep 18, 2009 at 9:18 PM, Jean-Noël Rivasseau wrote: > Hello, > > I know that *normally* when you click on something else, popups disappear. > But this is due to the following line of code in PopupManager: > > qx.bom.Element.

Re: [qooxdoo-devel] Again troubles with overriding "libraries"

2009-10-08 Thread Jean-Noël Rivasseau
Hi Thomas, Have you had a chance to look at the problem? On Fri, Oct 2, 2009 at 7:19 PM, Jean-Noël Rivasseau wrote: > I am attaching my full config file + the output of generate.py. The error > is (sorry for not sending earlier): > > - ! Unknown class referenced: uploadwidget.UploadForm (in:

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread skar
skar wrote: > > If I could somehow inherit from the table class, and have the "enter" > keypress event to myself, then I can bubble it to the parent class > when starting editing, while stopping it from bubbling when it's > already editing. Is that possible? I setup a listener like this: >> >>

Re: [qooxdoo-devel] Javascript Scoping and Asynchronous Requests

2009-10-08 Thread Matthew Gregory
Hi Again, You need to change context.func(resp); to func.call(context, reps); This has nothing to with it being a static class the orriginal code won't work. Also in your calling code you do not have any closures so you don't need to sore 'this' in 'that' simply do this: var callback = Utility.

Re: [qooxdoo-devel] Styling tabview

2009-10-08 Thread monika.falk
Hi Cris Thanks for the attachment. I will play with it and if I have any problems I let you know. S pozdravem / Best regards, Monika Falk, Software Specialist Tieto Message: 7 Date: Thu, 08 Oct 2009 10:17:15 +0200 From: Christian Schmidt Subject: Re: [qooxdoo-devel] Styling tabview To: qoox

Re: [qooxdoo-devel] Hiding/destroying

2009-10-08 Thread Alexander Steitz
Hi, On Thursday 08 October 2009 f...@mail.dnttm.ro wrote: > I have created a desktop window with some text in it: > > var windowManager = new qx.ui.window.Manager(); > var desktop = new mc.ui.Desktop(windowManager); > var label = new qx.ui.basic.Label("Some text"); > label.setRich(true); > label.

Re: [qooxdoo-devel] Styling tabview

2009-10-08 Thread Christian Schmidt
Hi Monika, I don't know what's happened with the attachment. So sorry for the confusion. http://n2.nabble.com/attachment/3780912/0/testTabView.rar Cheers, Chris monika.f...@tieto.com schrieb: > > Hi Chris > > I am not sure if attachments are not stripped off as I do not receive any > attachm

Re: [qooxdoo-devel] qooxdoo "IDE" -- Request for Comments

2009-10-08 Thread Burak Arslan
Hey Derrell, First off, i'm glad this problem is getting some attention. Derrell Lipman yazmış: > 1. What do you find to be your most time-consuming or tedious tasks > while developing qooxdoo applications? Two points here: * Designing forms. That's why i built jsqt. i'm rewriting it right now

Re: [qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread skar
skar wrote: > Hi, > > When I press "enter" on a cell, it's in edit mode and when I press > "enter" again, the celleditor closes and focuses on the next row and > starts editing it. > > I need to save the updated data to the server, before focusing on the > next row and editing it. The correspond

[qooxdoo-devel] pressing enter on celleditor focuses on next row

2009-10-08 Thread skar
Hi, When I press "enter" on a cell, it's in edit mode and when I press "enter" again, the celleditor closes and focuses on the next row and starts editing it. I need to save the updated data to the server, before focusing on the next row and editing it. The corresponding line seems to be line

[qooxdoo-devel] Hiding/destroying

2009-10-08 Thread flj
Hi. Newbie question again. I have created a desktop window with some text in it: var windowManager = new qx.ui.window.Manager(); var desktop = new mc.ui.Desktop(windowManager); var label = new qx.ui.basic.Label("Some text"); label.setRich(true); label.setFont(new qx.bom.Font(28, ["Verdana", "san

Re: [qooxdoo-devel] Textarea Issue

2009-10-08 Thread Alexander Steitz
Hi Ingrid, On Wednesday 07 October 2009 Ingrid Lohmann wrote: > I implemented a textarea in my application, which works well under the > firefox browser, i.e. if it contains large amounts of content, scrolbars > automatically are shown. If I check the same application with the > microsoft inter

Re: [qooxdoo-devel] qooxdoo "IDE" -- Request for Comments

2009-10-08 Thread Fritz Zaucker
On Thu, 8 Oct 2009, skar wrote: > Yup, smart client does seem good. > http://www.smartclient.com/index.jsp?skin=Enterprise#fetchOperation has > good demo. For eg, the live grid is the same as qooxdoo's as far as > functionality goes, but looks nicer. Of course, it's a matter of taste, > still

Re: [qooxdoo-devel] New contrib: jqxplot

2009-10-08 Thread skar
Fritz Zaucker wrote: > Hi, > > just found this: > > http://g.raphaeljs.com/ Ok, so the chart library is already there. Nice to have so many options. cheers, skar. -- -- The life so short, the craft so long to learn. -

Re: [qooxdoo-devel] qooxdoo "IDE" -- Request for Comments

2009-10-08 Thread skar
Petr Kobalíček wrote: > > Also I'd like to see databinding comparisons with other js libs, for > example with ExtJS and Smartclient, and maybe Dojo. To compare how > these libs are engineered. Personally I want to try smartclient in my > next app to be able to compare databinding myself. > Yup,