New Contribution: Dialog widgets

View: New views
5 Messages — Rating Filter:   Alert me  

New Contribution: Dialog widgets

by panyasan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello, this is another installment in our continuing series "unpolished
contributions in search of code wizards": the "Dialog" contribution:

https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib/Dialog/trunk/

Demo:

http://m53s12.vlinux.de/cboulanger/dialog/build/

>From the README:

"The Dialog project provides many often-used widgets required in user
interaction, such as alert, confirm, prompt, and others that simplify
the web developer's daily work."

How to use the widgets:

https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib/Dialog/trunk/demo/default/source/class/dialog/demo/Application.js

The dialog widgets come from the qcl contribution, but I decided to put them
into a dedicated contrib after a bit of venturing in the
themes/appearances/decorator section of the qooxdoo architecture. I thought
there MUST be some better way of coding the dialog widgets than the way that
I did - in my solution, the styling is hardcoded  (modal groupboxes). So if
you like the idea of a set of dialog widgets, but have a good sense of how
to do it with themeing, dig in!!

Cheers


--
View this message in context: http://n2.nabble.com/New-Contribution-Dialog-widgets-tp3965124p3965124.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: New Contribution: Dialog widgets

by Daniel Hirtzbruch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Nice one, thank you! I'll try this contrib as soon as its possible to me,
already searched for some "rdy2use" dialogs.


panyasan wrote:
>
> Hello, this is another installment in our continuing series "unpolished
> contributions in search of code wizards": the "Dialog" contribution:
>

--
View this message in context: http://n2.nabble.com/New-Contribution-Dialog-widgets-tp3965124p3965366.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: New Contribution: Dialog widgets

by Martin Wittemann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hello Christian,
this looks really good. I especially like the wizzard. Have seen my forms in
there. ;)
Best,
Martin



panyasan wrote:

>
> Hello, this is another installment in our continuing series "unpolished
> contributions in search of code wizards": the "Dialog" contribution:
>
> https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib/Dialog/trunk/
>
> Demo:
>
> http://m53s12.vlinux.de/cboulanger/dialog/build/
>
> From the README:
>
> "The Dialog project provides many often-used widgets required in user
> interaction, such as alert, confirm, prompt, and others that simplify
> the web developer's daily work."
>
> How to use the widgets:
>
> https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo-contrib/Dialog/trunk/demo/default/source/class/dialog/demo/Application.js
>
> The dialog widgets come from the qcl contribution, but I decided to put
> them into a dedicated contrib after a bit of venturing in the
> themes/appearances/decorator section of the qooxdoo architecture. I
> thought there MUST be some better way of coding the dialog widgets than
> the way that I did - in my solution, the styling is hardcoded  (modal
> groupboxes). So if you like the idea of a set of dialog widgets, but have
> a good sense of how to do it with themeing, dig in!!
>
> Cheers
>
>
>

--
View this message in context: http://n2.nabble.com/New-Contribution-Dialog-widgets-tp3965124p3998964.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: New Contribution: Dialog widgets

by panyasan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message




MartinWittemann wrote:
>
> Hello Christian,
> this looks really good. I especially like the wizzard. Have seen my forms
> in there. ;)
>

Yes, your form databinding was very useful for the form dialog and the
wizard! But as I said, it would be great if someone felt the calling to help
with rewriting the contribution with themeing instead of the hard-coded
styling currently used. I won't have the time for that. And at least it
would seem to me that such dialogs are just the bread-and-butter tools for
responsive web applications.

Best,

Christian
--
View this message in context: http://n2.nabble.com/New-Contribution-Dialog-widgets-tp3965124p3999332.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: New Contribution: Dialog widgets

by benco :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Nice contribution, Christian ! I previously worked on a class to accomplish
things like it but it was based on windows. Anyways, your version seems
better :-)

BenoƮt.


panyasan wrote:

>
>
>
> MartinWittemann wrote:
>>
>> Hello Christian,
>> this looks really good. I especially like the wizzard. Have seen my forms
>> in there. ;)
>>
>
> Yes, your form databinding was very useful for the form dialog and the
> wizard! But as I said, it would be great if someone felt the calling to
> help with rewriting the contribution with themeing instead of the
> hard-coded styling currently used. I won't have the time for that. And at
> least it would seem to me that such dialogs are just the bread-and-butter
> tools for responsive web applications.
>
> Best,
>
> Christian
>

--
View this message in context: http://n2.nabble.com/New-Contribution-Dialog-widgets-tp3965124p3999500.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel