Re: [qooxdoo-devel] themes for contribs

2012-09-03 Thread Tobias Oetiker
Hi John, Today John Spackman wrote: > I often write theme components as Mixins and then include them into my > main theme, i.e. my widget will have a theme folder contains > MDecoration.js, MAppearance.js, etc and my main > application/theme/Appearance.js includes the mixins. Yes, that is how I

Re: [qooxdoo-devel] themes for contribs

2012-09-03 Thread John Spackman
I often write theme components as Mixins and then include them into my main theme, i.e. my widget will have a theme folder contains MDecoration.js, MAppearance.js, etc and my main application/theme/Appearance.js includes the mixins. I've not used this across contribs but I'd imagine it would work

[qooxdoo-devel] themes for contribs

2012-09-01 Thread Tobias Oetiker
qx.gurus ... I have been looking at the TokenField contrib yesterday and made it work with the indigo theme on 2.0.1 ... I was wondering, are there thoughts on how to do contribs which need custom theming ? Is there a way to make this work without the user having to tinker with their projects the

Re: [qooxdoo-devel] Themes and Internet Explorer

2010-04-20 Thread Jonathan Weiß
Hello ilkka, to load png images the Internet Explorer will use a technique called Alpha Image Loader (AIL). When images are combined to a single image ("CSS sprite") the images are display as background image with a background position. The problem is that AIL does not work together with backgro

[qooxdoo-devel] Themes and Internet Explorer

2010-04-17 Thread Ilkka Oksanen
Hi, I have made small changes to Modern theme by tweaking Decorations.js file: "toolbar" : { decorator : qx.ui.decoration.Background, style : { backgroundImage : "/images/toolbar-gradient2.png", backgroundRepeat : "scale" } }, This works great

Re: [qooxdoo-devel] Themes

2010-04-13 Thread Petr Kobalíček
Thanks! Currently I encountered some problems when tried the SVN version (bug in qxbuild or qooxdoo). I haven't time to do more checks, I try to update theme status next week. - Petr On Tue, Apr 13, 2010 at 8:59 AM, Alexander Steitz wrote: > Hi Petr, > > On Friday March 26 2010 11:16:53 Petr Ko

Re: [qooxdoo-devel] Themes

2010-04-13 Thread Alexander Steitz
Hi Petr, On Friday March 26 2010 11:16:53 Petr Kobalíček wrote: > all bugs already reported: > > http://bugzilla.qooxdoo.org/show_bug.cgi?id=3450 > http://bugzilla.qooxdoo.org/show_bug.cgi?id=3460 > http://bugzilla.qooxdoo.org/show_bug.cgi?id=3461 > > The most critical for me are #3450 and #3461

Re: [qooxdoo-devel] Themes

2010-03-26 Thread Petr Kobalíček
Hi Alex, all bugs already reported: http://bugzilla.qooxdoo.org/show_bug.cgi?id=3450 http://bugzilla.qooxdoo.org/show_bug.cgi?id=3460 http://bugzilla.qooxdoo.org/show_bug.cgi?id=3461 The most critical for me are #3450 and #3461. Currently our application that is using the theme is not finished

Re: [qooxdoo-devel] Themes

2010-03-26 Thread Alexander Steitz
Hi Petr, On Thursday March 25 2010 23:22:54 Petr Kobalíček wrote: > There is also qxet - http://code.google.com/p/qxet/ > > Screenshot is here: > http://dark-developer.blogspot.com/2010/02/qxet-second-try.html Nice work! > But currently there are some bugs in qooxdoo that prevents me to make > r

Re: [qooxdoo-devel] Themes

2010-03-25 Thread Petr Kobalíček
There is also qxet - http://code.google.com/p/qxet/ Screenshot is here: http://dark-developer.blogspot.com/2010/02/qxet-second-try.html But currently there are some bugs in qooxdoo that prevents me to make release. I will update the blog entry after the issues will be fixed. -- Best regards - P

Re: [qooxdoo-devel] Themes

