Climb! V2.6 Feedback Wanted

We need your feedback! Email us with your bug reports, suggestions, and comments. We are especially interested in feedback on the new image handling features.

How can we make Climb! even better? Email us with your comments.

Date Handling in Climb! V2.3 and Later (updated)

Versions 2.3 and later handle date formatting in a different way than earlier versions: The displayed date format now corresponds with the OS X System Preferences International settings formats. Please be aware of the following:
  • Dates typed in the Edit Panel date field must adhere to the System formats.
  • Imported text file date formats must match one of the System formats.
Advantages:
  • It is now possible to change the date presentation throughout Climb! using the System Preferences.
  • Any import or export file date format can be supported by changing the System Preferences.
  • Climb!'s date display will now be consistent with the other applications on the host computer.
Want to change the date format?
  1. Quit Climb!
  2. Open the System Preferences and click "International"
  3. Click the "Formats" tab and the Dates Customize button
  4. Select "Medium" to customize the date string in the Log View Table or "Short" to customize the date string in the Edit Panel date field or date control
  5. Customize the date string and Press OK to confirm
  6. Relaunch Climb!

Importing Flight Data (updated)

Climb! is capable of importing logbook data from a CSV (Comma Separated Value) text file. Fields must be separated by commas and enclosed by quotes. Records (flights, in this case) must be separated by carriage returns. Many logbook, database, and spreadsheet programs are capable of exporting data in this format.

To begin the import process, select "Import Flights…" from the File Menu. The Import Window will be presented. There are two distinct types of imports that can be performed, Keyword and Discrete. A Discrete import places the time information directly into the appropriate column. A Keyword import uses the "AC CAT CLASS", "FLYING", and "FLT CON" field entries to place the block time in the appropriate column or columns during the import process. Select which type of import to perform by clicking the associated radio button.

Select the fields to be imported by checking each in turn. Reorder the fields to match the CSV file by drag and drop. Click OK and select the CSV text file containing the information to be imported. Any errors encountered will be reported following the import process.
  • Valid date formats are determined by your System Preferences International settings. Two digit years assume the current century.
  • Time fields can be formatted with or without leading zeroes and colons. Decimal times must include a decimal point even if there is no decimal portion ("5." will be interpreted as five hours, but "5" will be interpreted as five minutes).
  • Remarks: Remarks and other text fields should not contain carriage returns or quotes (neither single nor double).
Click here to download a sample "keyword" CSV file (with headers).
Click here to download a sample "discrete" CSV file (with headers).

Customizing Internet Access in V2.2 and Later (updated)

Climb! Version 2.2 and later use AppleScript to control internet access. This enables us to adapt to changes in Safari, Google Earth, or the web sites that Climb! accesses, and it allows you to customize internet access functions. Climb! stores the internet scripts in your Application Support folder (~/Library/Application Support/Climb!/Scripts/). The following scripts have modifiable entries:
  • netLinkSat.applescript: modify view distance, tilt, and azimuth in Google Earth
  • netLinkWxWeb.applescript: modify content, format, and time window for NOAA weather info
  • netLinkArpt.applescript: modify timing for varying connection speeds (Airport Edit Window)
Open the script in any text editor. The modifiable information in "netLinkSat.applescript" looks like this:
  • (*User modifiable entries*)
  • set distMtrs to 6000 -- View altitude in meters as real; 0 to approximately 60,000,000
  • set tiltDegs to 45 -- View tilt angle in degrees with 0 being vertical as real; 0 to 90
  • set aziDegs to 0 -- View azimuth in degrees with 0 being North as real; 0 to 360
  • (*End user modifiable entries*)
Want to view the airport from directly overhead? Change 45 to 0 and save the script. If you want to revert to the original parameters, drag the script to the trash and the original script will be regenerated the next time Climb! starts.

Have a special request or don't feel comfortable doing this yourself, email us and we'll do our best to help.