Re: [qooxdoo-devel] Custom browser

2007-08-22 Thread dperez
That's not an easy task. But you have the source code of Firefox available to do any kind of improvements and hacks. thron7 wrote: > > David, > > very interesting, thanks for the pointer. I dream of doing my own > browser, but not in terms of UI, but rather in terms of internal > organisation

Re: [qooxdoo-devel] window.sizeToContent()

2007-08-22 Thread Ferenczi Viktor
Could you please attach a simple script to reproduce your problem? - Viktor szerda 22 augusztus 2007 dátummal dperez ezt írta: > I call sizeToContent() after qx.ui.core.Widget.flushGlobalQueues(), but > only the top of the window is rendered. The rest of the window isn't even > painted. Very str

Re: [qooxdoo-devel] Custom browser

2007-08-22 Thread Leander Hanwald
Hey, this is a really usefull link, thank you! :) dperez wrote: > I have used this as a good starting point: http://wiki.mozilla.org/WebRunner > I haven't even been able to install the Adobe Air runtime on my computer. > :-( > Has anyone gotten good results with Adobe Air? > > > frederic wrote: >

Re: [qooxdoo-devel] Specifying Sort Type for Table Data

2007-08-22 Thread westor
Hi have you solved you sorting problem? I have a solution, quick and dirty, but working for me. As Derrell suggested, I wrote a subclass for qx.ui.table.model.Simple (in 0.7.1). If you are interested, please contact me. Cheers Torsten veerappa wrote: > > Thank you Derrell for your prompt helpi

Re: [qooxdoo-devel] Custom browser

2007-08-22 Thread thron7
David, very interesting, thanks for the pointer. I dream of doing my own browser, but not in terms of UI, but rather in terms of internal organisation (request/event processing, concurrency, ...). =Thomas > I have used this as a good starting point: http://wiki.mozilla.org/WebRunner > I haven't e

Re: [qooxdoo-devel] Custom browser

2007-08-22 Thread dperez
I have used this as a good starting point: http://wiki.mozilla.org/WebRunner I haven't even been able to install the Adobe Air runtime on my computer. :-( Has anyone gotten good results with Adobe Air? frederic wrote: > > Hi David, > Thanks for your feedback. Where can we find this custom brows

Re: [qooxdoo-devel] Custom browser

2007-08-22 Thread frederic
Hi David, Thanks for your feedback. Where can we find this custom browser (release somewhere) ? FYI, if you "make air", your can run your app on Adobe, have you try it ? frederic dperez wrote: > > Hi list, > > I would like to share my experiences with qooxdoo and a custom browser: > > I'm ve

Re: [qooxdoo-devel] Aptana support for 0.7

2007-08-22 Thread dperez
That's true, it has improved. But I miss these features: http://www.aptana.com/trac/ticket/5650 http://www.aptana.com/trac/ticket/5649 I have opened a couple of tickets. If you also miss them, you can add comments, to encourage its implementation. Chris Banford-2 wrote: > > Hi qooxdoo gang,

Re: [qooxdoo-devel] wrap text in table cell

2007-08-22 Thread westor
Hi Derrell, I tryed your code with the stable 0.7.1 (never worked with SVN and brunches, but I should become familar with this in future... ;-) ): I appended the style with the white-space property var html = "" + cellInfo.value + ""; and this works for me. Thank your again for support. I think,

[qooxdoo-devel] Aptana support for 0.7

2007-08-22 Thread Chris Banford
Hi qooxdoo gang, Have just seen that the latest release of Aptana has added support for 0.7. Here's the item from the Automatic Update list: #4043: Support qooxdoo version 0.7+ OO class definition syntax Just thought I'd pass this along if anyone's interested. -Chris PS. Aptana has gotten a

[qooxdoo-devel] Custom browser

2007-08-22 Thread dperez
Hi list, I would like to share my experiences with qooxdoo and a custom browser: I'm very happy of the results of using Qooxdoo in a custom browser based on Firefox (XulRunner). It's hard to tell a web page is used as the UI. In this way, I'm changing gradually my desktop app to be qooxdoo-bas