Re: [qooxdoo-devel] How to implement a splitter with extra widgets (buttons)

2012-07-05 Thread Martin Wittemann
Hey, thanks for the sample. Checked it out a bit and I think I might have an Idea how to solve that. The z-index trick did not work unfortunately so we can only remove the blocker on mouseover. It should a bit oversized but I can't imagine another solution currently. So attach a Listener to the

Re: [qooxdoo-devel] DateField format (timezone) display

2012-07-05 Thread Lance
Done. http://bugzilla.qooxdoo.org/show_bug.cgi?id=6603 Thanks. On Thu, Jul 5, 2012 at 10:47 AM, Christopher Zündorf wrote: > Ok, > > I thought you just wanted to display the DateString value without > modification. > > Our DateField seems to parse the Date only on displaying. > Would you please

[qooxdoo-devel] VirtualComboBox converting values

2012-07-05 Thread marv
Hi, In de virtualComboBox class the following function is defined: __convertValue : function(modelItem) { var labelOptions = this.getLabelOptions(); var formatter = this.getDefaultFormat(); var labelPath = this.getLabelPath(); var result = null; if (labelPath !=

Re: [qooxdoo-devel] How to implement a splitter with extra widgets (buttons)

2012-07-05 Thread Peter Schneider
Sorry about that 'unknown child' naming ;) Yes those are the names of the button children. I've tried to create a playground example for this, that might help: Unfortunately our network does not allow me to use the "Shorten URL" button :( ...so attached you'll find the code to be used in the playg

Re: [qooxdoo-devel] DateField format (timezone) display

2012-07-05 Thread Christopher Zündorf
Ok, I thought you just wanted to display the DateString value without modification. Our DateField seems to parse the Date only on displaying. Would you please open a bug for this? Greetz Christopher Am 05.07.2012 um 13:36 schrieb Lance: > Thank you for your response and the example. > >

Re: [qooxdoo-devel] How to implement a splitter with extra widgets (buttons)

2012-07-05 Thread Martin Wittemann
Hey, I have never head of such child controls named fade-first. Are these your widgets? Regards, Martin Am 05.07.2012 um 09:36 schrieb Peter Schneider: > Hi Martin, > > I've tried, but unfortunately with no success. The z-index is set correct[3], > but still no luck with the buttons. > At least

Re: [qooxdoo-devel] Qooxdoo server deployment.

2012-07-05 Thread deniska
Great! That's what I thought. After working with GM scripts I just fell in love with qooxdoo, so going to use it for my websites development :) -- View this message in context: http://qooxdoo.678.n2.nabble.com/Qooxdoo-server-deployment-tp7580543p7580546.html Sent from the qooxdoo mailing list ar

Re: [qooxdoo-devel] DateField format (timezone) display

2012-07-05 Thread Lance
Thank you for your response and the example. This seems counter-intuitive, as the documentation for DateFormat states: "The same format patterns will be used for both parsing and output formatting." In both examples (yours and mine) isoUtcDateTime has been specified. I would therefore expect the

Re: [qooxdoo-devel] book - documentation

2012-07-05 Thread Ana Rita Sousa
It's great!!! Congratulations. 2012/7/5 heronote > Free qooxdoo ebook: > > http://www.heronote.com/files/qooxdoo.htm > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/book-documentation-tp2363835p7580540.html > Sent from the qooxdoo mailing list archive at Nabble.com. > >

Re: [qooxdoo-devel] qooxdoo 2.0 and 1.6.1 released

2012-07-05 Thread heronote
Free qooxdoo ebook update: http://www.heronote.com/files/qooxdoo.htm -- View this message in context: http://qooxdoo.678.n2.nabble.com/qooxdoo-2-0-and-1-6-1-released-tp7580383p7580539.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] Beginner's guide on qooxdoo

2012-07-05 Thread heronote
Free qooxdoo ebook: http://www.heronote.com/files/qooxdoo.htm -- View this message in context: http://qooxdoo.678.n2.nabble.com/Beginner-s-guide-on-qooxdoo-tp7137207p7580541.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] book - documentation

2012-07-05 Thread heronote
Free qooxdoo ebook: http://www.heronote.com/files/qooxdoo.htm -- View this message in context: http://qooxdoo.678.n2.nabble.com/book-documentation-tp2363835p7580540.html Sent from the qooxdoo mailing list archive at Nabble.com. ---

Re: [qooxdoo-devel] Qooxdoo server deployment.

2012-07-05 Thread John Spackman
Hi Denis On your PC run "./generate.py build" and then you can copy the entire "build" folder to your web server - it's a self contained distribution and should "just work". John On 05/07/2012 10:26, "deniska" wrote: >Hi, all. > >So far I was writing greasemonkey scripts, using qooxdoo. Which

[qooxdoo-devel] Qooxdoo server deployment.

2012-07-05 Thread deniska
Hi, all. So far I was writing greasemonkey scripts, using qooxdoo. Which means the scripts were injected into existing web page, without me having to actually deploy my code at server side. Now I'm wondering how deployment on the web server works. Let's say I have a standard hosting with cPanel a

Re: [qooxdoo-devel] How to implement a splitter with extra widgets (buttons)

2012-07-05 Thread Peter Schneider
Hi Martin, I've tried, but unfortunately with no success. The z-index is set correct[3], but still no luck with the buttons. At least when I set the z-Index of the buttons (see footnote below, too) I had once a similar idea, but did forgot to remember that it didn't work ;) Any further ideas are