Main > Free Download Search >

Free timelines examples software for mac

timelines examples

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 998
Finder Examples 1.0

Finder Examples 1.0


Finder Examples - Windowshade desktop windows more>>
Finder Examples presents two example scripts from Apple that demonstrate how to windowshade desktop windows and how to expand them.
Completly freeware for non-commercial use.
<<less
Download (3KB)
Added: 2006-04-06 License: Freeware Price:
1300 downloads
Mail Examples 1.0

Mail Examples 1.0


Mail Examples - Examples for the MacOS X Mail.app more>>
The Mail Examples AppleScript presents some examples for the MacOS X Mail app, showing how to create and send e-mail.

Completly freeware for non-commercial use.
<<less
Download (10KB)
Added: 2006-05-01 License: Freeware Price:
1284 downloads
TextEdit Examples 1.0

TextEdit Examples 1.0


TextEdit Examples - Perform various actions with AppleScript and TextEdit more>>
TextEdit Examples is a set of examples that shows how to perform various actions with AppleScript and TextEdit.

The package contains a functional script example and a nonfunctional script for syntax examples.


<<less
Download (7KB)
Added: 2005-12-20 License: Freeware Price:
1412 downloads
Dock Image Example 1.0

Dock Image Example 1.0


Dock Image Example is considered as a convenient to use program which shows how to manipulate from your application (Objective-C/Cocoa) the image appearing in the Dock more>>

Dock Image Example 1.0 is considered as a convenient to use program which shows how to manipulate from your application (Objective-C/Cocoa) the image appearing in the Dock. With just a few lines of code, you can provide some feedback on your application state by changing the Dock's image. The example was made under OS 10.1 but should compile fine with OS 10.0

Requirements: Mac OS X Developer Tools

<<less
Download (33.2KB)
Added: 2001-09-25 License: Freeware Price:
downloads
FTLCtimelines X 0.9.6.1

FTLCtimelines X 0.9.6.1


FTLCtimelines wont make you disappointed because it creates timelines based on user input of events in time and/or spans of time. more>>

FTLCtimelines X 0.9.6.1 won't make you disappointed because it creates timelines based on user input of events in time and/or spans of time.

Events and spans may be categorized (1 level depth). Some additional features available.

Enhancements:
  • Time zones (also imported with iCal .ics files) for years ? 10 AD.
  • Augmented:
    • Zoom function for timelines,
    • a few help tags,
    • simple find function in help windows,
    • slightly easier to work with axis display parameters.
  • A few bug fixes and/or minor reworks.

Requirements: Mac OS X 10.3 or later.

<<less
Download (4.4MB)
Added: 2008-01-30 License: Free Price:
downloads
REALbasic 5: Interface Examples 1.0

REALbasic 5: Interface Examples 1.0


REALbasic 5: Interface Examples - Examples of REALbasic abilities more>>
REALbasic 5: Interface Examples is a collection of REALbasic examples which each demonstrate a particular ability new or improved in version 5.

• ToolbarItem, StandardToolbarItem, Drawer Windows.

Completly freeware for non-commercial use.

<<less
Download (95KB)
Added: 2006-05-16 License: Freeware Price:
1272 downloads
OS X Preferences Example 1.0

OS X Preferences Example 1.0


OS X Preferences Example - Demonstrates the enabling of the Application menus Preferences menu item more>>
OS X Preferences Example is a REALbasic example that demonstrates the enabling of the Application menus Preferences menu item ONLY when in an OS X application (not OS 9/8, or the IDE).

Completly freeware for non-commercial use.

<<less
Download (3KB)
Added: 2006-05-18 License: Freeware Price:
1276 downloads
REALbasic 5: Socket Examples 1.0

REALbasic 5: Socket Examples 1.0


REALbasic 5: Socket Examples - Collection of REALbasic examples more>>
REALbasic 5: Socket Examples is a collection of examples which each demonstrate a particular ability new or improved in REALbasic version 5.

• Download Image to Canvas
• Download File to Hard Drive
• Download File to REALbasic
• Submit POST Form
• Send and receive email via POP3 and SMTP.

Completly feeware for non-commercial use.
<<less
Download (329KB)
Added: 2006-05-19 License: Freeware Price:
1307 downloads
State Machine Compiler 6.0.0

State Machine Compiler 6.0.0


Generates a State pattern in eleven programming languages more>> Generates a State pattern in eleven programming languages

SMC takes a state machine stored in a .sm file and generates a State pattern in eleven programming languages.
Includes: default transitions, transition args, transition guards, push/pop transitions and Entry/Exit actions.
Enter SMC - The State Machine Compiler. Now you put your state diagram in one file using an easy-to-understand language. SMC generates the state pattern classes for you. No more hand-maintained transition matrices.
No more widely scattered switch statements. Instead, the state diagram is in one place, coded directly from the picture to the SMC language and is easily maintained.
SMC uses the state pattern to its fullest extent. In the real world, events dont always happen when they should. Dealing with unexpected events is a must for a robust application.
By combining virtual methods with the state pattern, SMC allows you to define "Default" transitions - transitions which allow your objects to handle unexpected events, recover and continue providing service (rather than crashing, burning and getting you into trouble).
SMC is a Java application, which means SMC will work on any platform that comes with Java 1.5.0 support.
NOTE: State Machine Compiler is released under the Mozilla Public License 1.1 (MPL 1.1).

