Markie
Posts: 251
|
| Posted: 10/22/2008, 1:54 AM |
|
Everytime I close my project, I get a popup screen asking me:
Save changes to the following files ?
followed by a bunch of .js files
Everytime I agree to save this list of .js files, but the next time I close my project, the popup list appears again. I don't get it why CCS keeps asking me this. Is there a simple way to solve this ?
_________________
The Netherlands, GMT+1
Tools: CCS 5.1, Windows 7, Navicat, Ultraedit
Local server: XAMPP with Apache, php and MySQL
Webserver: Windows 2008 IIS 7, php and MySQL |
 |
 |
dragoon
Posts: 173
|
| Posted: 10/22/2008, 7:32 AM |
|
same behavior here, too
|
 |
 |
melvyn
Posts: 333
|
| Posted: 10/24/2008, 7:36 PM |
|
Is your project located in the system partition?
In which path is located?
_________________
Melvyn Perez
Puro Codigo
http://purocodigo.com |
 |
 |
Markie
Posts: 251
|
| Posted: 10/25/2008, 12:48 AM |
|
Hy Melvyn, I store my projects in c:\xampp\htdocs
which is also the "localhost" folder and so I can test my projects easily with Xampp Apache
_________________
The Netherlands, GMT+1
Tools: CCS 5.1, Windows 7, Navicat, Ultraedit
Local server: XAMPP with Apache, php and MySQL
Webserver: Windows 2008 IIS 7, php and MySQL |
 |
 |
melvyn
Posts: 333
|
| Posted: 10/25/2008, 8:39 AM |
|
Hello Markie,
I've seen something similar, when files can't be saved. It happen when is located in another partition. A matter of permissions.
In your case isn't so. Which are those files? CCS don't edit .js files directly, only when you add client events.
Let's go to Project Explorer, click on project name, now go to Properties and under general set "Separate JavaSCript" to No. So javascript will be embeded in the html instead of separate files.
Try it. I guess that because those are the .js out of the common .js included which must be modified (datepicker.js and functions.js)
Which are those files that ccs want to save?
_________________
Melvyn Perez
Puro Codigo
http://purocodigo.com |
 |
 |
|