I created a extension in illustrator CC 2014 (last version in spanish) that works fine until two weeks ago. It shows a image that covers all the panel.
Now, at start it doesn't covers all the panel (only a part) and I must resize the panel for cover all the panel.
I'm programing in eclipse and my paths in preferences are:
Service manager root folder: C:\Program Files (x86)\Common Files\Adobe\CEP
User-Specific Service manager root folder: C:\Users\(user)\AppData\Roaming\Adobe\CEP
Illustrator application: C:\Program Files\Adobe\Adobe Illustrator CC 2014\Support Files\Contents\Windows\Illustrator.exe
My system is a Windows 8.1 Pro and my version of Illustrator was updated with the Creative Cloud App 11 days ago.
I reinstall OS in my laptop and reinstall all again but the problem is there.
I was testing the examples in Adobe-CEP/Samples · GitHub (CEP_HTML_Test_Extension_5.0) and it's the same and until I resize the extension don't cover the entire panel.
here is my code:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>extension</title>
</head>
<body style="margin:0px;padding:0px;overflow:hidden;background-image:url('starting.jpg');backgr ound-repeat:no-repeat;background-attachment:fixed;background-position:center;">
</body>
</html>
What's the problem?
Do you have the same problem?
Before, at start up the extension the image covered all the panel as after resizing.
Thank you for your help. It's very urgent form me to resolve this problem.
Here are several images:
before resizing after resizing.