TweetFollow Us on Twitter

Mar 94 Dialog Box
Volume Number:10
Issue Number:3
Column Tag:Dialog Box

Dialog Box

Edited by Neil Ticktin, Editor-in-Chief

Where’s the GUI?

I was disappointed in the articles on Bedrock in the July issue of MacTech; they imply the same old paradigm of line-after-line coding and editing. Much was made of a different factoring of the code libraries available but said nothing about the programmer’s interface.

If Bedrock is such a dramatic improvement, where is the GUI for programmers a la Prograph, AppMaker, Resorcerer, or P-G Pro for Future Basic? One article even implied that resources would still be defined by text! In this day shouldn’t programming be mostly by click and drag rather than type, type, type?

From a browser shouldn’t the programmer be able to click on an object and see its definition (as in Think’s compilers now), click on a method and see its code? From a method shouldn’t the programmer be able to click on a variable and see its definition or click on a method or procedure name and see its code?

For design, shouldn’t a programmer be able to create a window object by drawing it? Shouldn’t he or she be able to write any special behavior for the object while it is still visible on the screen? Will coding still be files? Change a definition in one file and wait to compile dozens of other files dependent on that file though not necessarily that definition? Or will Bedrock have a dictionary of objects, variables, and so on where only the objects that use the item are recompiled?

Will the programmer have to jump between files and scroll the lines of a complete file to see attributes and the code of methods? Or will the attributes of an object be in one panel of a window, the list of methods in a second panel, and currently-viewed methods of the object in separate windows which were opened by clicking in the list of methods?

Will coding still be line after line? Will Bedrock have Nassi-Shneidermann diagrams or some other visual paradigm? Will the programmer create a method graphically and be able to expand or collapse its structure to any level of detail? Will the programmer be able to cut and paste pieces of the structure with a simple hand movement or will it still be by selecting great gobs of lines?

Factoring and rich code libraries are great, but the real programming gains will be made when programmers work in the same way that users do.

- Melvyn D. Magree

Plymouth, Minnesota

In regards to
December’s editorial

Neil, from my end I agree. I have been programming on the Mac for only a year. I bought my first Mac in 1992. Since then I have heard about all kinds of new things coming out for the Mac. I want to get into it all, but it’s overwhelming.

A friend of mine just bought a new 486DX and he couldn’t get a simple mouse to function because of incompatible drivers. Every time he gets some new software he’s got loads of problems to fix along with it. Also, I’ve seen the books that come with Visual C++ - what a nightmare! Anyway I’ll stop now, but I completely agree. Yes we need the power but simplicity can be built in.

- MAtza via America Online

Your December editorial

Neil, I just read “The Editor’s Page” in the December issue of MacTech Magazine, and I just want you to know that I support you fully! I don’t know if you follow any of the Internet news groups, but the same kind of anger/frustration towards Apple are being expressed there. In my opinion it is time to really shake the foundations of “developer support” at Apple. Put Spindler up against the wall, and don’t let him go until he has given clear answers to a lot of questions!

- Per Lindgren

Frobozz AB

Agree or disagree?

I am writing this in response to your Editor’s Page in December MacTech. I am a Mac Programmer. The Mac once was a one-man machine: meaning a single programmer could learn the entire Toolbox and write wonderful applications (not huge applications) for the Mac. Those days are gone. There are so many Managers in the Toolbox that you don’t ever think of learning them all. Kind of strange - a feeling that I don’t understand my Mac anymore. It is a half-stranger to me.

Things get complicated as the Mac jumps to System 7. However, I do agree that System 7 is more mature than previous version from the user point of view. And I also agree with you that the development cycle advancement provided by Apple is lagging behind. However I don’t blame Apple. It is a difficult job to add capabilities and maintain backward compatibility at the same time. Many basic concepts in System 7 originated from the original Toolbox, kind of out-dated. System 6 to System 7 is an evolution., which undoubtedly involves patches. I guess the difficulty involved in moving from System 7 to (if there is any) System 8 is even more severe. What Apple needs is a revolution from System 7, not an evolution to System 8.

