TweetFollow Us on Twitter

Mar 97 Top 10

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

Symantec Top 10

By Richard Hill, Symantec Technical Support

This monthly column, written by Symantec's Technical Support Engineers, aims to provide you with technical information based on the use of Symantec products.

Q: My Visual Architect project uses a modal dialog that I want to be able to make appear and disappear without repeatedly allocating and releasing resources. How would I do this?

A: While not immediately obvious, the answer to this is fairly simple. Since CDialog and CDLOGDialog are descendants of CWindow, you can use CWindow's member functions Hide() and Show() to control visibility. To make the dialog ‘go away' without releasing its resources use myDialog->Hide(). Whether it is visible or not, you can update its contents to your liking. Re-display it at the appropriate time with myDialog->Show().

Q: My Symantec C++ Project will not run under the debugger. What might be the problem?

A: There are a couple different reasons for this problem. The most common culprit is corruption in one of your built objects. Choosing Remove Objects from the Build menu is the easiest way to deal with this offender. Another less common (but just as obtrusive) condition has to do with the Project Type setting in the Project | Options submenu. If either Shared or Static Library is selected for the project type, the debugger will be disabled for this project. If the type has been erroneously set to a library, set it back to Application and then Remove Objects from the Build menu. All should be well.

Q: My loop control condition in C is not evaluating correctly. I know x has reached 10, but control is staying in the loop. What's going on?

while (x>10)

{

x = x/y + ...;

}

A: The problem here has to do with rounding and floating point precision. Try this instead:

while (abs(x-10) > 0.0000001)

Obviously, you can change the precision level by changing how many decimal places to use.

Q: My Java applet is accessing an SQL database through dbANYWHERE. The data in my result set is acting weird. Among other things, my comparisons are not evaluating they way I know they should.

A: As it turns out, some SQL databases return their data padded to the length of the field (as defined in the database) plus 1 character (the delimiter). Luckily, Sun included a trim() method in the java.lang.String class. If the database you are connecting to returns padded strings, get in the habit of calling myString = myString.trim().

Q: I want to use a String as my conditional but (myString == the text) is not evaluating true when I know it should.

A: The problem here is that Java defines a String as an object, not a primary data type. You can still do what you want, you just have to use the String member function .equals(). Try this instead: if (myString.equals("the text") {}. This will evaluate to true when it should.

Q: I really love Symantec C++ and think it is the best development environment around, but I have to do some development using libraries that only exist for Metrowerks CodeWarrior . What can I do?

A: Rest at ease. We have developed a translator that allows you to use the MW libraries transparently with your Symantec C++ projects. The translator should be available at our WWW site (ftp.symantec.com) by the time this goes to print.

Q: I have been using Symantec Café (developer release) for some time now. I just upgraded my Mac and now Café will not compile anything. What is going on?

A: If you just copied the Symantec Café folder from one drive to another, rather than reinstalling on the new drive, you may be having a problem with an alias. In the (Translators) folder there is an alias called Java. This alias needs to be pointing to the Java file in your (Java Libraries) folder. If it is not, your project will refuse to compile.

Q: I want to be able to display my source code in an html file, but when I try I lose my formatting, and it makes the code very difficult to read.

A: Try copy and pasting your nicely formatted text from your editor window into a Visual Page window. Now select your code in the Visual Page window and select Preformatted from the Format menu. This method will retain all of your formatting and is the method we use here at Symantec. Another way to accomplish something similar is to drag a source code file to a Visual Page window. However, you may lose some formatting information like fonts and color using this method. It depends on whether your editor saves the formatting information in the file or determines it ‘on the fly'.

Q: How can I change the transparency setting of an image in Visual Page?

A: There are two ways to get to the right place for this. One is to Open the graphic image from the File menu. The quicker method is to hold down the Option key while double clicking on the displayed image. Either way will take you to an editing view for the image. Here you can choose what color (if any) to make transparent. You can define your imagemap regions and links here as well.

Q: I can not get my Java application to access a files that I know are on my drive. What is wrong?

A: Many Macintosh users are in the habit of naming their folders with a suffix of ‘ƒ' (Option-f). Unfortunately, the character set that Java supports for its paths does not include this character (among others). If you are having problems with folder or file access, check to see if any of the folders have any unusual characters and remove them.

Special Thanks to Mark Baldwin, Bob Meyer, Steve Howard, Kevin Kenan, and Steve Wolf.

 
AAPL
$565.32
Apple Inc.
+0.00
MSFT
$29.07
Microsoft Corpora
+0.00
GOOG
$603.66
Google Inc.
+0.00
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

iPhone Mobile Developer at Mapmyfitness...
About MapMyFitness, Inc.: We're a well-funded and fast growing start-up. We're building the future of fitness applications on both the web and mobile. MapMyFitness is consistently ranked among the... Read more
Civil Engineering iPhone/iPad Applicatio...
I want to hire an application developer to design a universal iPhone/iPad application. The app is a calculator for civil engineers. Please see the attached Scope of Work. Desired Skills: iPhone, iPad... Read more
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
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.