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

The secrets of Penacony might soon come...
Version 2.2 of Honkai: Star Rail is on the horizon and brings the culmination of the Penacony adventure after quite the escalation in the latest story quests. To help you through this new expansion is the introduction of two powerful new... | Read more »
The Legend of Heroes: Trails of Cold Ste...
I adore game series that have connecting lore and stories, which of course means the Legend of Heroes is very dear to me, Trails lore has been building for two decades. Excitedly, the next stage is upon us as Userjoy has announced the upcoming... | Read more »
Go from lowly lizard to wicked Wyvern in...
Do you like questing, and do you like dragons? If not then boy is this not the announcement for you, as Loongcheer Game has unveiled Quest Dragon: Idle Mobile Game. Yes, it is amazing Square Enix hasn’t sued them for copyright infringement, but... | Read more »
Aether Gazer unveils Chapter 16 of its m...
After a bit of maintenance, Aether Gazer has released Chapter 16 of its main storyline, titled Night Parade of the Beasts. This big update brings a new character, a special outfit, some special limited-time events, and, of course, an engaging... | Read more »
Challenge those pesky wyverns to a dance...
After recently having you do battle against your foes by wildly flailing Hello Kitty and friends at them, GungHo Online has whipped out another surprising collaboration for Puzzle & Dragons. It is now time to beat your opponents by cha-cha... | Read more »
Pack a magnifying glass and practice you...
Somehow it has already been a year since Torchlight: Infinite launched, and XD Games is celebrating by blending in what sounds like a truly fantastic new update. Fans of Cthulhu rejoice, as Whispering Mist brings some horror elements, and tests... | Read more »
Summon your guild and prepare for war in...
Netmarble is making some pretty big moves with their latest update for Seven Knights Idle Adventure, with a bunch of interesting additions. Two new heroes enter the battle, there are events and bosses abound, and perhaps most interesting, a huge... | Read more »
Make the passage of time your plaything...
While some of us are still waiting for a chance to get our hands on Ash Prime - yes, don’t remind me I could currently buy him this month I’m barely hanging on - Digital Extremes has announced its next anticipated Prime Form for Warframe. Starting... | Read more »
If you can find it and fit through the d...
The holy trinity of amazing company names have come together, to release their equally amazing and adorable mobile game, Hamster Inn. Published by HyperBeard Games, and co-developed by Mum Not Proud and Little Sasquatch Studios, it's time to... | Read more »
Amikin Survival opens for pre-orders on...
Join me on the wonderful trip down the inspiration rabbit hole; much as Palworld seemingly “borrowed” many aspects from the hit Pokemon franchise, it is time for the heavily armed animal survival to also spawn some illegitimate children as Helio... | Read more »

Price Scanner via MacPrices.net

Sunday Sale: Apple Studio Display with Standa...
Amazon has the standard-glass Apple Studio Display on sale for $300 off MSRP for a limited time. Shipping is free: – Studio Display (Standard glass): $1299.97 $300 off MSRP For the latest prices and... Read more
Apple is offering significant discounts on 16...
Apple has a full line of 16″ M3 Pro and M3 Max MacBook Pros available, Certified Refurbished, starting at $2119 and ranging up to $600 off MSRP. Each model features a new outer case, shipping is free... Read more
Apple HomePods on sale for $30-$50 off MSRP t...
Best Buy is offering a $30-$50 discount on Apple HomePods this weekend on their online store. The HomePod mini is on sale for $69.99, $30 off MSRP, while Best Buy has the full-size HomePod on sale... Read more
Limited-time sale: 13-inch M3 MacBook Airs fo...
Amazon has the base 13″ M3 MacBook Air (8GB/256GB) in stock and on sale for a limited time for $989 shipped. That’s $110 off MSRP, and it’s the lowest price we’ve seen so far for an M3-powered... Read more
13-inch M2 MacBook Airs in stock today at App...
Apple has 13″ M2 MacBook Airs available for only $849 today in their Certified Refurbished store. These are the cheapest M2-powered MacBooks for sale at Apple. Apple’s one-year warranty is included,... Read more
New today at Apple: Series 9 Watches availabl...
Apple is now offering Certified Refurbished Apple Watch Series 9 models on their online store for up to $80 off MSRP, starting at $339. Each Watch includes Apple’s standard one-year warranty, a new... Read more
The latest Apple iPhone deals from wireless c...
We’ve updated our iPhone Price Tracker with the latest carrier deals on Apple’s iPhone 15 family of smartphones as well as previous models including the iPhone 14, 13, 12, 11, and SE. Use our price... Read more
Boost Mobile will sell you an iPhone 11 for $...
Boost Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering an iPhone 11 for $149.99 when purchased with their $40 Unlimited service plan (12GB of premium data). No trade-in is required... Read more
Free iPhone 15 plus Unlimited service for $60...
Boost Infinite, part of MVNO Boost Mobile using AT&T and T-Mobile’s networks, is offering a free 128GB iPhone 15 for $60 per month including their Unlimited service plan (30GB of premium data).... Read more
$300 off any new iPhone with service at Red P...
Red Pocket Mobile has new Apple iPhones on sale for $300 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

Jobs Board

Licensed Practical Nurse - Womens Imaging *A...
Licensed Practical Nurse - Womens Imaging Apple Hill - PRN Location: York Hospital, York, PA Schedule: PRN/Per Diem Sign-On Bonus Eligible Remote/Hybrid Regular Read more
DMR Technician - *Apple* /iOS Systems - Haml...
…relevant point-of-need technology self-help aids are available as appropriate. ** Apple Systems Administration** **:** Develops solutions for supporting, deploying, Read more
Operating Room Assistant - *Apple* Hill Sur...
Operating Room Assistant - Apple Hill Surgical Center - Day Location: WellSpan Health, York, PA Schedule: Full Time Sign-On Bonus Eligible Remote/Hybrid Regular Read more
Solutions Engineer - *Apple* - SHI (United...
**Job Summary** An Apple Solution Engineer's primary role is tosupport SHI customers in their efforts to select, deploy, and manage Apple operating systems and Read more
DMR Technician - *Apple* /iOS Systems - Haml...
…relevant point-of-need technology self-help aids are available as appropriate. ** Apple Systems Administration** **:** Develops solutions for supporting, deploying, Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.