TweetFollow Us on Twitter

Oct 93 Newsbits
Volume Number:9
Issue Number:10
Column Tag:Newsbits

Newsbits

By Neil Ticktin, Editor-in-Chief

Object Master 2.0

ACI US, Inc. is shipping Object Master Universal version 2.0, an upgrade to its source code editor and development tool.

Object Master Universal is different from source code editors by offering additional features that support users when they need it most - during code development. With version 2.0, Object Master introduces over 150 new features and enhancements. Version 2.0 offers improved speed of operations. For example, parsing speed has increased two to three times in the new release. Another parser enhancement is its extended code support - the new version can parse C++ 3.0 code and, thanks to its support for macros, can even parse non-Macintosh code. Finally, for quick uninterrupted parsing, parser errors are placed in an error list that is displayed when parsing is completed.

With version 2.0, Object Master Universal offers users extended growth potential and expansion paths. The new version works seamlessly with MPW, THINK C, Symantec C++, and THINK Pascal, allowing users to create applications using multiple development environments. No additional modules are necessary - communication between Object Master and the development environments is performed via AppleEvents. In addition, the new version continues to support procedural programming as well as object-oriented programming, offering users a smooth transition path from purely procedural programming to object-oriented programming.

Other new features in Object Master Universal 2.0 include modeless search dialogs, project history lists, filters for class/file displays, and support for Apple's SourceServer and AppleScript. The new AppleScript support allows users to submit queries on the project, automate common tasks, and add custom menus.

For more information, contact ACI US, Inc., 10351 Bubb Road , Cupertino, CA 95014, Voice: 408/252-4444, Fax: 408/252-0831, AppleLink: D4444.

More new Inside Macs

Apple Computer, Inc. and Addison-Wesley Publishing Company announce the new Inside Macintosh, a completely revised and restructured edition of Apple's definitive guide to developing software applications for Macintosh computers.

The next two volumes of the new Inside Macintosh series are now available. They are Inside Macintosh: QuickTime Components and Inside Macintosh: Interapplication Communication.

Inside Macintosh: QuickTime Components, a companion volume to Inside Macintosh: QuickTime, describes how you can use or develop QuickTime Components such as clock components, image compressors, movie controllers, sequence grabbers, and video digitizers.

Inside Macintosh: Interapplication Communication shows programmers how to develop applications that work together in a cooperative environment. It describes how applications can share data with other applications, respond to scripts, and automate repetitive tasks.

For more information, contact Addison-Wesley Publishing Co., 1 Jacob Way, Reading, MA 01867, Voice: 617/944-3700.

[To order any of the New Inside Macintosh volumes at a discount and delivered to your door, check the MacTech Magazine Mail Order Store for ordering information. Or, contact one of the customer service addresses listed on Page 2 of this issue. - Ed.]

New Project Management Utility

ProjectServer is a new product from Shipwright Development Corp. designed to link two or more programs to perform new functions that neither could do separately. ProjectServer allows FileMaker Pro and MacProject Pro to work together on a network, interchange data, and automatically update one another - plus the project managers and professionals using either of the two Claris Corp. applications.

Automated Data Exchange: Now, MacProject Pro users can get their project files updated automatically from a multi-user FileMaker Pro database. In addition, FileMaker Pro users can initiate standard projects (using MacProject Pro templates) and receive relevant project data from MacProject Pro users.

ProjectServer works like this: A MacProject Pro file is saved into a ProjectServer folder on the workgroup's server. ProjectServer exports time and task info to a FileMaker Pro database. In FileMaker, each workgroup member has a screen listing their his/her tasks in all project files in the folder; when a task is completed the person checks a check box, and ProjectServer sends it back to the appropriate MacProject Pro file.

ProjectServer Enabled by AppleEvents: Shipwright conceived the idea about three years ago, but ProjectServer wasn't possible until AppleEvents were incorporated in MacProject and FileMaker Pro last summer. Employing UserLand's Frontier AppleEvent development environment, Shipwright is apparently the first company to produce an automated, workgroup-focused link between MacProject Pro and FileMaker Pro - both of which are Market leaders in their respective categories.

Only one ProjectServer application is needed to serve a workgroup of about 20 people. Price is $2000 for the first server, with a sliding scale for multiple servers on a site. Macintosh IIci computers or better are required, with a minimum of 7MB of memory to operate the three program system.

For more information, contact Shipwright Development Corp., 44 Farguhar Street, Boston, MA 02131, Voice: 617/323-7923.

