Re: [qooxdoo-devel] Qooxdoo for begginer

2014-12-30 Thread Johan
Hi, Thanks for this job ! I will watch your github! Cheers, Johan Le 30/12/2014 20:11, Varol Okan a écrit : > Okay, > > this is open source. So, one stalled project can be picked up by another > team. > I just ported qxrad ( Also known as : qxGUIDesigner, qxIDE, qxRAD ) to > Qx 4.0.1 and made

Re: [qooxdoo-devel] Qooxdoo for begginer

2014-12-30 Thread Varol Okan
Heym, I am not planing in changing the licenses, as such, the original licenses were : License Eclipse Public License, GNU General Public License version 2.0 (GPLv2) I added the two files to the repo. Cheers, Varol :) On 12/30/2014 03:14 PM, Florian Wilhelm wrote: > I appreciate the effort, b

Re: [qooxdoo-devel] Qooxdoo for begginer

2014-12-30 Thread Florian Wilhelm
I appreciate the effort, but I can't find any license information in this project which disqualifies it as "open source". Would you mind to clarify this? Thanks. On 30.12.2014 20:11, Varol Okan wrote: > Okay, > > this is open source. So, one stalled project can be picked up by another > team. >

Re: [qooxdoo-devel] Qooxdoo for begginer

2014-12-30 Thread Varol Okan
Okay, this is open source. So, one stalled project can be picked up by another team. I just ported qxrad ( Also known as : qxGUIDesigner, qxIDE, qxRAD ) to Qx 4.0.1 and made it available on github. Note: 4.0.1 because that is what I am using in http://AstraNOS.org at the moment. It took a whol

Re: [qooxdoo-devel] Quickly reference widgets in browser and code

2014-12-30 Thread Petr Kobalíček
Yeah, problems arise when there are relations and nested models. In the app I'm working on at the moment there are at least 10 nested models that are updated by a single "update" call, including insertion and deletion, pretty complex. I ended up having something like model that also specifies how i

Re: [qooxdoo-devel] Quickly reference widgets in browser and code

2014-12-30 Thread paragasu
I wrote a simple abstraction to automatically generate form based on the given postgresql table definition. I work well so far :) On 30 Dec 2014 17:45, "Petr Kobalíček" wrote: > Hi, > > you are right of course, nothing is "generally" wrong, but I hope you > received the message. When you start u

Re: [qooxdoo-devel] Quickly reference widgets in browser and code

2014-12-30 Thread Petr Kobalíček
Hi, you are right of course, nothing is "generally" wrong, but I hope you received the message. When you start using component oriented architecture you won't need these selectors anymore as everything is handled by components' themselves. Qooxdoo is not declarative, that's also true, and this wa