Climb! V2.6 Feedback Wanted
05 December 2007 21:23
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.
How can we make Climb! even better? Email us with your comments.
Date Handling in Climb! V2.3 and Later (updated)
05 December 2007 21:23
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.
- 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.
- Quit Climb!
- Open the System Preferences and click "International"
- Click the "Formats" tab and the Dates Customize button
- 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
- Customize the date string and Press OK to confirm
- Relaunch Climb!
Importing Flight Data (updated)
05 December 2007 21:23
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.
Click here to download a sample "discrete" CSV file (with headers).
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 "discrete" CSV file (with headers).
Customizing Internet Access in V2.2 and Later (updated)
05 December 2007 21:22
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:
Have a special request or don't feel comfortable doing this yourself, email us and we'll do our best to help.
- 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)
- (*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*)
Have a special request or don't feel comfortable doing this yourself, email us and we'll do our best to help.