Re: [qooxdoo-devel] Theming

2015-05-07 Thread Dietrich Streifert
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

Re: [qooxdoo-devel] Theming

2015-05-07 Thread Vincent Vandenschrick
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

Re: [qooxdoo-devel] Theming

2015-05-07 Thread SQville
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

Re: [qooxdoo-devel] Theming

2015-05-07 Thread SQville
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

Re: [qooxdoo-devel] Theming

2015-05-07 Thread Tom Saddul
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. *

[qooxdoo-devel] drag & drop for an image does not work with IE

2015-05-07 Thread Cyrille Rigault
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 ---

Re: [qooxdoo-devel] Speaking of Themes - new theme on the way

2015-05-07 Thread slah
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

Re: [qooxdoo-devel] Speaking of Themes - new theme on the way

2015-05-07 Thread Petr Kobalíček
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