TweetFollow Us on Twitter

November 91 - IcePick v1.0b1 Reviewed

IcePick v1.0b1 Reviewed

Jeffrey J. Barbose

What lurks behind the familiar application icon can be accurately described as a collection of tightly-coupled resources. Even all those lines of C++ get bundled into resources of type 'CODE'. It's not surprising then that a significant portion of Macintosh application development time is spent on putting all those resources together: code, menus, icons, strings and views, to name a few.

There are several developer tools specifically designed to chip away at the time required to generate needed application resources. Granted, just about any of these resources can be generated from textual descriptions using Apple's resource compiler Rez-but for even the simplest resource types, that can be a cumbersome approach.

The situation becomes most intractable when working with compound resource types, such as MacApp's 'view' resources. ViewEdit, which is supplied with MacApp, made great strides in development of view hierarchies. It allows the developer to sketch the views in MacDraw fashion, generating the appropriate 'view' resources from theses sketches.

But with ViewEdit, since only static 'view' resources are generated, the testing of views must still be done from within the application under development. If the code that supports a particular view is not yet in place, the developer is forced to construct temporary support for testing the views.

Enter KPMG•ExIS' IcePick, which can be described as a "studly" ViewEdit. It's a view resource editor, an other-resource picker, and a run time environment for view testing, all in one.

Configuration

First, some details. I used IcePick 1.0b1 when writing this article. I ran it on a IIci, with 20MB RAM and 32-bit addressing on, and found it quite stable. According to the developers, it also runs with virtual memory. At press time, the current beta version is 1.0b3; 1.0 final is imminent.

The big picture

IcePick does its thing through five windows:
  • View viewer (or meta-viewer, if you will!)
  • Worksheet window
  • Hierarchy window
  • DotR window
  • Attributes window

The windows all share a common feature. Each contains a tool bar akin to the one found in Microsoft Excel 3. And like Excel 3's tool bar buttons, the IcePick buttons are non-standard in appearance. Unlike Excel, the tool bars are within the windows, not independent of them.

Usually, I'm a serious advocate of standard Macintosh-like controls and whatnot. However, in this case, the non-standard appearance of the IcePick buttons actually makes for an easier-to- use application-with all the views, subviews, superviews, meta-views and view viewers cluttering up the screen, it's good that IcePick windows are easy to differentiate from the user-constructed views.

Divergence from Apple's interface guidelines is confined to the IcePick buttons, and the application as a whole presents a well thought-out and entirely familiar functionality. So much so, in fact, that the best way to describe most features is by comparison to other well-known applications.

View to a view

Upon launching IcePick, you are presented with an empty and untitled View Viewer window (Figure 1). In this window, you can conveniently create 'view' resources by clicking on the "new view" button in the View Viewer's tool bar. Compiled 'view' resources from other sources (like ViewEdit resources, or Rez-compiled .rsrc files) can be pasted in via the Clipboard.

Like ResEdit's primary window, the View Viewer provides a general resource-browsing facility. The "new name" button provides for changing the resource name or id of the selected view. In addition to browsing, alternate views (Worksheet, Hierarchy and DotR) of the selected resource can be opened via the buttons.

Work, work, work

Most view creation and editing is done in the Worksheet window (Figure 2). It improves on the functionality of ViewEdit's view window and has a slightly different interface. Like all other IcePick windows, several buttons appear at the top of the window: Print This View, Hierarchy, DotR, Attribute, Is Window, and TWindow Attributes.

Two windoids (floating windows) are available (Figure 3, next page) when the Worksheet is active: the Standard Object palette and the Measurement window. The Standard Object palette is much like a typical Macintosh Paint or Draw palette, providing for selection among the MacApp built-in view types (TGridView, TRadio, TCheckBox, …), as well as choice of sub-view selection methods-Arrow tool for single selection, Marquee tool for multiple selections, and the Text tool for direct text editing of views that contain text fields (TStaticText, TCheckBox, TPopup, …).

Double-clicking on any view type icon makes it "sticky," allowing you to consecutively create views of that type. This is great for clustered items. If you just single-click on the view type icon, IcePick returns to the Arrow tool after creating a single view of the selected type.

Hierarchy View window

If IcePick weren't a Macintosh application that aids in Macintosh application development, there just might be a look-and-feel lawsuit against IcePick for its Hierarchy View window (just kidding, Apple). This view borrows unabashedly from the System 7 Finder's hierarchical views windows, right down to the right and down-pointing triangles.