QuickCode Pro

Natural Intelligence, Inc. has released QuickCode Pro, the procedure editing assistant for ACI US' 4th Dimension development environment. QuickCode Pro dramatically enhances the 4th Dimension procedure editing environment by offering over 100 new features which simplify and accelerate script writing. Demo versions of QuickCode Pro are available on most online services.

QuickCode Pro allows the user to: use "hot keys" to navigate procedures with the ease of a word processor; automatically comment multiple lines of code with a single keystroke (without the current danger of losing characters past the 80th position); drag and drop text from one part of the procedure to another; save and load a procedure to and from a text file; have five additional, macro capable clipboards which save between development sessions; check the balance of your parentheses, brackets, braces, and quotes; global search and replace in one or many procedures.

For more information, contact Natural Intelligence, Inc., 2067 Massachusetts Avenue, Cambridge, MA 02140, Voice: 617/876-4876, Fax: 617/492-7425.

Heizer ships Double-XX

Heizer Software announced today that it is shipping Double-XX, a development tool for creating stand alone applications from XCMDs. Now, experienced HyperTalk scriptors and XCMD users can build applications for both custom and commercial use.

Double-XX uses XCMDs as building blocks. Developers "glue" them together with lines of HyperTalk to create stand alone applications. As the most recent addition to the Heizer Select Series (a collection of HyperCard-related development tools from Heizer Software), Double-XX provides the final link in the HyperTalk development chain.

To create an application, the HyperTalk developer simply selects resources (XCMDs, PICTs, ICONs, etc.); defines the menus; and decides on other determinants. Double-XX combines all the elements into a shell containing a very complete HyperTalk interpreter and a XCMD interface.

Depending on how the final application is configured, Double-XX will add between 75K and 150K of additional resources. A finished application will require a minimum of only 160K of RAM (plus the developer’s requirements).

For more information, contact Heizer Software, 1941 Oak Blvd., #30, Pleasant Hill, CA 94523, Voice: 510/943-7667, Fax: 510/943-6882, AppleLink: DO477, America Online: HEIZER SW, CompuServe: 73200,274.

C Access to 4D

ACI has announced 4D Open, the Application Programming Interface (API) for connectivity to 4D Server, the client/server database for the Macintosh. 4D Open consists of a set of Pascal and C libraries which enables easy access to 4D Server from various client machines. Any foreign client can connect to 4D Server through a network and perform database operations, such as adding, modifying, or consulting data.

4D Open can be included in custom in-house C and Pascal developments. For 4th Dimension users who want to connect to several servers, creating departmental or interdepartmental middle distributed systems, 4D Open is ideal as an external routine for 4th Dimension and 4D Client.

4D Open internally manages calling network components to send requests and receive results from the servers: A 4D Open search algorithm in C or Pascal does not need to be rewritten depending on the network protocol you are using. 4D Open has no limit except memory in terms of number of connections. Connections can simultaneously use different network protocols.

4D Open provides many additional features, such as named selections, read-write and read-only modes, and data access privileges for security. 4D Open also provides C and Pascal interface files, libraries, and resource files to be used with MPW (411 files are provided) and the Think development environments.