2010-03-24 Thread MartinWittemann
Hello Caio, caio ariede wrote: > > There is no other themes for qooxdoo? > qooxdoo offers two themes. The modern theme which is the default themen and the classic theme. Just take a look at the demobrowser to see them: Modern: http://demo.qooxdoo.org/current/demobrowser/demo/widget/TextField.ht

[qooxdoo-devel] Themes

2010-03-24 Thread caio ariede
There is no other themes for qooxdoo? In showcase I see that a black theme is being used on calculator: http://demo.qooxdoo.org/current/showcase/#theme Can I use it? Caio Ariede http://caioariede.com/ -- Download Intel®

Re: [qooxdoo-devel] Themes standardization

2010-02-24 Thread Alexander Steitz
Hi Petr, On Monday February 22 2010 23:07:01 Petr Kobalíček wrote: > > Right. There is documentation about the several themes, but not for the > > specific implementation. On the other hand: the themes document > > themselves in a way. > > If you need to create an own theme, you can either take a

Re: [qooxdoo-devel] Themes standardization

2010-02-22 Thread Petr Kobalíček
Hi Alex, On Mon, Feb 22, 2010 at 2:31 PM, Alexander Steitz wrote: > Hi Petr, > > sorry for the first incomplete mail. > > On Friday February 19 2010 13:45:09 Petr Kobalíček wrote: >> I hope that this is my last message about theming:) > I hope not, since you provided some useful information :) >

Re: [qooxdoo-devel] Themes standardization

2010-02-22 Thread Alexander Steitz
Hi Petr, sorry for the first incomplete mail. On Friday February 19 2010 13:45:09 Petr Kobalíček wrote: > I hope that this is my last message about theming:) I hope not, since you provided some useful information :) > I'm creating new theme for qooxdoo that is free available on the net > and thi

Re: [qooxdoo-devel] Themes standardization

2010-02-22 Thread Alexander Steitz
Hi Petr, On Friday February 19 2010 13:45:09 Petr Kobalíček wrote: > I hope that this is my last message about theming:) I hope not, since you provided some useful information :) > I'm creating new theme for qooxdoo that is free available on the net > and this message should be summary of my expe

[qooxdoo-devel] Themes standardization

2010-02-19 Thread Petr Kobalíček
Hi, I hope that this is my last message about theming:) I'm creating new theme for qooxdoo that is free available on the net and this message should be summary of my experiences of making and using custom qooxdoo themes (and using default qooxdoo themes as well). Pros: - Qooxdoo theming engine i

Re: [qooxdoo-devel] Themes compatibility

2010-02-19 Thread Petr Kobalíček
Hi Alex, my apologies, the biggest time I needed to port theme was to make the bug report I reported yesterday. I thought that there are bigger changes in qooxdoo, but it was regression. Although all of this, I'd like to see some summary in new qooxdoo version (for example 1.1 or 1.2) what was ad

Re: [qooxdoo-devel] Themes compatibility

2010-02-19 Thread Alexander Steitz
Hi Petr, On Wednesday February 17 2010 16:29:42 Petr Kobalíček wrote: > I'd like to know if there is somewhere guide to port themes from > qooxdoo-0.8 to qooxdoo-1.0. I have only one theme, but it not works > with qooxdoo-1.0. I'd like to see some manual where is written what I > must add / remove

[qooxdoo-devel] Themes compatibility

2010-02-17 Thread Petr Kobalíček
Hi devs, I'd like to know if there is somewhere guide to port themes from qooxdoo-0.8 to qooxdoo-1.0. I have only one theme, but it not works with qooxdoo-1.0. I'd like to see some manual where is written what I must add / remove from older theme to make it working again. Currently I'm making diff

Re: [qooxdoo-devel] themes question

2009-09-18 Thread Petr Kobalíček
Hi Fritz, you are right. Thron were right too, I just asked and it really was my problem. - Petr 2009/9/18 Fritz Zaucker : > Petr, > > I think you are missing the point. What Thomas means (I think), is that he > (and probably others) will happily look at problems that can be REPRODUCED > in the

Re: [qooxdoo-devel] themes question

