Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] My custom stylesheets

From: etienne::alaurent::free::fr at: 26-Jul-2001 1:57

Hi Rebolers, In my app, I defined some stylesheets. Any user can use one of those stylesheets. When the user changes, the stylesheet must be up to date. My solution is to close the GUI, and reload it with the new stylesheet. it runs fine like this. But I'm not pleased with this approch. What I want is to update "on the fly" the GUI with the new stylesheet. I'm thinking to find on the face all definitions in the stylesheet and change them dynamicaly. What do think of this approch and how can I do ? --- Etienne