jbaron / qx-typed

Using Qooxdoo within TypeScript
27 stars 11 forks source link

Convert Qooxdoo Dialog Library #4

Closed tcsaddul closed 9 years ago

tcsaddul commented 9 years ago

Can you teach/help me convert this dialog library https://github.com/cboulanger/qx-contrib-Dialog to qx-typed? I found it a very nice add on library which deals with common UI.

If you can teach me how to convert just one class i.e. dialog.Alert, then maybe I can use that pattern to convert the rest.

Maybe a definition file is enough? I'm confused with the use of qx.Class.define in the code as well as using Maps inside which makes it harder to convert...

In the meantime, I'm following trying to understand your codes in CATS i.e. the use of ConfigDialog inheritance to create data entry forms. I did have a similar approach in C#.NET learning Typescript is easier. However, the libraries around Qooxdoo are written in Javascript.

tcsaddul commented 9 years ago

No worries... I managed to develop my own dialog library from scratch which is simpler to use.