Apple is trying this I guess. Newton Technology: it opens new grounds that let Apple develop something from scratch. It also has the potential to open up a new market in real personal computing. Although I found the Newton development system is a bit hard to master at first glance from a C programmer point of view, I think its underlying software architecture is more neat than System 7.

Also there is PowerOpen or Pink or whatsoever. Although it is a bit far in the future. I think this is the revolution Apple needs.

I’m just saying what I feel. I don’t know whether I agree or disagree with you? Ha ha! :)

With Regards,

David Fung

Don’t stop!

First of all, great magazine! Don’t stop! Regarding your editorial concerning Apple’s support for developers, I couldn’t agree more!

I write Mac games, which are by far some of the hardest apps to do on a Mac, and I am constantly annoyed by Apple’s half-hearted efforts towards developer support. Every time I get a new tech note it seems that I find out about something that has changed that will cause me to have to redo a lot of things. I miss the days when you could call up DTS and talk to a person and get serious help without having to fax your question or pay a fortune e-mailing something on AppleLink.

Personally, I feel that Apple should be a little more devoted to supporting its developers. Nobody upgrades their Mac just because an upgrade is available. They upgrade so that their existing software will work harder for them, and so that they will have to power to run the apps of the future. We, the developers, are the future of Apple Computer.

If I have to change things I don’t know where I would start, but some change is in order. Developers are starting to have the same venom on their lips when they refer to Apple as they do when referring to Symantec. Although I don’t agree with every marketing move that Apple makes I still believe that the Mac is The Right Thing. I just wish they could go back to their youthful, enthusiastic days!

My 2¢ worth. Thanx for listening.

- Christopher De Salvo

December Editor’s Page

I must say that I was surprised to read this December’s Editor’s Page, in which you criticize (to some degree) the “programmer edition” of the Macintosh interface.

Yes, there are far more ROM routines than there were one system software version ago (double that, really). But see it this way: that’s code you won’t have to write. As for new technologies - such as QuickDraw GX or AOCE, among many others - you can be sure that without them, Apple would have a very small chance in staying afloat for much more (one can’t dream of Apple surviving on the Apple ][ or Newton). And since most applications require a partial (sometimes complete) re-write of it’s code, changing some of it to accommodate new such technologies is to me nothing but a routine exercise everyone should expect to do at some point. Stagnation is the beginning of the end.

Then there are development tools. Yes, we are fortunate to have tools like Marksman or AppMaker, but I disagree about further “Macintoshing” MPW. Although Symantec development environments can be useful to some, it fails to do a single percent of the things we can in MPW. And that is simply because MPW is the most flexible development platform around. Granted, the price is that MPW is more complicated. But the reward is much greater - easier integration of different elements (languages, for one), endless customizability, greater control over everything, and the list goes on.

- Martin-Gilles Lavoie

Groupimage, Inc.

Bad tip?

Brett Bibby’s tip on getting menus to look right in Japanese was well-intentioned but wrong. The problem has nothing to do with single-byte characters being read as double-byte ones (interesting theory though). This much is clear from the fact that “close” has an odd number of letters but looks fine in his screen shot, while “open” has an even number, and is followed by the stroke (actually the Japanese character “no”).

The problem is actually one of using high-ASCII characters, like the ellipsis or curly quotes (which caused the Japanese characters “me” and “mo” surrounding the resource names in ResEdit). KanjiTalk can correctly handle low-ASCII characters. High-ASCII are read as what is called “han-kaku ji katakana” (katakana is a 50-character syllabery, hankaku ji just means half-width characters). In fact, KanjiTalk is reading the font correctly as single-byte, it is just mapping the characters differently.

What Brett recommends would fix the problem in Japanese, but at the expense of violating Apple’s interface guidelines in English, which suggest that menu items that lead to dialog boxes should be followed by the ellipsis. Another possibility for the concerned developer would be to use three periods, and avoid high-ASCII characters in general.

- Adam Rice

 

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.