If you've used the System 7 Finder's hierarchical view, you already know (for the most part) how to use this IcePick view. If you haven't used System 7 yet, like most things Macintosh, it's intuitive and straightforward. A single view entry in this window contains the resource name and type, shows whether the view is shown or enabled, and the view type's IcePick icon representation. (See Figure 4, which is the hierarchical representation of Figure 2.) In the left column of the window, if a triangle appears, it means that this view contains subviews. Some highlights of this window:

  • Clicking on a view's right-oriented triangle graphically expands it to show the first level of contained subviews (which may have subviews that have subviews…).
  • Clicking on a view's down-oriented triangle collapses the graphical display and hides all of its subviews.
  • Single and multiple selections can be made in this view.
  • View hierarchies can be changed by dragging a selection on top of its new superview.

As in all other IcePick windows, there is a button tool bar, with convenient access to view printing and to other IcePick windows.

Rez (.r) source generation

For those times when a text-based resource description is needed, IcePick provides the "DotR" window. By selecting a view (in the Worksheet, Hierarchy or View Viewer) and clicking the DotR button in that window (or by selecting the "RezWindow…" Windows menu item), IcePick shows you the corresponding Rez-able text resource description (Figure 5).

Formatting style can be changed from the "Preferences…" item in the Options menu-a nice touch. The text can be copied out of this window and pasted right into an MPW ".r" file, obviating the need to Derez an IcePick document. Note that this is a one-way operation: text editing (including pasting into the view) is not available. Through the buttons of this window, the text can be saved to a new ".r" file, or appended to an existing one.

Attributes window

The Attributes window enables fine-tuning of view parameters. It is nearly identical in appearance to ViewEdit's "edit view parameters" window. Class-specific and inherited editable parameters are displayed according to the hierarchy, starting with the current class, down to TView parameters (Figure 6 next page).

Multiple kinds of selection

Working with IcePick involves two basic concepts: the "View Being Created" (or VBC) and the "Special View," depending on the task.

All IcePick windows described above center around the VBC. The contents of each window are updated according to changes made to the VBC (the 'view' instance selected or the entire 'view' resource being generated) in the active window (moving a view in the worksheet automatically changes the numbers in the View Measurement window in real-time, and changes the numbers in an open Attributes window when the mouse is released).

The idea of a "Special View" applies when more than one view is selected. To visually differentiate the Special View from other currently selected views, IcePick adds solid-line corner markings to the Special View (Figure 7 next page).

The good stuff

At this point, you may be thinking, "So why switch from ViewEdit? It does most of this already." What makes IcePick the hands-down winner of the two view editors is its "run- time" view testing mode, its automagical TView layout features, and its other-resource picker facility.

Test drive a MacApp view

The most powerful feature of IcePick is its Run Mode for testing the behavior of your views. Run Mode is available when exactly one IcePick document is open. This limitation may present some inconvenience, but the workaround is not all that cumbersome: saving and closing all but the document containing the views to be tested.

For those views that aren't contained in a TWindow, IcePick provides a Window Placeholder architecture for use in Run Mode, displaying the notice "Run Mode: This view has no window" under the title bar of those TWindow-less views. Though the beta version I tested had some run mode anomalies, they are largely cosmetic. The bugs are acknowledged in the 1.0b1 release notes, and should be corrected in the final release.

As the 1.0b1 Draft User's Manual states: "…views that you create are actually instances of the corresponding MacApp classes. They look and behave just like the real thing because they are the real thing." This is a fine example of OOP code re-use and a wise design choice. It allows for serious future enhancement.

One extension that I'd like to see is the ability to include user-derived view classes (as IcePick plug-ins) to be tested as active views, much in the same way that the canned MacApp views are handled now. As it stands, user-derived TViews can are only represented in the Worksheet (and in ViewEdit) as simple rectangles, and specified as a derived type by changing the class name in the Attributes window.

Automatic view layout

