TweetFollow Us on Twitter

Oct 98 Tips

Volume Number: 14 (1998)
Issue Number: 10
Column Tag: Tips & Tidbits

Oct 98 Tips & Tidbits

by Steve Sisak

MPW: Fun with SetKeys

MPW has a limitation on the number of characters that can be used in a SetKey script. The limit is 255 characters. To work around the limit, simply define an Alias to hold the script, and then use the alias in the SetKey command, like this:

Alias F14_Alias 'Echo "# The F14 key was pressed!"

SetKey F14 F14_Alias

Did you ever wish MPW had the feature, like Codewarrior does, in which you can step from error to error in the window, and have the environment display the offending line of source in a source code window, with just a single button click or keypress. Here's how I do it:

Alias Cmd_F14_Alias 'Find \*[èt ]*Fileâ; Lineâèn\ "{Worksheet}" || 
(beep; exit 0);(evaluate "''catenate "{Worksheet}".§''" =~ 
/[èt ]*File[ èt]*(â)®1[èt]*; Line[ èt]*([0-9]+)®2â/) 
Sigmadev:null;If "{Windows}" !~ /â{®1}â/;Target "{®1}";End;
Find "{®2}" "{®1}" && Open "{®1}"'
SetKey Command-F14 Cmd_F14_Alias

This assumes that you have the build errors being written to your MPW worksheet. If you use some other file for said messages, like I do when I'm using ToolServer to do a build, then just change the window name in the script:

Alias F14_Alias 'Find \*[èt ]*Fileâ; Lineâèn\ "{MPW}Worksheet.TS" || 
(beep; exit 0);(evaluate "''catenate "{MPW}Worksheet.TS".§''" 
=~ /[èt ]*File[>èt]*(â)®1[ èt]*; Line[ èt]*([0-9]+)®2â/)
Sigmadev:null;If "{Windows}" !~ /â{®1}â/;Target "{®1}";End;
Find "{®2}" "{®1}" && Open "{®1}"'
SetKey F14 F14_Alias

(Now you can see where the first tip was born...)
Here are a few other SetKey settings that I use to optimize my productivity:

SetKey Command-Escape 'Open "{Worksheet}"'
SetKey Command-Home   'Open "{Worksheet}"'
SetKey Option-Escape  'Open "{Target}"'
SetKey Option-Home    'Open "{Target}"'

Greg Branche, Apple Computer
gregb@apple.com

PowerPlant: ABalloon Helper Control Key Additon

ABalloonHelper additon - using the Control key as a 'hot' key for instant Balloon help. ABalloon is an excellent PowerPlant attachment class for Balloon Help by James W. Walker <mailto:jwwalker@kagi.com>. ABalloon is available for downloading at the Metrowerks web site <http://www.metrowerks.com>.

I added a few extra lines of code to ABalloon so that by pressing the Control key, Balloon help is instantly activated for all panes within the application that have an ABalloon attachment. Balloon help is deactivated when the Control key is released.

Here are the code snippets to add to ABalloon:

class ABalloonHelper  : public LPeriodical
{
...
   // new static variable to keep track of control key
   static   bool   sCntrlKeyDown;
};

// Define and initialize static variables
...
bool  ABalloonHelper::sCntrlKeyDown = false;
ABalloonHelper::SpendTime( const EventRecord   &inMacEvent )
{
  static Point   sPrevWhere;

  ABalloon* theABalloon = FindBalloonPane(inMacEvent.where);

   // Start of new code
   // hold down the Control key for quick Balloon Help access
  KeyMap   theKeyMap;
  ::GetKeys( theKeyMap );

  if( ( theKeyMap[1] & 0x0008 ) && theABalloon ) {
      // control key down and pane
    if( !sCntrlKeyDown ) {
         // control key was not previously down
      if( !::HMGetBalloons() )
        ::HMSetBalloons(true);
        sCntrlKeyDown = true;
      }
    } else {         
         // control key not down
      if( sCntrlKeyDown ) {
            // control key was previously down
        ::HMSetBalloons(false);
        sCntrlKeyDown = false;
      }
  }
  // End of new code
....
}

Bill Modesitt, Maui Software
bill@mauisoftware.com

 
AAPL
$561.16
Apple Inc.
-4.16
MSFT
$29.11
Microsoft Corpora
+0.04
GOOG
$590.76
Google Inc.
-12.90
MacTech Search:
Community Search:

