Good to know ;)

I will use this variable inside my make-file. 

Thanks
Tobias

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sebastian Werner
Gesendet: Dienstag, 29. Mai 2007 10:08
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] How do I set a theme?

To modify the application.mk is really bad style. You can just add this 
variable to the application Makefile. The local definition inside the 
Makrfile has a higher priority than the defaults defined in application.mk.

Sebastian


Tobias Koller (GERMO GmbH) schrieb:
> You can also configure the frontend\framework\tool\make\application.mk-File
> 
> 
> From
> ----------------
> APPLICATION_THEME = qx.theme.ClassicRoyale
> ----------------
> To 
> ----------------
> APPLICATION_THEME = qx.theme.Ext
> ----------------
> 
> for example.
> 
> 
> Tobias
> -----Ursprüngliche Nachricht-----
> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von James A. 
> Pyrich
> Gesendet: Samstag, 26. Mai 2007 02:43
> An: qooxdoo Development
> Betreff: Re: [qooxdoo-devel] How do I set a theme?
> 
> Daniel,
> 
> Put this line in your Application's initialize() function:
> 
> qx.manager.object.AppearanceManager.getInstance().setAppearanceTheme(
>      new theme.you.want.Theme);
> 
> James
> 
> FrozenDice wrote:
>> I've noticed in some of the examples on the qooxdoo website there is
>> the ability to change your Theme.  How can I set a theme in the code?
>> I don't want to give the user a set of buttons of even have them click
>> one.  I just want my widgets to default to a certain theme.
>>
>> Thank you for your time.
>>
>> - Daniel
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> _______________________________________________
>> qooxdoo-devel mailing list
>> qooxdoo-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>>
>>
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to