TweetFollow Us on Twitter

Jan 97 Top 10

Volume Number: 13 (1997)
Issue Number: 1
Column Tag: Symantec Top Ten

Symantec Top 10

By Steve Howard, Symantec Technical Support

This monthly column, written by Symantec's Technical Support Engineers, is intended to give our readers technical information on using Symantec products.

Q: I am using SPM version 8.1 of the version 8, release 5 update CD, and I cannot launch the project manager. I have 110 MB RAM, and plenty of free disk space, so memory should not be an issue. I have removed the preference files, rebooted with minimal extensions, but the SPM still won't launch. Is there something else I should be doing, or something I have missed in order to get my project going?

A: Believe it or not, memory is exactly the issue! The Symantec Project Manager has a problem running on machines having 110 MB or more. However, there is a work around that will get you up and going.

Open the SPM in ResEdit or Resourcer. You are looking for ‘STR#' resource 203 containing 3 strings. The last two strings are causing the problem.

Change:

2) <Factory Defaults>

To:

2) <Options>

Change:

3) <Factory Default Prefs>

To:

3) <Prefs>

Exit out of the resource editor, saving the resource changes. You should now be able to launch the project manager without difficulty and go merrily on your way with your project.

Q: I've downloaded the Preview Version of Visual Cafe, and I am experimenting with the product. One thing I have noticed is that I cannot just open a Cafe project and work on it in Visual Cafe. Is there a way in Visual Cafe to open a pre-existing Cafe project and work on it?

A: At this time you cannot open a pre-existing Cafe project through menu commands. However you can create a new, empty Visual Cafe project, and drag the .java and html files from your Cafe project to the empty Visual Cafe project. Make sure you set the project type correctly. That is, either applet or application, depending on which one you are opening. Alternatively, you can open the appropriate Visual Cafe project model, drag the existing files to the trash, then drag the files from the Cafe Project to the Visual Cafe project.

Q: After experimenting with Visual Cafe for awhile and having some successes and failures, I find the Visual Cafe Toolbar contains only one button. I tried throwing away the Visual Cafe Prefs file, but the problem persists. What can I do to get back my Toolbar?

A: You were part way there when you trashed the Visual Cafe Prefs file. There are two other files you must get rid of as well. In all, the three files are:

:System Folder:Preferences:Visual Cafe Prefs.

:Visual Cafe:Default Component Library.

:Visual Cafe:Component Registry.

On restarting Visual Cafe, the Toolbar should contain multiple objects.

Q: I think I found a bug in the Image Viewer... It will not recognize Macintosh style pathnames. It seems to recognize only Unix style forward slashes in the pathname.

A: Actually, that is not a bug. It is something specific to Java that we cannot change.

Q: I recently installed Cafe DR1 for the first time. Then I downloaded DR2 from the Symantec Web site. Now when I try to launch some of the sample projects, I get this error message:

Sorry, Java cannot run.

Could not initialize Threads.

Is the classes database present?

Is there something I need missing from the DR2 install?

A: Probably the safest thing to do is to throw away all your Cafe prefs and remove any trace of DR1 from your hard drive. Then, just to be sure, reinstall the DR2 product. Odds are that the original install did not go quite right.

Q: I am being plagued with the following error message:

Couldn't complete the last command because the volume was not found. Result code = -35

What is the problem with my project?

A: Select Options from the Project menu and set the application type to application, and also set main() as your application entry point. If you have an applet, add the html file to the project and set the application type to applet. Set the html file to your html file, not the default example.html.

Q: I am having problems uploading applets to my Internet service provider. My class files seem to get mangled, and it is very hard to determine if it is Netscape 3.0 Gold, Symantec, the ftp process, or my provider's Unzip that is doing the mangling. Is there a way to determine the nature and source of the mangling?

A: You must make sure that you are doing a binary upload. If you do a text upload, the end-of-line characters are changed to match the platform. Try a binary upload with Fetch if you do not find a way to specify binary with Netscape.

Q: I installed Cafe DR2 on my 68k Macintosh and it installed an extension called StdClib into the system folder. When I reboot, the extension is not loaded. What is this extension for, and will it cause a problem if it does not get loaded?

A: You can safely remove the StdClib from the system folder of a 68k Macintosh. It is a PowerPC extension and is not used on 68k machines.

Q: In C++ version 8.1, how do I get CTable to show only 3 columns regardless of the window size?