Enhancements
- Added support for PHP programming language (-php).
- Added support for Scala programming language (-scala).
- Jump transition added. Works the same as a simple transition.
- The TransitionUndefinedException was missing the transition
- name. The transition name is now placed into the exception.
- Correctly handles $ in transition arguments.
- Corrected statemap.h -I include path in C examples.
- Corrected C example 4 #if __GNUC__ condition.
- Corrected C example 6 #include.
- Corrected file names in TCL examples 4 and 5.
- Corrected examples "all" rule.
- Corrected #!/interpreter calls in scripts.

<<less
Download (4.9MB)
Added: 2009-05-21 License: Freeware Price: FREE
195 downloads
Entourage Bulk Mailer Example 1.0

Entourage Bulk Mailer Example 1.0


Entourage Bulk Mailer Example - How to send (HTML) email to list in Entourage 2004 more>>
I started a little business a couple weeks ago and needed to send out a customer service bulletin. To my surprise, I could not find any good AppleScripts for doing this on OS X.

First, I downloaded a shareware application called "Mailings", couldnt get it to authenticate with my SMTP server, and got no reply from the developer. So, I did not buy it. Then I wrote a script using Mail.app, and it would work for awhile but then tell me that the server rejected my password.

So, for my next bulletin I used Microsoft Entourage and, after some tinkering, got it to work. There are lots of comments in the code, and besides changing my example subject, recipient list and message to yours, you will probably need to do some other tinkering to meet your needs. I t works with Entourage from Office 2004; I do not know whether it will work with earlier verisons of Office. Have fun, and please send me an email if you learn more about it than I did.

<<less
Download (5KB)
Added: 2006-03-31 License: Freeware Price:
1318 downloads
ScriptLinker 1.0

ScriptLinker 1.0


ScriptLinker is able to allow users to take advantage of the all new URL Protocol Support by allowing a user to retrieve script examples embedded in webpages or PDF files by simply clicking a link or a picture. more>> <<less
Download (179.7KB)
Added: 2003-11-10 License: Freeware Price:
downloads
String Class and Array Template 1.0.0b1

String Class and Array Template 1.0.0b1


String Class and Array Template - Simple string class with plenty of examples more>>
If you are learning to program in C++ on the Macintosh, String Class and Array Template is a simple string class I put together when I was tutoring someone on C++.

It covers use of inheritence, templates and plenty of virtual methods.

This class is in early development stages. While it does come with plenty of examples for you to step through to see how it does what it does, it is by no means complete or ready for integration into a larger project. It is stable and should not crash.


<<less
Download (36KB)
Added: 2006-01-18 License: Freeware Price:
1376 downloads
Google Gadget Template 1.0.4

Google Gadget Template 1.0.4


Will allow you to create your own Dashboard widget out of any Universal Google Gadget. more>> Will allow you to create your own Dashboard widget out of any Universal Google Gadget.

Google Gadget Template will allow you to create your own Dashboard widget out of any Universal Google Gadget.
Go to the Google Gadget Directory, find the Gagdet you want, and copy its URL to the widgets gadget.js file.
Please see the developerGuide.html which comes with the widget for more details and the Examples.

Enhancements
- Updated to support new Google API changes.

<<less
Download (27KB)
Added: 2008-12-02 License: Freeware Price: FREE
184 downloads
Tech Terms Computer Dictionary 1

Tech Terms Computer Dictionary 1


Understand various computer and technology terms. more>>

Tech Terms Computer Dictionary 1 is a widget which lets you quickly look up definitions of computer and technology terms. Each term is not just defined, but explained in detail, often with helpful examples.

Definitions are explained in simple language, so they are easy to understand. Don't know the meaning of a certain computer term. Use this dashboard widget whenever you come across a technical term that you don't understand.

<<less
Download (67.3KB)
Added: 2006-04-17 License: Freeware Price:
443 downloads
 
Other version of Tech Terms Computer Dictionary
Tech Terms Computer Dictionary 1.0defined, but explained in detail, often with helpful examples. Definitions are explained in
License:Freeware
Download (67KB)
1350 downloads
Added: 2006-02-21
ChatField 11.0

ChatField 11.0


ChatField - Proposed custom control to replace the current control that chat is rendered in more>>
ChatField is an open source, REALbasic 5.5, custom class and module designed for optimized rendering of chat. Intended as a replacement for RBs editfield control, when rendering chat.

Supports inline graphics, time stamps, text color/styles, and more. No plugins required. Example project included in download.

Examples: ChitChat and Mac Messenger both use ChatField


<<less
Download (39KB)
Added: 2006-06-08 License: Freeware Price:
1234 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5