Hi,

step 1 save theme in cookie

qx.io.local.CookieApi.set('_theme_',
qx.theme.manager.Meta.getInstance().getTheme(), 2);                             
                        


step 2 in the same session nor next one the code below doesn't work

var theme_cookie = qx.io.local.CookieApi.get('_theme_');
if(theme_cookie) qx.theme.manager.Meta.getInstance().setTheme(theme_cookie); 


What is wrong there ?

Thanks for help,
  Karol
-- 
View this message in context: 
http://www.nabble.com/setTheme-issue-tp16190258p16190258.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to