Hi Thomas, This bug is actually mislabeled as In Progress. We have not started fixing it yet. I don't have a date for this fix at this time.
What we do to compile a stylesheet is pretty straightforward. We use some complicated engine to parse it, but then just unparse it again into a JSON-like structure. I think it would be fairly easy to write a simple transformer that would let you do this at runtime instead. There may even be an open source parser of some sort laying around. Tucker is really the expert here - cc'ing him on this response. Amy On Mon, Jul 4, 2011 at 4:55 AM, Thomas Deuling <[email protected]> wrote: > > Hi, > i use the stylesheet-tag for styling my CMS application. That works very > fine, this feature is very nice :) > > Some days ago i had some questions about that, here my Post from the > Laszlo-Forum: > http://forum.openlaszlo.org/showthread.php?p=47636 > > In detail, i need to import my CSS at runtime. :s > > Raju gave me for these reason a Jira link: > http://jira.openlaszlo.org/jira/browse/LPP-8506 > > Now my question: > Did anybody know where I can see when it is planned to complete the > implementation? > Will be these feature in near future available, or should i better realize > my application by setting my Styles at runtime via XML, or so? > > Thanks for every help! > -- > View this message in context: > http://old.nabble.com/Importing-an-external-stylesheet-tp31987756p31987756.html > Sent from the OpenLaszlo - Dev mailing list archive at Nabble.com. > >