A: To make the table only show the same number of columns, override the Draw method and resize the columns based on the current width of the window. For example:

 void CDerivedArray::Draw(Rect *areA:
 {
    LongRect r;
 
    // Get current frame of table pane
    GetFrame(&r);
 
   static int oldWidth=0;
 
    // find width
    int width=r.right-r.left;
 
    // If width hasn't changed, don't do anything 
    if(width!=oldWidth)   
 {
 int numCol=GetColCount();
 
 for(int x=0;x<numCol;x++)
 {
 SetColWidth(x,width/numCol);
 }
    // Update width
 oldWidth=width; 
 }
    // Draw table
 inherited::Draw(areA:; 
 }

Q: I am trying to convert a Pascal record that has a data type of Byte into a C++ structure. I am using the C char as the equivalent of Byte, but I am getting some bizarre behavior and results. What am I missing?

A: The C and C++ equivalent to the Pascal Byte is the unsigned char.

My thanks to Scott Morison, Kevin Quah, and the rest of the support and QA gang.

 
AAPL
$565.32
Apple Inc.
-5.24
MSFT
$29.07
Microsoft Corpora
-0.04
GOOG
$603.66
Google Inc.
-5.80
MacTech Search:
Community Search:

Empire of the Eclipse Review
Empire of the Eclipse Review By Carter Dotson on May 24th, 2012 Our Rating: :: OVERSHADOWINGiPhone App - Designed for the iPhone, compatible with the iPad Empire of the Eclipse is an ambitious strategy MMO that is very deep, and... | Read more »
Bejeweled HD Review
Bejeweled HD Review By Jennifer Allen on May 24th, 2012 Our Rating: :: ADDICTIVEiPad Only App - Designed for the iPad The iPad version of the ever addictive Match Three title.   Developer: PopCap Price: $3.99 Version Reviewed: 1... | Read more »
Facebook Releases New Camera App To Stre...
While not a replacement for Instagram, Facebook Camera is a good first step in this month+ old union of the two companies. Released today, Facebook camera looks to streamline the viewing of photos and the uploading of them. The app allows you to... | Read more »
Missile Monkey Review
Missile Monkey Review By Lisa Caplan on May 24th, 2012 Our Rating: :: FLYING LOWUniversal App - Designed for iPhone and iPad Missile Monkey is a must miss   Developer: Munsey Clan Games Price: $0.99 Version Reviewed: 1.0 Device... | Read more »
Boomlings Review
Boomlings Review By Lisa Caplan on May 24th, 2012 Our Rating: :: FUN FREEBIEUniversal App - Designed for iPhone and iPad Boomlings is a traditional matching puzzle game, with some explosive twists   | Read more »
Dave vs Cave Review
Dave vs Cave Review By Jason Wadsworth on May 24th, 2012 Our Rating: :: WATCH FOR FALLING ROCKSUniversal App - Designed for iPhone and iPad Kid falls down hole, kid gets trapped in cave, kid fights evil rock monsters to escape... | Read more »
Python Pocket Power: Python Bytes 3 – Mo...
Python fans are certain to welcome the best bits from the penultimate season of the BBC sketch comedy in a new iPhone app: Python Bytes 3 – Monty Python Series 3. If you have a flair for the obvious, you’ll correctly assume this is third in a series... | Read more »

Price Scanner via MacPrices.net

13″ 2.8GHz MacBook Pro on sale for $100 off MSRP
Adorama has lowered their price on the 13″ 2.8GHz MacBook Pro to $1399 including free shipping plus NY/NJ sales tax only. Their price is $100 off MSRP, and it’s the lowest price for this model from... Read more
Apple refurbished iPads available starting at $279
 The Apple Store Online has dropped prices on Apple Certified Refurbished iPad 2s and original iPads by as much as $50, with models now starting at $279. Apple’s one-year warranty is included with... Read more
Security Based Portable Operating System, Pocket D...
In conjunction with their consumer technology product, Pocket Desktop, a USB device that offers consumers enhanced security and portability in computing, has announced a new strategic alliance with... Read more
Apple’s Jonathan Ive Knighted By Britain’s Princes...
The BBC reports that Apple Senior Vice President Of Industrial Design Jonathan Ive is now Sir Jonathan Ive, having been knighted by Queen Elizabeth II’s daughter Anne, the Princess Royal (and an iPad... Read more
Microsoft Fixing to release Office for iOS and And...
BGR’s Jonathan S. Geller says BGR has learned from a “reliable source” that Microsoft is planning to release the company’s full Office suite for not only Apple’s iPad, but for Android tablets as well... Read more
Mac mini Server available for $949, $50 off MSRP
Adorama has Mac mini Servers on sale for $949 including free shipping. Their price is $50 off MSRP, and it’s the lowest price available for this model from any Apple Authorized Reseller. NY and NJ... Read more
21″ 2.7GHz iMac on sale for $1399, $100 off full r...
Adorama has the 21″ 2.7GHz iMac on sale for $1399 including free shipping. Their price is $100 off MSRP, and it’s the lowest price for this model from any Apple Authorized Reseller. NY and NJ sales... Read more
iMacs on sale bundled with free upgrade to 8GB RAM
MacConnection has 2011 iMacs in stock today with a free upgrade to 8GB of RAM. Shipping is also free. Their prices represent a $200+ savings over custom 8GB iMacs at The Apple Store: - 21″ 2.5GHz... Read more

Jobs Board

Helpdesk Support Technician - Mac Expert...
Mac hardwaresoftware preferably as a Mac Genius or Apple technician Demonstrated ability to troubleshoot ... in Mac OS X/Windows OS administration, exp supporting Mac, certified Apple and/or Windows... Read more
Mac Expert - Apple Online Store at Apple...
before calling a helpdesk for assistance). Description The Mac Expert is responsible for providing consultative ... to be effective, the Mac Expert will be knowledgeable about Mac product features... Read more
iOS Developer (iPhone and iPad) at Mahal...
Mahalo is looking for talented iOS developers to join its team of highly skilled engineers. Weve already released multiple successful apps in the Apple App Store with well over a million installs... Read more
MAC Imaging/Packaging, Administration.Pr...
Skills: Very good experience in building MAC ( Apple Macintosh ) operating system images. OS imaging Knowledge on ... Knowledge on configuring the LAN and Wireless network on MAC note books Knowledge... Read more
*Apple* Solutions Consultant-Retail Sal...
Requisition Number 15545402 Job title Apple Solutions Consultant-Retail Sales Location Mobile Country United States City Mobile State Alabama Job type Job description Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.