Autumn Dynasty Review
Autumn Dynasty Review By Kevin Stout on May 25th, 2012 Our Rating: :: NEARLY FLAWLESSiPad Only App - Designed for the iPad Autumn Dynasty is an oriental-themed real-time strategy game.   | Read more »
Our Annual “Holy Cow It’s Memorial Day A...
So, it’s that time of year again! BBQs, lawn chairs, beer, and the ability to finally wear shorts with sandals without fear of frostbite. Tan those legs and check out all the huge sales that are going on across the App Store below. We’ll try and... | Read more »
FREEday 5/25/12 – “They Call Me FREE but...
Another week of freebies, this time with very little in the way of “Big Name” titles. No need to panic, it’s intentional. Anyone browsing the App Store will no doubt see the more popular games anyway. | Read more »
Shoot the Zombirds Review
Shoot the Zombirds Review By Kevin Stout on May 25th, 2012 Our Rating: :: ADDICTINGUniversal App - Designed for iPhone and iPad Shoot the Zombirds is an archery game where the player shoots arrows at avian zombies.   | Read more »
Apple Debuts Free App of the Week Promot...
Apple has made a couple of changes to their weekly app features that pop up in the Featured tab of the App Store. While “App of the Week” and “Game of the Week” appear to be just rebranded as “Editors’ Choice,” there’s a new feature: the Free Game... | Read more »
Gun Runner Review
Gun Runner Review By Jason Wadsworth on May 25th, 2012 Our Rating: :: RUN AND GUNUniversal App - Designed for iPhone and iPad The name says it all. This clever homage to classic side-scrolling shooters is easy to enjoy but hard to... | Read more »
Five For Friday: Week Of May 25
This week’s Five for Friday is pretty heavy on the apps front but that’s not to say it’s all seriousness here. We’ve got a fun selection of ways to entertain the kids, a powerful web development tool, a companion app for avid golfers and an... | Read more »

Price Scanner via MacPrices.net

Apple Maintains Leading Mobile Device Manufacturer...
Milennial Media says Apple continued to be the number one mobile device manufacturer on their platform in Q1, representing 28% of the top manufacturers impression share. Apple iPhone accounted for 15... Read more
Asustek To Launch Three New ZenBook Ultrabook Mode...
Digitimes’ Rebecca Kuo and Steve Shen report that PC-maker Asustek Computer will launch three new models to its ZenBook Prime Ultrabook lineup – the UX21A, UX31A and UX32VD – in June, featuring full... Read more
Yahoo! Introduces Axis Search Browser For Mobile D...
Yahoo! has announced the availability of Yahoo! Axis, a new Web browser tool that it claims will re-imagine how people search and browse on the web, Axis offering a faster, smarter search with... Read more
Android- and iOS-Powered Smartphones Expand Market...
Smartphones powered by Android and iOS mobile operating systems accounted for more than eight out of ten smartphones shipped in the first quarter of 2012 (1Q12), according to the International Data... Read more
Roundup of Memorial Day Weekend MacBook Pro sales,...
 Apple resellers have MacBook Pros on sale for up to $240 off MSRP this Holiday weekend. Here is a roundup of the best prices available from any reseller: (1) B&H Photo has MacBook Pros on sale... Read more
iPad wait times down to 1-3 days at The Apple Stor...
The Apple Store Online is now reporting a 1-3 business day wait on all iPad orders, as it appears that Apple is clearing out their backlog. The iPad is available in Wi-Fi or Wi-Fi + Cellular... Read more
Roundup of Memorial Day Weekend MacBook Air sales,...
 Apple resellers have MacBook Airs on sale for up to $101 off MSRP this Holiday weekend. Here is a roundup of the best prices available from any reseller: (1) B&H Photo has 11-inch and 13-inch... Read more
13″ 2.8GHz MacBook Pro on sale for $100 off MSRP
Adorama has lowered their price on the 13″ 2.8GHz MacBook Pro to $1399 including free shipping plus NY/NJ sales tax only. Their price is $100 off MSRP, and it’s the lowest price for this model from... Read more

Jobs Board

*Apple* Retail - Manager - Natick Colle...
Much more than just a place for amazing products, the Apple Retail Store serves a dazzling range of needs for its customers. Not only can users get hands-on experience Read more
XML image iPhone App at Elance.com (Uppe...
I want a similar iphone app like the following App below: /us/app/hd-tattoo-designs-catalog/id524766650?mt=8 I want a ... can tell who knows the expertise and who outsources the project to others.... Read more
iPhone Modem DSP Firmware Engineer at Ap...
Firmware Engineer to help develop our next generation of iPhone products. This position requires directly related ... to deliver high performance best in class modem for iPhone products. Strong... Read more
iPhone Developer at Third Eye Consulting...
Third Eye is looking for an iPhone Developer.The ideal candidate will have the following:3-6 years experience in iOS design and developmentknowledge of iPhone Native AppsKnowledge of Java and... Read more
iPhone Mobile Developer at Mapmyfitness...
About MapMyFitness, Inc.: We're a well-funded and fast growing start-up. We're building the future of fitness applications on both the web and mobile. MapMyFitness is consistently ranked among the... Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.