Another great feature of IcePick is its automatic view layout capability, which is accessed via the Arrange Menu (Figure 8 next page). The two Set… items at the bottom of the menu are for convenience. They allow the text style and view adornments to be set for all selected views (in ViewEdit 1.0.1, you'd have to double-click on each of these views and change those attributes in each view, one by one).

All remaining menu items have to do with positioning of selected views within the main view; here the "Special View" concept comes into play. The items in the first section of the Arrange menu have to do with alignment of views. In the second menu section, selected views can be set to the same size as the Special View, all set to the default size for that TView subclass, or the entire selection of views snapped to the origin of their common Superview. The third section of this menu deals with the view spreading, or the space between selected views. Views can be spread horizontally or vertically, by default or custom spread gap.

Manipulation of selected views is done with respect to the Special View. In Figure 9, notice that in the left cluster, the topmost checkbox view is the Special View, and the other two checkboxes are included in the selection. In the Arrange Menu, choosing Left Edge, Same Size, and Custom Spread with 4-pixel gap, in any order, yields the right-hand cluster.

These features have special importance when writing applications for the international market. Apple Human Interface Guidelines-see Inside Macintosh Volume 6, Chapter 2, pp. 8–9-dictate that views support both left and right symmetrical alignment of visual elements, so that items appear symmetrical regardless of the Script Manager in use. Apple Human Interface Notes strongly suggest default pixel counts between dialog items, distances of items from edges, even the width and distance of the default button RoundedRect. By using IcePick in general, and its ArrangeMenu facilities in particular, you can almost guarantee compliance with the appearance aspects of the Guidelines.

Pick a resource, any resource

For view types requiring additional resources to round out their functionality-namely, TPopup, TPicture, TIcon and TPattern-IcePick provides a means of including the necessary non-view resources. Needed resources are attached via a Pick button in the Attribute window.

Good citizenry

IcePick recognizes file access permissions and is MPW Projector Aware. If the file is part of a project and is checked out as read only, or if the file is already open in another application, IcePick will still open the file, but will not allow it to be saved back to the same name. In that case, Save As… and Save A Copy… can be used instead, since neither writes to the original file.

IcePick deals with file accesses conveniently. While the Standard File dialog normally filters for IcePick, ViewEdit, and ResEdit document types only, holding down the option key when Open File is chosen will display all files. Any file (including applications) containing 'view' resources can be read by IcePick.

MacApp 3.0b2 and beyond

IcePick 1.0b1 generates MacApp 2 and ViewEdit-compatible 'view' resources. MacApp 3.0b2 and later use a newer 'View' format, which is incompatible with 'view'. ETO#5 versions of MacApp 3 still support the 'view' resource type, and documentation is included with those versions that describes use of ViewPromoter, a tool for updating to MacApp 3.0 'View' resources.

Minor complaints

I found very few serious problems with IcePick-only one, actually. Most of the ones I did find were largely cosmetic; however, there is one major difficulty in the Standard Object Palette windoid.

The icons representing the canned MacApp view types are too obscure for positive identification. The functionality of this windoid is too intrinsic to IcePick to force the user to figure out (or worse, memorize) the icons, which are much too small.

At the very least, dragging over the palette should highlight the icons in real time-and the text field should display the currently highlighted view type in real time. Perhaps this point will be addressed in the final release version of IcePick. In the meantime, see Figure 10 for identification of Standard Object Palette items.

As I stated earlier, the non-standard appearance of the buttons in IcePick's tool bars actually enhances the usability of IcePick. However, the Print View button, where it exists, should have a consistent location. In the Worksheet & Hierarchy windows it's leftmost; in the DotR window, it's rightmost. Perhaps it should be placed at the right edge of the tool bar-or even eliminated altogether, since most seasoned Macintosh users would print from the File menu or command-P anyway. Again, I'm using IcePick 1.0b1, and this may change by final release.

Pickin' and grinnin'

IcePick is a major leap in functionality over ViewEdit, because it can test the behavior of the views independently within IcePick. It's a strong testimonial to object programming that this is done by creating actual instances of the view classes, and it hints that powerful extensions to an already superb development tool may be possible in future.

References

  • Inside Macintosh, Volume 6, Addison-Wesley, 1991. pp. 2.8–2.9.
  • IcePick v1.0b1 Draft User's Manual, KPMG•ExIS, 1991
  • ReadMe for ViewPromoter 3.0b2PQR, ETO#5, Apple Computer, Inc. 1991.
  • MacApp 3.0b1 Class & Method Reference Stack, AppleComputer, Inc. 1991.
  • IcePick v1.0b1 Release Notes, KPMG•ExIS, 1991.
 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

Top 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... | Read more »
Price of Glory unleashes its 1.4 Alpha u...
As much as we all probably dislike Maths as a subject, we do have to hand it to geometry for giving us the good old Hexgrid, home of some of the best strategy games. One such example, Price of Glory, has dropped its 1.4 Alpha update, stocked full... | Read more »
The SLC 2025 kicks off this month to cro...
Ever since the Solo Leveling: Arise Championship 2025 was announced, I have been looking forward to it. The promotional clip they released a month or two back showed crowds going absolutely nuts for the previous competitions, so imagine the... | Read more »
Dive into some early Magicpunk fun as Cr...
Excellent news for fans of steampunk and magic; the Precursor Test for Magicpunk MMORPG Crystal of Atlan opens today. This rather fancy way of saying beta test will remain open until March 5th and is available for PC - boo - and Android devices -... | Read more »
Prepare to get your mind melted as Evang...
If you are a fan of sci-fi shooters and incredibly weird, mind-bending anime series, then you are in for a treat, as Goddess of Victory: Nikke is gearing up for its second collaboration with Evangelion. We were also treated to an upcoming... | Read more »
Square Enix gives with one hand and slap...
We have something of a mixed bag coming over from Square Enix HQ today. Two of their mobile games are revelling in life with new events keeping them alive, whilst another has been thrown onto the ever-growing discard pile Square is building. I... | Read more »
Let the world burn as you have some fest...
It is time to leave the world burning once again as you take a much-needed break from that whole “hero” lark and enjoy some celebrations in Genshin Impact. Version 5.4, Moonlight Amidst Dreams, will see you in Inazuma to attend the Mikawa Flower... | Read more »
Full Moon Over the Abyssal Sea lands on...
Aether Gazer has announced its latest major update, and it is one of the loveliest event names I have ever heard. Full Moon Over the Abyssal Sea is an amazing name, and it comes loaded with two side stories, a new S-grade Modifier, and some fancy... | Read more »
Open your own eatery for all the forest...
Very important question; when you read the title Zoo Restaurant, do you also immediately think of running a restaurant in which you cook Zoo animals as the course? I will just assume yes. Anyway, come June 23rd we will all be able to start up our... | Read more »
Crystal of Atlan opens registration for...
Nuverse was prominently featured in the last month for all the wrong reasons with the USA TikTok debacle, but now it is putting all that behind it and preparing for the Crystal of Atlan beta test. Taking place between February 18th and March 5th,... | Read more »

Price Scanner via MacPrices.net

AT&T is offering a 65% discount on the ne...
AT&T is offering the new iPhone 16e for up to 65% off their monthly finance fee with 36-months of service. No trade-in is required. Discount is applied via monthly bill credits over the 36 month... Read more
Use this code to get a free iPhone 13 at Visi...
For a limited time, use code SWEETDEAL to get a free 128GB iPhone 13 Visible, Verizon’s low-cost wireless cell service, Visible. Deal is valid when you purchase the Visible+ annual plan. Free... Read more
M4 Mac minis on sale for $50-$80 off MSRP at...
B&H Photo has M4 Mac minis in stock and on sale right now for $50 to $80 off Apple’s MSRP, each including free 1-2 day shipping to most US addresses: – M4 Mac mini (16GB/256GB): $549, $50 off... Read more
Buy an iPhone 16 at Boost Mobile and get one...
Boost Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering one year of free Unlimited service with the purchase of any iPhone 16. Purchase the iPhone at standard MSRP, and then choose... Read more
Get an iPhone 15 for only $299 at Boost Mobil...
Boost Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering the 128GB iPhone 15 for $299.99 including service with their Unlimited Premium plan (50GB of premium data, $60/month), or $20... Read more
Unreal Mobile is offering $100 off any new iP...
Unreal Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering a $100 discount on any new iPhone with service. This includes new iPhone 16 models as well as iPhone 15, 14, 13, and SE... Read more
Apple drops prices on clearance iPhone 14 mod...
With today’s introduction of the new iPhone 16e, Apple has discontinued the iPhone 14, 14 Pro, and SE. In response, Apple has dropped prices on unlocked, Certified Refurbished, iPhone 14 models to a... Read more
B&H has 16-inch M4 Max MacBook Pros on sa...
B&H Photo is offering a $360-$410 discount on new 16-inch MacBook Pros with M4 Max CPUs right now. B&H offers free 1-2 day shipping to most US addresses: – 16″ M4 Max MacBook Pro (36GB/1TB/... Read more
Amazon is offering a $100 discount on the M4...
Amazon has the M4 Pro Mac mini discounted $100 off MSRP right now. Shipping is free. Their price is the lowest currently available for this popular mini: – Mac mini M4 Pro (24GB/512GB): $1299, $100... Read more
B&H continues to offer $150-$220 discount...
B&H Photo has 14-inch M4 MacBook Pros on sale for $150-$220 off MSRP. B&H offers free 1-2 day shipping to most US addresses: – 14″ M4 MacBook Pro (16GB/512GB): $1449, $150 off MSRP – 14″ M4... Read more

Jobs Board

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