TweetFollow Us on Twitter

Sep 98 Tips

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

Sep 1998 Tips & Tidbits

by Steve Sisak

Smarter ZoomWindows

Here's a painless substitute for ZoomWindow. I originally wrote the SmartZoomWindow wrapper to add multiple monitor support to ZoomWindow. Recently I tweaked the code to compensate for Mac OS 8 "fat borders" (actually it should work correctly with any WDEF geometry.)

I inset the zoom out by 3 pixels. I do this because some displays still have rounded corners that will crop the window's corners. Additionally I like to leave a small gap around the edge of a window so I can click into the Finder. If you desired to adjoin the window with the Menubar and display edges set kInsetZoomOut to zero.

Remember to compensate for "fat borders" in your window position and window staggering routines.

Public Interface
   enum {
      kInsetZoomOut = 3
   };

   void SmartZoomWindow(
         WindowPtr targetWindow,
         short partCode,
         Boolean bringFront);

Implementation
static void 
_LocalToGlobalRect(
   Rect *targetRect)
{
   LocalToGlobal((Point*)(&targetRect->top));
   LocalToGlobal((Point*)(&targetRect->bottom));
}

void SmartZoomWindow(
   WindowPtr targetWindow,
   short partCode,
   Boolean front)
{
   GrafPtr savePort;
   GDHandle dstGDevice;
   GDHandle testGDevice;
   Rect srcRect;
   Rect dstRect;
   Rect testRect;
   long dstArea;
   long testArea;
   short titleHeight;
   short borderWidth;

   if(targetWindow)
   {
      GetPort(&savePort);
      SetPort(targetWindow);

      if(partCode == inZoomOut)
      {
         srcRect = targetWindow->portRect;
         _LocalToGlobalRect(&srcRect);
         titleHeight = srcRect.top - 1 -
            (*((WindowPeek)targetWindow)->strucRgn)->rgnBBox.top;
         borderWidth = srcRect.left - 1 -
            (*((WindowPeek)targetWindow)->strucRgn)->rgnBBox.left;
         srcRect.top -= titleHeight;
         dstArea = 0;
         testGDevice = GetDeviceList();

         while(testGDevice)
         {
            if(TestDeviceAttribute(testGDevice, screenDevice))
            {
               if(TestDeviceAttribute(testGDevice, screenActive))
               {
                  SectRect(&srcRect, & (*testGDevice)->gdRect,
                                               &testRect);
                  testArea = (long)(testRect.right - testRect.left) *
                              (long)(testRect.bottom - testRect.top);
                  if(testArea > dstArea)
                  {
                     dstGDevice = testGDevice;
                     dstArea = testArea;
                  }
               }
            }

            testGDevice = GetNextDevice(testGDevice);
         }

         if(dstGDevice == GetMainDevice())
         {
            titleHeight += GetMBarHeight();
         }

         dstRect = (*dstGDevice)->gdRect;
         dstRect.top += titleHeight + kInsetZoomOut;
         dstRect.left += borderWidth + kInsetZoomOut;
         dstRect.right -= borderWidth + kInsetZoomOut;
         dstRect.bottom -= borderWidth + kInsetZoomOut;
         (*(WStateDataHandle)((WindowPeek)targetWindow)-
                            >dataHandle)->stdState = dstRect;
      }

      ZoomWindow(targetWindow, partCode, front);

      SetPort(savePort);
   }
}

Craig Marciniak
craig@marciniac.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.