[MD1] Automated Solutions Group Acquires ObjectTools from NI
TweetFollow Us on Twitter

[MD1] Automated Solutions Group Acquires ObjectTools from NI

For more information contact
Adrienne L. Coerper
Director of Marketing and Administration
adrienne@asgsoft.com
Automated Solutions Group
(714) 375-4252

FOR IMMEDIATE RELEASE

Automated Solutions Group Announces Acquisition of ObjectTools from
Natural Intelligence, Inc.

Huntington Beach, CA - July 7, 1999: Automated Solutions Group today
announced the acquisition of ObjectTools from Natural Intelligence,
Inc. ObjectTools is a 4th Dimension plug-in which provides a set of
routines that allow you to create Objects: a single entity in which
you can store and retrieve any amount of data of differing types.
This is similar to what you can do with 4D BLOBs, but with several
important differences:

Rather than using offsets, data is stored into and retrieved from
Objects by name. Whereas BLOBs are the equivalent of ROM, once
written, you cannot really modify their contents; Objects are more
like RAM. Once stored, data in Objects can be modified in place,
retrieved into 4D variables, and copied to other Objects. Because
Objects are represented by Longint handles, you can create arrays of
Objects.

What are Objects Good For?

While the uses of Objects are virtually limitless, there are several
common problems which they directly address:

* To drastically reduce the number of process and interprocess variables
* To save and restore complex configuration data, such as the configuration
of plug-ins
* To allow an object-oriented style of programming

How Do Objects Work?

In classical programming terms Objects are implemented as an
unordered dictionary. A dictionary is a collection of key-value
pairs, where the key uniquely identifies a value. In the case of
Objects, the key is the item reference, or tag. The value is whatever
was stored with the key.

Objects are unordered dictionaries, meaning that the order of the
key-value pairs at any given time is the order in which they were
added to the Object. Therefore, in theory, the worst-case performance
of the key lookup will increase linearly with the number of items in
the Object, but in practice you will never notice any performance
degradation.

While similar to 4D BLOBs and the venerable PictBundle plug-in,
ObjectTools has several important advantages over both:

* Objects store data as named items -- finally you are freed from the
drudgery of using numeric offsets to store and retrieve data. With
Objects, you store and retrieve data as distinct items using a 255
character name.

* Objects are random access -- you can store and retrieve in any order.

* Objects are modifiable -- you can replace, delete or copy an
existing named item without recreating the entire Object.

* Objects can be stored in arrays -- because Objects are represented
by a Longint handle, you can create arrays of Objects. This ability
makes Objects the "perfect" tool for interprocess messaging.

* Arrays within Objects are directly accessible -- once stored in an
Object, you can get the size of an array and directly access any
given element, allowing you to iterate over an array within an Object.

* Objects can be embedded in Objects -- you can store Objects within
Objects and directly access embedded items.

* Objects reveal their structure -- ObjectTools has a full site of
routines that let you know everything about the structure of an
Object. In fact, ObjectTools ships with a sophisticated visual Object
editor that uses these routines to create, examine and modify the
contents of any Object.

Pricing & Availability

ObjectTools for Macintosh or Windows.......................$149.95
ObjectTools Sidegrade (Owners of Mac or Win version).......$89.95
ObjectTools Bundle (Macintosh and Windows).................$199.95

ObjectTools will be released July 12, 1999 for Macintosh and Windows.

About Automated Solutions Group

Based in Huntington Beach, California, Automated Solutions Group
provides software development and consulting services. Founded in
1989, Automated Solutions Group develops and supports a wide variety
of software development tools to aid in the creation of custom
applications for the Macintosh and Windows platform. For more
information, please visit our home page at http://www.asgsoft.com.

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Combo Quest (Games)
Combo Quest 1.0 Device: iOS Universal Category: Games Price: $.99, Version: 1.0 (iTunes) Description: Combo Quest is an epic, time tap role-playing adventure. In this unique masterpiece, you are a knight on a heroic quest to retrieve... | Read more »
Hero Emblems (Games)
Hero Emblems 1.0 Device: iOS Universal Category: Games Price: $2.99, Version: 1.0 (iTunes) Description: ** 25% OFF for a limited time to celebrate the release ** ** Note for iPhone 6 user: If it doesn't run fullscreen on your device... | Read more »
Puzzle Blitz (Games)
Puzzle Blitz 1.0 Device: iOS Universal Category: Games Price: $1.99, Version: 1.0 (iTunes) Description: Puzzle Blitz is a frantic puzzle solving race against the clock! Solve as many puzzles as you can, before time runs out! You have... | Read more »
Sky Patrol (Games)
Sky Patrol 1.0.1 Device: iOS Universal Category: Games Price: $1.99, Version: 1.0.1 (iTunes) Description: 'Strategic Twist On The Classic Shooter Genre' - Indie Game Mag... | Read more »
The Princess Bride - The Official Game...
The Princess Bride - The Official Game 1.1 Device: iOS Universal Category: Games Price: $3.99, Version: 1.1 (iTunes) Description: An epic game based on the beloved classic movie? Inconceivable! Play the world of The Princess Bride... | Read more »
Frozen Synapse (Games)
Frozen Synapse 1.0 Device: iOS iPhone Category: Games Price: $2.99, Version: 1.0 (iTunes) Description: Frozen Synapse is a multi-award-winning tactical game. (Full cross-play with desktop and tablet versions) 9/10 Edge 9/10 Eurogamer... | Read more »
Space Marshals (Games)
Space Marshals 1.0.1 Device: iOS Universal Category: Games Price: $4.99, Version: 1.0.1 (iTunes) Description: ### IMPORTANT ### Please note that iPhone 4 is not supported. Space Marshals is a Sci-fi Wild West adventure taking place... | Read more »
Battle Slimes (Games)
Battle Slimes 1.0 Device: iOS Universal Category: Games Price: $1.99, Version: 1.0 (iTunes) Description: BATTLE SLIMES is a fun local multiplayer game. Control speedy & bouncy slime blobs as you compete with friends and family.... | Read more »
Spectrum - 3D Avenue (Games)
Spectrum - 3D Avenue 1.0 Device: iOS Universal Category: Games Price: $2.99, Version: 1.0 (iTunes) Description: "Spectrum is a pretty cool take on twitchy/reaction-based gameplay with enough complexity and style to stand out from the... | Read more »
Drop Wizard (Games)
Drop Wizard 1.0 Device: iOS Universal Category: Games Price: $1.99, Version: 1.0 (iTunes) Description: Bring back the joy of arcade games! Drop Wizard is an action arcade game where you play as Teo, a wizard on a quest to save his... | Read more »

Price Scanner via MacPrices.net

Apple’s M4 Mac minis on sale for record-low p...
B&H Photo has M4 and M4 Pro Mac minis in stock and on sale right now for up to $150 off Apple’s MSRP, each including free 1-2 day shipping to most US addresses. Prices start at only $469: – M4... Read more
Deal Alert! Mac Studio with M4 Max CPU on sal...
B&H Photo has the standard-configuration Mac Studio model with Apple’s M4 Max CPU in stock today and on sale for $300 off MSRP, now $1699 (10-Core CPU and 32GB RAM/512GB SSD). B&H also... Read more

Jobs Board

All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.