2009-09-18 Thread Fritz Zaucker
Petr, I think you are missing the point. What Thomas means (I think), is that he (and probably others) will happily look at problems that can be REPRODUCED in the standard Qooxdoo environment. Looking at problems related to your custom build process is what is not really possible (with limited re

Re: [qooxdoo-devel] themes question

2009-09-18 Thread Petr Kobalíček
Hi Thron and all others, 2009/9/18 thron7 : > Although your issue seems solved, I want to make a few additional comments. > >> sorry. I don't want from you to solve my problem. But if this is bug >> in qooxdoo (and for me it seems to be) I'd like to have some >> assistance from developer that comp

Re: [qooxdoo-devel] themes question

2009-09-18 Thread thron7
Although your issue seems solved, I want to make a few additional comments. > sorry. I don't want from you to solve my problem. But if this is bug > in qooxdoo (and for me it seems to be) I'd like to have some > assistance from developer that completely understand the API. You're always fast to a

Re: [qooxdoo-devel] themes question

2009-09-18 Thread Alexander Steitz
Hi Petr, On Thursday 17 September 2009 Petr Kobalíček wrote: > Why Modern and Classic themes are included in build if I'm not > using it? (I must manually exclude them). Short answer: I don't know. All I can say is that the theme classes have no dependency to any other class in the framework. For

Re: [qooxdoo-devel] themes question

2009-09-17 Thread Petr Kobalíček
Hi thron, I must say - problem solved. And reason ? The firefox cached build files so they weren't updated:( Sorry for your time. Can you answer me last question:) Why Modern and Classic themes are included in build if I'm not using it? (I must manually exclude them). Thank you very much, I wi

Re: [qooxdoo-devel] themes question

2009-09-17 Thread thron7
Petr Kobalíček wrote: > Hi thron, > > I can only use build version so I'm using it. It's built using qxbuild. > Then I'm afraid I cannot help. - If you want to create a theme you can share, why don't you just start out with a standard skeleton app?! T. > - Petr > > 2009/9/17 thron7 : >

Re: [qooxdoo-devel] themes question

2009-09-17 Thread Petr Kobalíček
Hi thron, sorry. I don't want from you to solve my problem. But if this is bug in qooxdoo (and for me it seems to be) I'd like to have some assistance from developer that completely understand the API. I read documentation about running source app in webserver, about theming, about all. But I real

Re: [qooxdoo-devel] themes question

2009-09-17 Thread Petr Kobalíček
Hi thron, I can only use build version so I'm using it. It's built using qxbuild. - Petr 2009/9/17 thron7 : > > > Petr Kobalíček wrote: >> Hi thron, >> >> problem is that all things that starts with 'qx' are loaded (path is >> resolved and it's correct), but all things starts with 'qxet' are not

Re: [qooxdoo-devel] themes question

2009-09-17 Thread thron7
Petr Kobalíček wrote: > Hi Thron, > > I will make package that you can download and look for the problem. I > really don't know where I'm doing something wrong or if it's bug in > qooxdoo. > I'd rather have you read the documentation and answer the questions from the previous mail, then dump

Re: [qooxdoo-devel] themes question

2009-09-17 Thread thron7
Petr Kobalíček wrote: > Hi thron, > > problem is that all things that starts with 'qx' are loaded (path is > resolved and it's correct), but all things starts with 'qxet' are not > - Path is totally incorrect. I don't know where I'm doing something > wrong. > > For me the generated output also se

Re: [qooxdoo-devel] themes question

2009-09-17 Thread Petr Kobalíček
Hi Thron, I will make package that you can download and look for the problem. I really don't know where I'm doing something wrong or if it's bug in qooxdoo. Regards - Petr 2009/9/17 Petr Kobalíček : > Hi thron, > > problem is that all things that starts with 'qx' are loaded (path is > resolved

Re: [qooxdoo-devel] themes question

2009-09-17 Thread Petr Kobalíček
Hi thron, problem is that all things that starts with 'qx' are loaded (path is resolved and it's correct), but all things starts with 'qxet' are not - Path is totally incorrect. I don't know where I'm doing something wrong. For me the generated output also seems good - everything 'qx' and 'qxet'

Re: [qooxdoo-devel] themes question

2009-09-17 Thread thron7
Petr Kobalíček wrote: > To be more clear, I posted some generated code I think that is > important. Everything seems to be ok, but 'qxet' theme things are not > loaded, because resulting path is wrong. But look at libinfo, it seems > to be correct. Resources also seems to be correct. > > Code: >

Re: [qooxdoo-devel] themes question

2009-09-17 Thread thron7
Petr Kobalíček wrote: > Hi thron, thank for responses. > > I'm porting our code to new and I decided to make some things more > clear than in previous version and in future to share theme I made. > But I'm getting troubles to get my theme working. > > I created single package for my theme named q

Re: [qooxdoo-devel] themes question

2009-09-17 Thread Petr Kobalíček
To be more clear, I posted some generated code I think that is important. Everything seems to be ok, but 'qxet' theme things are not loaded, because resulting path is wrong. But look at libinfo, it seems to be correct. Resources also seems to be correct. Code: if (!qx.$$libraries) qx.$$libraries

Re: [qooxdoo-devel] themes question

2009-09-17 Thread Petr Kobalíček
Hi thron, thank for responses. I'm porting our code to new and I decided to make some things more clear than in previous version and in future to share theme I made. But I'm getting troubles to get my theme working. I created single package for my theme named qxet (qooxdoo extended themes) and he

Re: [qooxdoo-devel] themes question

2009-09-17 Thread thron7
Petr Kobalíc(ek wrote: > Hi, > > is there a preferred mechanism to make new themes ? Are you aware of this documentation: http://qooxdoo.org/documentation/0.8/ui_custom_themes ? > I made one theme > that is using Classic theme as a base, but I had problems with other > images I wanted to inclu

[qooxdoo-devel] themes question

2009-09-16 Thread Petr Kobalíček
Hi, is there a preferred mechanism to make new themes ? I made one theme that is using Classic theme as a base, but I had problems with other images I wanted to include (or override). Also if I made theme from scratch, are somewhere differences between qooxdoo versions (0.82 vs .83, ...) ? Thanks

Re: [qooxdoo-devel] Themes - Color variants

2008-12-02 Thread Alexander Back
Hi Petr, Petr Kobalíček wrote: > Sorry, I submited it too early:) > > Question is, is this possible and how the generator will interpret it ? Theme classes have no dependencies to other classes than theirselves. So the generator only interpret/detect the theme because it is set with the setting

[qooxdoo-devel] Themes - Color variants

2008-12-01 Thread Petr Kobalíček
Hi list, how is correct way to create color variants for some theme. For example I'm playing with new theme and I want to create two or three color variants. There are several parts (called meta themes in qooxdoo?) of theme that must be overriden: - Colors - this is simplest and shortest, just fi

Re: [qooxdoo-devel] Themes - Color variants

2008-12-01 Thread Petr Kobalíček
Sorry, I submited it too early:) Question is, is this possible and how the generator will interpret it ? 2008/12/1 Petr Kobalíček <[EMAIL PROTECTED]>: > Hi list, > > how is correct way to create color variants for some theme. For > example I'm playing with new theme and I want to create two or th

Re: [qooxdoo-devel] Themes in Qooxdoo with single Components?!?

2008-02-20 Thread Andreas Ecker
Howdy! > I just tried the Theme feature and it works very good. Always good to hear ;-) > Now I wonder what I > should do, if I want different buttons in one page that have different > themes... > > Can I use a theme with a single component (for example one button) and use > another theme for a

[qooxdoo-devel] Themes in Qooxdoo with single Components?!?

2008-02-20 Thread Sandmann
Hi, I just tried the Theme feature and it works very good. Now I wonder what I should do, if I want different buttons in one page that have different themes... Can I use a theme with a single component (for example one button) and use another theme for another button? What I think right now is

Re: [qooxdoo-devel] Themes an Icons in v0.6.6

2007-05-31 Thread Alex Back
Hi, C.Bieser wrote: > Thank You Alex, it works! > > Now I have the following: > - > qx.Proto.initialize = function(e) > { > [...] > qx.manager.object.ColorManager.getInstance().setColorTheme(new > qx.theme.color.WindowsRoyale); > qx.manager.object.ImageManager.getInstance().setIconTheme(

Re: [qooxdoo-devel] Themes an Icons in v0.6.6

2007-05-31 Thread C.Bieser
Thank You Alex, it works! Now I have the following: - qx.Proto.initialize = function(e) { [...] qx.manager.object.ColorManager.getInstance().setColorTheme(new qx.theme.color.WindowsRoyale); qx.manager.object.ImageManager.getInstance().setIconTheme(new qx.theme.icon.VistaInspirate); }

Re: [qooxdoo-devel] Themes an Icons in v0.6.6

2007-05-31 Thread Alex Back
Hi, C.Bieser wrote: > Hello, > > I want to set the default theme and icon set for my application but nothing > I've found here works. > > For example: > - > qx.Proto.initialize = function(e) > { > [...] > qx.manager.object.AppearanceManager.getInstance().setAppearanceTheme( > qx.theme.color.Wi

[qooxdoo-devel] Themes an Icons in v0.6.6

2007-05-31 Thread C.Bieser
Hello, I want to set the default theme and icon set for my application but nothing I've found here works. For example: - qx.Proto.initialize = function(e) { [...] qx.manager.object.AppearanceManager.getInstance().setAppearanceTheme( qx.theme.color.WindowsRoyale ) }; - Has anyone an ide

Re: [qooxdoo-devel] themes : how I create themes like windows vista

2007-04-01 Thread Tobias Koller (GERMO GmbH)
obias Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Alexandre Mio Gesendet: Sonntag, 1. April 2007 20:15 An: qooxdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] themes : how I create themes like windows vista I want create theme like windows vista or get a existent

[qooxdoo-devel] themes : how I create themes like windows vista

2007-04-01 Thread Alexandre Mio
I want create theme like windows vista or get a existent theme to put in my application. Any body help me ?!! Thanks - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll g

Re: [qooxdoo-devel] Themes Colors and More ...

2006-03-27 Thread Sebastian Werner
Hi Patrick, all these colors could be found hard-coded inside the default appearance file (source\themes\appearance\default\theme.js). You could change them there. Or even create a new appearance file your own. I don't think it's a good idea to hacking the current color implementation though

Re: [qooxdoo-devel] Themes Colors and More ...

2006-03-27 Thread Patrick W. Fraley
Hi Sebastian, the ColorTheme I created is for one of our clients and is based on their Corporate Image, so I can not make it public. But I guess I could create a couple of colorthemes, seems easy enough :-) I guess then there are two options: 1. Would it be possible for me to edit the sourc

Re: [qooxdoo-devel] Themes Colors and More ...

2006-03-27 Thread Sebastian Werner
Hi Patrick, I'm really happy you have done a created a new color theme. It would be great to share it with the community if you think it's ready. Yes, you are right. There are some settings which couldn't controlled by a QxColorTheme currently. That's just because the current theme implement

[qooxdoo-devel] Themes Colors and More ...

2006-03-27 Thread Patrick W. Fraley
Hi All, well I am finally at a point where I am starting to mess with the look and feel of my application and I do have some questions here: I registered a new QxColorTheme and set it up with all the keywords from the default theme ( basically I copied the original theme and modified it ).

RE: [qooxdoo-devel] Themes and Icons

2006-03-07 Thread Priebe, Jason
Chris Cowart wrote: > > I've spent three hours fiddling with the directories, > QxSettings, and I have tried setCorePath, setIconPath, and > setWidgetPath using my webserver's full URL for the > directories to no avail. > > Can someone point me in the right direction regarding themes > and ic

[qooxdoo-devel] Themes and Icons

2006-03-04 Thread Chris Cowart
How can I get themes and icons to work? I've followed the basic tutorial on the website and set up the directory structure as shown. Whenever I try to use an icon, or copy a portion of an example that uses an icon, the Qooxdoo portion of the page never gets generated. If I copy the entire sample di