Hi

> * hard to make contrib in the contrib demo browser way (ie, documented,
> clean, full time job to make a good contrib, but quality have a price
> (time)
> !)
>
> Do you know that there is a skeleton which takes most of that?
>

Yep, previous response of this mail show me how



> What i like to see in qooxdoo ?
> * drag & drop tabs in tabviewer
>
> There is already a bug for it:
> http://bugzilla.qooxdoo.org/show_bug.cgi?id=4974
> If you are interested in that feature, just add yourself as CC to get all
> the updates.
>

thanks ! done


> * limit the with in % of tabs list in a tabviewer, so i can make another
> component at the right of tabs list by exemple
>
> Hm, that sounds like a rare use case. I'm not sure if thats possible with
> the current API, maybe it already is with some hacks.
>

okey


> * a way to put littles icons before minimize/maximize/full screen icons in
> caption bar of windows, without having to patch something
>
> Thats a rare use case as well, but should be easy to fix by overriding the
> window and override the _createChildControlImpl method and create the stuff
> you need and move the max/... buttons one column to the right.
>

I already implement this with the method you are speaking about. But i'll
try to refactor it to make it reusable. I mean :

window.set({
    showMaximize:true,
    iconBefore:[icon1, icon2],
    iconAfter:[icon3,icon4]
});

something like that.

You said it's rare, but it's just depend of the nature of the application.
Look at all little windows on this website :
http://www.boursorama.com/bourse/





>
> * github/facebook/gwt like theme
>
> Don't you like the simple theme? Thats something like that...
>

No i didn't. I only use the defaut theme which is excellent. I plan to
create a github theme, but it's far away, i need to finish my project first,
in few month.


>
> * more tooltips fashions
>
> You can style the tooltip the way you like it. Additionally, you can set
> whatever tooltip you like so its possible to have more than one tooltip
> style.
>

ok, i need to go deeper on this later thx

>
> * native themable simples dialogs (info, yes/no/cancel ...)
>
> We also have a bug for that but I just don't know the number. But we do
> also have two contributions containing such dialogs. Maybe they are worth
> taking a look at.
>

I'm already using Dialog contrib. Few days ago, i've extend Menu and Window
to have iframe overlay regarding flash problem. But now i have to patch
Dialog too, and because it's a contrib, i don't like that ;)


>
> * abstract layer regarding MVC model, i mean, perhaps more SIMPLE examples.
>
> Our data binding makes exactly that, but what do you mean with simple
> examples?
>

Some of demos are including a js file which is not viewable directly in js
source. I was a little loose at the beginning.
I'll explain more later.


>
> * native effects to display things (opacity effect should be an
> appearEffect
> in config option), with listeners start/end
>
> We are working on that currently.
>

Very cool


Thanks, have a good weekend all
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to