Coffee.exe Error - Post ID 8885

User 512066 Photo


Registered User
10 posts

Ver. 2008 Build 242
Windows XP Pro SP 3 (No problems)
1 Gig RAM

I'm in Visual Editor view.

I have a small header logo at the top of the page.
Then a horizontal Menu compiled from CC Menu Builder under the logo.
Then a table 1 col 45 rows where I'm placing .gif files 900px wide by 675px high.

After about 5 or 6 placements CoffeeCup produces an error, freezes up and I have to close through task manager.

Even though I save after each gif placement, when I reopen the program only about 1 gif is in the table.

The error is (Wish I could upload it)

"Access violation at address 0044052C4 in modual 'Coffee.exe' Read of address 0000003C."

I do not have an internet site as of yet.

Any assistance would be greatly appreciated.

Thanks much . . . Rick
Rick Schreiber
Properties With Style, Inc.
User 463058 Photo


Ambassador
1,073 posts

45 gifs at 900px by 675px on one page? That's just too much to ask people to download at one time.

Either break the single page up into several pages, or use thumbnail images linking to the larger images.

If the images are photos, then jpegs would be better.
User 512066 Photo


Registered User
10 posts

Cary - thanks for you reply.

I learned that it was a problem with "Insert Image" across different drives that was causing the problem.

As soon as I moved all of the charts (.gif) over to the same drive all of the problems went away and I was able to insert all of the charts into the page.

My other Internet Site has this already.

http://www.rsmrlty.com/10YearSFRCharts.htm

Thanks again Cary.

Rick
Rick Schreiber
Properties With Style, Inc.
User 427108 Photo


Registered User
292 posts

Rick
I saw your page and I suggest you use a list bookmarking the charts, everything at same page, it was much easier for anybody to look for what he wants.
Regards
Jimmy
Jimmy The Sailor
http://www.jimmythesailor.net (trying to show my photos)
http://www.art-i-batik.com (my wife's gallery)
User 512066 Photo


Registered User
10 posts

Jimmy . . . I looked in the help file for List and there is not much on this function - however - I like the idea on how I think it might work.

Would I use the definition selection on the list panel window and list the charts? If so, where would the charts reside - on the web server?

Can you expand on how the List function would work in this manner?

Thanks . . . Rick
Rick Schreiber
Properties With Style, Inc.
User 427108 Photo


Registered User
292 posts

Hi Rick
I was thinking on this type of code:
each image has one anchor and the list item is connceted with that anchor.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- Created with the CoffeeCup HTML Editor 2008 -->
<!-- http://www.coffeecup.com/ -->
<!-- Brewed on 10-12-2008 18:27:46 -->
<head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
</head>
<body>
<ol type="1">
<li><a href="test_list.html#bird1">Bird 1</a></li>
<li><a href="test_list.html#bird2">Bird 2</a></li>
<li><a href="test_list.html#bird3">Bird 3</a></li>
<li><a href="test_list.html#bird4">Bird 4</a></li>
</ol>

<a name="bird1"></a>
<img src="bird_crw_4744-01(2).jpg" width="535" height="357" alt="" border="0">
<br />
<a name="bird2"></a>
<img src="bird_crw_4747-01(2).jpg" width="535" height="357" alt="" border="0">
<br />
<a name="bird3"></a>
<img src="bird_crw_5015-01(2).jpg" width="535" height="357" alt="" border="0">
<br />
<a name="bird4"></a>
<img src="bird_crw_9030-01(2).jpg" width="535" height="357" alt="" border="0">

</body>
</html>

I hope I was clear and that helps you
You can test, just replace the images path to some images you have in your PC,
Regards
Jimmy
Jimmy The Sailor
http://www.jimmythesailor.net (trying to show my photos)
http://www.art-i-batik.com (my wife's gallery)

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.