-
1. Re: Problems with Live preview and quick edit
Peter Flynn (Adobe) Apr 28, 2014 12:47 PM (in response to Svenar)Hi Svenar,
The default "Getting Started" project that's included with Edge Code is read-only, so that's why you're seeing the error when trying to save. You can copy the folder elsewhere if you'd like to modify it. (Eventually we do plan to fix this, though).
The Live Preview should update whenever you type in the CSS code, though. Can you check whether the lightning bolt icon (in the upper right) stays colored yellow? If not, it means Edge Code is having trouble connecting to Chrome.
- Peter
-
2. Re: Problems with Live preview and quick edit
Svenar Apr 28, 2014 1:17 PM (in response to Peter Flynn (Adobe))Hi Peter!
I have started all over agian, with at new folder this time. I have created a VERY simple html:
<html>
<h1>hello</h1>
</html>
and A very SIMPLE style sheet file:
p {
font-size: 24px;
}
h1 {
font-size: 2px;
}
What I found strange is that the font size is the same if I select font-size=32px or font-size=2px......
the lightning bolt is yellow (or should I say orange)......
Svein-Tore
-
3. Re: Problems with Live preview and quick edit
Randy Edmunds Apr 29, 2014 9:03 AM (in response to Svenar)Svenar,
That might be a little too simple for the Live HTML parser. Try adding <head> and <body> tags.
Randy
-
4. Re: Problems with Live preview and quick edit
Svenar Apr 29, 2014 12:14 PM (in response to Randy Edmunds)HI Randy!
I've added a :
Re: Problems with Live preview and quick edit
created by Randy Edmunds <http://forums.adobe.com/people/Randy+Edmunds>in *Edge
Code CC Preview* - View the full discussion<http://forums.adobe.com/message/6340905#6340905
-
5. Re: Problems with Live preview and quick edit
Peter Flynn (Adobe) Apr 29, 2014 12:38 PM (in response to Svenar)Svenar,
It's hard to read your last comment because it looks like the HTML code you pasted didn't get escaped properly. But in your simpler example above I think the CSS won't apply at all because you didn't include any <link> tag in the HTML to load the CSS file.
- Peter
-
6. Re: Problems with Live preview and quick edit
Svenar Apr 29, 2014 12:48 PM (in response to Peter Flynn (Adobe))Hi Peter!
You are totally right :)!!!! the frollowing code solved the problem :
:
Re: Problems with Live preview and quick edit
created by Peter Flynn (Adobe)<http://forums.adobe.com/people/PeterFlynn%28Adobe%29>in *Edge
Code CC Preview* - View the full discussion<http://forums.adobe.com/message/6341675#6341675
-
7. Re: Problems with Live preview and quick edit
Peter Flynn (Adobe) Apr 29, 2014 1:02 PM (in response to Svenar)We still can't see the code you're posting (make sure you use the forum's WYSIWYG editor)... but I'm glad you found a way around the issue :-)
- Peter
-
8. Re: Problems with Live preview and quick edit
Randy Edmunds May 28, 2014 9:28 AM (in response to Svenar)A new version of Edge Code CC is available that fixes this problem.
Randy



