Closed andkov closed 11 years ago
I can't get to this until nap time. I suggest starting with a fresh, small project, and then try to migrate that to HTML. Out ate you starting with their tutorial already?
yeah, that's what i'm doing right now. i've identically replicated the UI tutorial example, and now reading up on how to connect style.css to the shiny html page. my initial attempts to tweek the css didn't work either.
On Sat, Oct 26, 2013 at 9:44 AM, Will Beasley notifications@github.comwrote:
I can't get to this until nap time. I suggest starting with a fresh, small project, and then try to migrate that to HTML. Out ate you starting with their tutorial already?
— Reply to this email directly or view it on GitHubhttps://github.com/kavnoff/ShinyEFA/issues/27#issuecomment-27147640 .
I gotcha. I'll call in about an hour.
sasha's driving to OK tomorrow so i need to take the car for a patch. got to do it before too late. be back hopefully by 2.
On Sat, Oct 26, 2013 at 12:27 PM, Will Beasley notifications@github.comwrote:
I gotcha. I'll call in about an hour.
— Reply to this email directly or view it on GitHubhttps://github.com/kavnoff/ShinyEFA/issues/27#issuecomment-27151021 .
I just synced the code with the embedded CSS (aa90787d8f93a1702ca5eb4ca08313adb6b4eecc)
Here's something that might be helpful. https://groups.google.com/forum/#!topic/shiny-discuss/2HZB16_bnw0
It's helpful in that it gives advice on what not to do, but I don't see something about how to link to the right CSS.
From Joe Chen (that ShinyEFA was violating):
1) You should not copy the jquery.js, shiny.js, and shiny.css files into your own directory--they are served up by the framework itself.
i figured it out. not sure what i did though. created a new style from Dreamweaver and called it shiny.css. Maybe it's in the way you type the address. not sure.
On Sat, Oct 26, 2013 at 2:02 PM, Will Beasley notifications@github.comwrote:
I just synced the code with the embedded CSS (aa90787https://github.com/kavnoff/ShinyEFA/commit/aa90787d8f93a1702ca5eb4ca08313adb6b4eecc )
Here's something that might be helpful. https://groups.google.com/forum/#!topic/shiny-discuss/2HZB16_bnw0
It's helpful in that it gives advice on what not to do, but I don't see something about how to link to the right CSS.
From Joe Chen (that ShinyEFA was violating):
1) You should not copy the jquery.js, shiny.js, and shiny.css files into your own directory--they are served up by the framework itself.
— Reply to this email directly or view it on GitHubhttps://github.com/kavnoff/ShinyEFA/issues/27#issuecomment-27153179 .
Cool. I'm closing the issue.
branch "Implementing ideas from SMEP"
following this tutorial http://rstudio.github.io/shiny/tutorial/#html-ui
server.R has been replaced by the server.R by tabset example from the tutorial.
index.html has been taken directly from the tutorial
look for: class "layout" defined on line 12 of the index.html and class(?) "shiny-text-output" on line 29
i want to control their attributes with css (see shared/shiny.css), but it doesn't work. I am attaching the style correctly?
when executed produces error
ERROR: [on_request_read] connection reset by peer
and doesnot apply attributes. but then what does it run off? there is no active ui.r to use, yet the rendered app exhibits the same functionality as the original template example.