Re: [qooxdoo-devel] Is there a way to draw a qx.ui.basic.image...

2014-10-15 Thread Christian Krüger
Hi, Am 14.10.2014 um 23:10 schrieb JBaron: > Not sure if this helps, but here is link of a piece of code that draws a > image on a q.ui.embed.canvas (however this a plain Image object, not > qx.ui.basic.image). yes, I'm already familar with this solution, but hoped there is also a way for the

Re: [qooxdoo-devel] qooxdoo-contrib, again

2014-10-15 Thread Florian Wilhelm
On 15.10.2014 13:28, Dietrich Streifert wrote: > We have a heavy qx.desktop application online (the German Resuscitation > Registry http://www.reanimationsregister.de). "test" "test"-login seems not to work with that demo system.. ---

Re: [qooxdoo-devel] qooxdoo-contrib, again

2014-10-15 Thread Petr Kobalíček
SPA - Single Page Application, probably not widely used term here ;) ? Qooxdoo is verbose because of programmatic ways of doing everything. I developed a JSON based form builder that handles everything for qooxdoo, but it's a lot of code and I didn't open source it as it's a bit connected with the

Re: [qooxdoo-devel] qooxdoo-contrib, again

2014-10-15 Thread John Spackman
Hi Petr I’m not using Angular but out of curiosity - what makes Qooxdoo more verbose? Also, what’s an SPA - a plugin? John On 15 Oct 2014, at 12:44, Petr Kobalíček wrote: > I don't think that comparison with angular is wrong. One qooxdoo app I wrote > has more than 30k lines, but it's also

Re: [qooxdoo-devel] qooxdoo-contrib, again

2014-10-15 Thread Petr Kobalíček
I don't think that comparison with angular is wrong. One qooxdoo app I wrote has more than 30k lines, but it's also because qooxdoo is very verbose. Recently, we started using angular at the company and I can tell you that I was against from the beginning, because of my qooxdoo experience. But now

Re: [qooxdoo-devel] qooxdoo-contrib, again

2014-10-15 Thread Dietrich Streifert
Hi all, Am 14.10.2014 um 20:54 schrieb woprandi: > After around one year developpement (no full-time) I'm satisfied about > Qooxdoo. The migration is not terminated but the app now has over 10k lines > of code. And qooxdoo is well suitable for our need to write big business > application. > > My m

Re: [qooxdoo-devel] Scroll a table row into view - by its value

2014-10-15 Thread kirra5
Hi, Thank you very much! Then we will do it this way. -- View this message in context: http://qooxdoo.678.n2.nabble.com/Scroll-a-table-row-into-view-by-its-value-tp7586280p7586283.html Sent from the qooxdoo mailing list archive at Nabble.com. -

Re: [qooxdoo-devel] qooxdoo-contrib, again

2014-10-15 Thread John Spackman
Hi all Martin thanks for your response; I think Martin’s point here is particularly valid: > But as this is in the end a open source project, we would be happy if someone > want to take care of that. Of course we would be available for discussions > and for some help but most of the stuff coul

Re: [qooxdoo-devel] Scroll a table row into view - by its value

2014-10-15 Thread Mustafa Sak
Hi, I would implement a server side service to ask for the row index. Take that value and call #scrollCellVisible [1] [1] http://demo.qooxdoo.org/current/apiviewer/#qx.ui.table.Table~scrollCellVisible!method_public Gruß Mustafa Sak Applications & Integration 1&1 Internet AG Ernst-Frey-Straße

[qooxdoo-devel] Scroll a table row into view - by its value

2014-10-15 Thread kirra5
Hi The situation is like this: let's say we have a table with 1 rows and 5 columns (name, surname, ...). We are using the remote table model. Now we want to scroll into view the first row, where the "name" starts with "S". We don't know the index of the row, we only know the "value" and the "c