For more information, contact ACI US, Inc., 10351 Bubb Road , Cupertino, CA 95014, Voice: 408/252-4444, Fax: 408/252-0831, AppleLink: D4444.

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Six fantastic ways to spend National Vid...
As if anyone needed an excuse to play games today, I am about to give you one: it is National Video Games Day. A day for us to play games, like we no doubt do every day. Let’s not look a gift horse in the mouth. Instead, feast your eyes on this... | Read more »
Old School RuneScape players turn out in...
The sheer leap in technological advancements in our lifetime has been mind-blowing. We went from Commodore 64s to VR glasses in what feels like a heartbeat, but more importantly, the internet. It can be a dark mess, but it also brought hundreds of... | Read more »
Today's Best Mobile Game Discounts...
Every day, we pick out a curated list of the best mobile discounts on the App Store and post them here. This list won't be comprehensive, but it every game on it is recommended. Feel free to check out the coverage we did on them in the links below... | Read more »
Nintendo and The Pokémon Company's...
Unless you have been living under a rock, you know that Nintendo has been locked in an epic battle with Pocketpair, creator of the obvious Pokémon rip-off Palworld. Nintendo often resorts to legal retaliation at the drop of a hat, but it seems this... | Read more »
Apple exclusive mobile games don’t make...
If you are a gamer on phones, no doubt you have been as distressed as I am on one huge sticking point: exclusivity. For years, Xbox and PlayStation have done battle, and before this was the Sega Genesis and the Nintendo NES. On console, it makes... | Read more »
Regionally exclusive events make no sens...
Last week, over on our sister site AppSpy, I babbled excitedly about the Pokémon GO Safari Days event. You can get nine Eevees with an explorer hat per day. Or, can you? Specifically, you, reader. Do you have the time or funds to possibly fly for... | Read more »
As Jon Bellamy defends his choice to can...
Back in March, Jagex announced the appointment of a new CEO, Jon Bellamy. Mr Bellamy then decided to almost immediately paint a huge target on his back by cancelling the Runescapes Pride event. This led to widespread condemnation about his perceived... | Read more »
Marvel Contest of Champions adds two mor...
When I saw the latest two Marvel Contest of Champions characters, I scoffed. Mr Knight and Silver Samurai, thought I, they are running out of good choices. Then I realised no, I was being far too cynical. This is one of the things that games do best... | Read more »
Grass is green, and water is wet: Pokémo...
It must be a day that ends in Y, because Pokémon Trading Card Game Pocket has kicked off its Zoroark Drop Event. Here you can get a promo version of another card, and look forward to the next Wonder Pick Event and the next Mass Outbreak that will be... | Read more »
Enter the Gungeon review
It took me a minute to get around to reviewing this game for a couple of very good reasons. The first is that Enter the Gungeon's style of roguelike bullet-hell action is teetering on the edge of being straight-up malicious, which made getting... | Read more »

Price Scanner via MacPrices.net

Take $150 off every Apple 11-inch M3 iPad Air
Amazon is offering a $150 discount on 11-inch M3 WiFi iPad Airs right now. Shipping is free: – 11″ 128GB M3 WiFi iPad Air: $449, $150 off – 11″ 256GB M3 WiFi iPad Air: $549, $150 off – 11″ 512GB M3... Read more
Apple iPad minis back on sale for $100 off MS...
Amazon is offering $100 discounts (up to 20% off) on Apple’s newest 2024 WiFi iPad minis, each with free shipping. These are the lowest prices available for new minis among the Apple retailers we... Read more
Apple’s 16-inch M4 Max MacBook Pros are on sa...
Amazon has 16-inch M4 Max MacBook Pros (Silver and Black colors) on sale for up to $410 off Apple’s MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather than a third-party... Read more
Red Pocket Mobile is offering a $150 rebate o...
Red Pocket Mobile has new Apple iPhone 17’s on sale for $150 off MSRP when you switch and open up a new line of service. Red Pocket Mobile is a nationwide MVNO using all the major wireless carrier... Read more
Switch to Verizon, and get any iPhone 16 for...
With yesterday’s introduction of the new iPhone 17 models, Verizon responded by running “on us” promos across much of the iPhone 16 lineup: iPhone 16 and 16 Plus show as $0/mo for 36 months with bill... Read more
Here is a summary of the new features in Appl...
Apple’s September 2025 event introduced major updates across its most popular product lines, focusing on health, performance, and design breakthroughs. The AirPods Pro 3 now feature best-in-class... Read more
Apple’s Smartphone Lineup Could Use A Touch o...
COMMENTARY – Whatever happened to the old adage, “less is more”? Apple’s smartphone lineup. — which is due for its annual refresh either this month or next (possibly at an Apple Event on September 9... Read more
Take $50 off every 11th-generation A16 WiFi i...
Amazon has Apple’s 11th-generation A16 WiFi iPads in stock on sale for $50 off MSRP right now. Shipping is free: – 11″ 11th-generation 128GB WiFi iPads: $299 $50 off MSRP – 11″ 11th-generation 256GB... Read more
Sunday Sale: 14-inch M4 MacBook Pros for up t...
Don’t pay full price! Amazon has Apple’s 14-inch M4 MacBook Pros (Silver and Black colors) on sale for up to $220 off MSRP right now. Shipping is free. Be sure to select Amazon as the seller, rather... Read more
Mac mini with M4 Pro CPU back on sale for $12...
B&H Photo has Apple’s Mac mini with the M4 Pro CPU back on sale for $1259, $140 off MSRP. B&H offers free 1-2 day shipping to most US addresses: – Mac mini M4 Pro CPU (24GB/512GB): $1259, $... Read more

Jobs Board

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