Hi Chris,
I'm very curiuos about your clean way which should find its way into
qooxdoo core as this is the way to go.
Thank you for sharing this with us.
Regarding my project: I'm not in hurry, so I can wait until you publish
your code.
Thank you for that.
Dietrich
Am 07.05.2015 um 19:34 sch
I'm definitely *very* interested about the clean way of using icon fonts in
place of image icons on qooxdoo components. So I'll stay tuned ;-)
> Le 7 mai 2015 à 19:34, SQville a écrit :
>
> My theme will have you covered there too Dietrich. I use Font Icons in my
> mobile apps so i figured out
So that looks like it gets the class in the ball park. Now get it playing out
on the field by mixing it into the qx Decorator class:
Add this to your Application code (this adds the "transition" property to
the Decorator qx class):
qx.Class.include(qx.ui.decoration.Decorator, JspressoMTransition
My theme will have you covered there too Dietrich. I use Font Icons in my
mobile apps so i figured out a way to do it in desktop too.
There's a dirty way to incorporate font icons into a desktop app and then
there's the clean way. I have the clean way figured out. Give me some time
and I'll post c
Thank you for your reply. I do not use generate.py as I'm using TypeScript
and qooxdoo at https://github.com/jbaron/cats. I created this function:
export function initFocusDecorator() {
/*
* Copyright (c) 2005-2015 Vincent Vandenschrick. All rights
reserved.
*
Hello,
I'm trying a drag&drop of an image in IE 10, qooxdoo 4.0.1, and the drop
target is never activated. I think this is due that IE creates a shallow
copy of the image in the dragging operation.
With a Label, it works
How can I solve that ?
here is a sample code.
Regards
Cyrille
---
Hello,
thank you for sharing this theme.
I guess, theming is a great feature in qooxdoo that should require more
attention (I saw the jspresso one which is good too), theming may help
expanding qooxdoo commuinty, I've seen many developers making decisions on
using frameworks based on demos, and th
I think scroll bars need some fixing (they look the worst), otherwise it's
nice looking.
On Thu, May 7, 2015 at 1:19 AM, Vincent Vandenschrick
wrote:
> Hey, it looks very good! Congrats
>
> > Le 6 mai 2015 à 19:04, SQville a écrit :
> >
> > I have a theme in the works based on Semantic UI. Once