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
$425.33
Apple Inc.
-6.44
MSFT
$34.75
Microsoft Corpora
-0.23
GOOG
$902.49
Google Inc.
+1.87

MacTech Search:
Community Search:

Software Updates via MacUpdate

Apple Java 2013-004 - For OS X 10.7 and...
Apple Java for OS X 2013-004 supersedes all previous versions of Java for OS X. This release updates the Apple-provided system Java SE 6 to version 1.6.0_51 and is for OS X versions 10.7 or later.... Read more
Google Chrome 27.0.1453.116 - Modern and...
Google Chrome is a Web browser by Google, created to be a modern platform for Web pages and applications. It utilizes very fast loading of Web pages and has a V8 engine, which is a custom built... Read more
EarthDesk 6.2 - Striking animated image...
EarthDesk replaces your static desktop picture with a rendered image of Earth showing correct sun, moon and city illumination. With an Internet connection, EarthDesk displays near real-time global... Read more
Apple Configurator 1.3 - Configure and d...
Apple Configurator makes it easy for anyone to mass configure and deploy iPhone, iPad, and iPod touch in a school, business, or institution. Three simple workflows let you prepare new iOS devices... Read more
Apple Java for Mac OS X 10.6 Update 16 -...
Apple Java for Mac OS X 10.6 Update 16 delivers improved security, reliability, and compatibility by updating Java SE 6 to 1.6.0_51.Version Update 16: See http://support.apple.com/kb/HT5744 for more... Read more
Neat 4.0.3 - Digital filing system for r...
Neat (formerly NeatWorks) is a powerful scanning and digital filing system that enables you to scan and organize receipts, business cards, and documents. Unlike other scanning software, NeatWorks... Read more
Adobe Muse CC 5.0 - Design and publish H...
Adobe Muse enables designers to create websites as easily as creating a layout for print. Design and publish original HTML pages using the latest Web standards, and without writing code. Now in beta... Read more
Adobe Creative Cloud 1.0 - Everything ne...
Adobe Creative Cloud costs $49.99/month (or less if you're a previous Creative Suite customer). Creative Suite 6 is still available for purchase (without a monthly plan) if you prefer. Introducing... Read more
Adobe Flash Professional CC 13.0.0.759 -...
Flash Professional CC is available as part of Adobe Creative Cloud for as little as $19.99/month (or $9.99/month if you're a previous Flash Professional customer). Flash Professional CS6 is still... Read more
Adobe InCopy CC 9.0 - Create streamlined...
InCopy CC is available as part of Adobe Creative Cloud for as little as $19.99/month (or $9.99/month if you're a previous InCopy customer). InCopy CS6 is still available for purchase (without a... Read more

Latest Forum Discussions

See All

Calendars+ by Readdle Goes Free For A Ve...
Calendars+ by Readdle Goes Free For A Very Limited Time Posted by Andrew Stevens on June 19th, 2013 [ permalink ] Universal App - Designed for iPhone and iPad | Read more »
Modern Combat 4: Zero Hour Has A Meltdow...
Modern Combat 4: Zero Hour Has A Meltdown, Gets New Maps, Multiplayer Modes, and More Posted by Andrew Stevens on June 19th, 2013 [ permalink ] | Read more »
XCOM: Enemy Unknown – Commander’s Log: H...
Part of the series 148Apps Goes Deep on XCOM: Enemy Unknown I’m still haunted by visions of a parallel world (classified as Xbox 360) as it wasn’t long ago that I was in charge of the XCOM project and led a squadron of soldiers against an alien... | Read more »
Rovio Stars: The Angry Birds’ New Publis...
Rovio Entertainment, creators of Angry Birds, has a new publishing initiative called Rovio Stars that will see its first titles Icebreaker and Tiny Thief released soon. Kalle Kaivola, Senior Vice President of Product & Publishing at Rovio... | Read more »
Favorite Four: Soccer Games
As a soccer fan, I’m getting twitchy. The Confederations Cup might be helping a little, but I miss the English Premier League week in, week out. This is where I sink time into FIFA 13 on my console in order to counteract the problem. What about... | Read more »
Knights of Pen & Paper Adds More Dun...
Knights of Pen & Paper Adds More Dungeons and Loot In Free Update Posted by Andrew Stevens on June 19th, 2013 [ permalink ] | Read more »
Froot ‘n’ Nutz Review
Froot ‘n’ Nutz Review By Blake Grundman on June 19th, 2013 Our Rating: :: VISUALLY DICEYUniversal App - Designed for iPhone and iPad While Froot ‘n’ Nutz may not look very modern, it is very likable.   | Read more »
148Apps Goes Deep on XCOM: Enemy Unknown
XCOM: Enemy Unknown will be released tonight for iPad and iPhone. And we’re very excited. While XCOM isn’t the first console game to be ported over to iOS, it is one of the most ambitious. XCOM: Enemy Unknown while first released for XBox 360 and... | Read more »
A Cautionary Tail – An Interactive Book...
A Cautionary Tail – An Interactive Book That Teaches Self-Acceptance Posted by Andrew Stevens on June 19th, 2013 [ permalink ] | Read more »
XCOM: Enemy Unknown – Cheats, Tips, and...
The X-Com series, particularly the earlier games, are notoriously unforgiving. Although while XCOM: Enemy Unknown has been modernized, and is therefore more player friendly, it’s no slouch either. In fact, even on the Normal difficulty there’s a... | Read more »

Price Scanner via MacPrices.net

Smaller Tablets Forecast To Get Even More Popular...
The DisplaySearch Blog’s Richard Shim notes that tablet PCs with screen sizes smaller than 9 inches are currently forecast to account for 66% of tablet PC shipments for the year but that share is... Read more
Updated iPad Price Trackers
We’ve updated our iPad Price Tracker and our iPad mini Price Tracker with the latest information on prices and availability from Apple and other resellers. Read more
Apple refurbished iPod nanos available for $99
The Apple Store has Apple Certified Refurbished 16GB iPod nanos available for $99 including free shipping and Apple’s standard one-year warranty. That’s $50 off the cost of new nanos. All colors are... Read more
iFixIt Tears Down mid-2013 11.6-inch MacBook Air
iFixIt Chief Information Architect Miroslav Djuric says: The epic week of disassembly continues: Today, the MacBook Air 11″ found its way onto our teardown table and was soon just another Apple in... Read more
Mature Consumers Know When They Need a PC
Tech.Pinions’ Ben Bajarin sensibly observes that one of the fundamental characteristics of a mature market is mature consumers – mature in the sense that they know what they want and more importantly... Read more
Windows 8 Continues Ascension in User Popularity R...
Softpedia’s Bogdan Popa notes that Windows 8 is now the fourth most popular operating system in the world, and according to some new statistics, it continues to gain new users every day. Popa cites... Read more
Apple iOS and OS X Updates Put Bluetooth Smart Rea...
From its Worldwide Developers Conference last week, Apple announced unprecedented integration of Bluetooth technology into its operating systems – a move that sets the bar for Bluetooth integration... Read more
Buy a 13″ MacBook Pro, get AppleCare for as little...
Adorama has 13″ MacBook Pros bundled with 3-year AppleCare Protection Plans for as little as $40 extra (AppleCare has an MSRP of $249 for 13-inch MacBook Pros). Shipping is free, and Adorama charges... Read more
Updated MacBook Price Trackers
We’ve updated our MacBook Price Trackers with the latest information on prices, bundles, and availability on MacBook Airs, MacBook Pros, and the MacBook Pros with Retina Displays from Apple’s... Read more
Save $140 on the 15″ 2.3GHz MacBook Pro
B&H Photo has the 15″ 2.3GHz MacBook Pro on sale for $1659 including free shipping. Their price is $140 off MSRP. B&H will include free copies of Parallels Desktop, Bento Database, and LoJack... Read more

Jobs Board

*Apple* At-Home Team Manager - Apple (U...
Changing the world is all in a day's work at Apple . If you love innovation, here's your chance to make a career of it. You'll work hard. But the job comes with more than Read more
*Apple* Retail - Manager - Apple (Unite...
Job SummaryKeeping an Apple Store thriving requires a diverse set of leadership skills, and as a Manager, youre a master of them all. In the stores fast-paced, dynamic Read more
*Apple* - Solution Architect - CompuCom...
Job Location: US-TX-Dallas Posted Date: 4/18/2013 Overview: The Apple Solution Architect (SA) will be responsible for supporting pre-sales and post-sales solutions in Read more
*Apple* Support Technician; Mid-level -...
A Kforce client in Washington, DC area is seeking an Apple Support Technician. This contractor will have the following types of responsibilities including, but not Read more
Systems Engineer - *Apple* TV - Apple...
Job Summary The Apple TV team is looking for an experienced engineer with a passion for delivering first in class home entertainment solutions. The individual must be Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.