TweetFollow Us on Twitter

Dec 90 Mousehole
Volume Number:6
Issue Number:12
Column Tag:Mousehole Report

AFX and SuperDrives

By Larry Nedry, Mousehole BBS

From: Gandalf

Re: SuperDrive problem

I’ve had some weird problems with my SuperDrive (SE/30). It wouldn’t eject the disk when requested (by the software) to do so, and, after the failed eject, it would attempt to remount it. But the access speed reduced to a crawl!!! it would work, but in slow-motion. Almost 30 seconds for displaying the desktop, and minutes for launching any small applications.

The emergency cure was having the paper clip at hand, installing SoundMaster to signal the ejects, and at the sound, give the drive a hand at ejecting the disk. Reinserting after this led to normal mount, not snail-speed.

As a side effect, since the problem aroused, it would also fail to read DOS drives, be it from DOS mounter, SoftPC or Apple File Exchange.

I tried swapping the eject motor for one from another SuperDrive, and that didn’t fix the problem.

What should I do? (by myself, not a dealer please!).

From: Chuckerp

Re: SuperDrive problem

Gandalf-- had the exact same problem, found the answer, it’s easy!

Absolutely it will make you crazy, no way to stop it except the paperclip... it took many days of pleading to find out that:

The default action is for EVERY TRANSLATOR to examine EVERY FILE on the DOS diskette to see if it can translate it, WHEN YOU MOUNT THE VOLUME. This crazy default means that when you buy some extra translators (as I had done) you can have up to (say) 50 different programs run against every file on the diskette looking for God only knows what! The mount time can literally be hours!

The fix is: load Apple File Exchange, insert a blank diskette, FORMAT the diskette as MS-DOS, then “tear off” the “MSDOS TO MAC” menu.

Uncheck every one of the items in the menu and then SAVE the EXCHANGE SETTINGS under the FILE menu. Thereafter, restore the exchange settings as the first thing you do, or on the most recent updates of AFX, double click on the exchange settings file to restore them (early version didn’t do this properly).

Now insert your DOS diskette and see it mount in a few seconds.

From: Hal

Re: Bypass Chooser

I am responding to your query for a way to change between two printers from within an application. I have written some externals for 4th Dimension which do just that. I realize that this type of feature violates the Apple User Interface Guidelines, but there are ways that this type of feature can be implemented without removing any control the user may have or want. For instance, these externals were designed so that the user could set up a list of reports to be printed and a list of printers to print them to and still print them all in a single batch process. The user still retains full control over which printer gets used when and for what, but he is not restricted by the Chooser interface. Anyway...

The printer type is stored in the resource ‘STR ‘ with ID = -8192 in the system file. The currently selected printer is stored in the resource file named in this string. It is kept in the ‘PAPA’ resource ID = -8192 of this file in the system folder. This resource contains the device name, the device type, zone, and network address. In the case of non-AppleTalk printers, this resource doesn’t even exist (and doesn’t need to). The device name, type and zone are standard Pascal strings except that only the space that is needed for each string is used. The next string follows immediately after the last character in the previous string. The device address is a LongInt which follows immediately after the device zone. The device address is obtained by doing a named look up over the AppleTalk network. I found an example of how to do this and went from there.

I am willing to send you a copy of my source files, but I would like to take some time to clean them up a bit. This source will consist of two externals which must be used together in a 4D database in order to switch between printers. I can include this database if you have 4D. If you want me to send you the source, just let me know.

P.S.Another alternative to the FKEY which was suggested to you is to use QuicKeys 2. QuicKeys 2 has several extensions now, one of which is called Choosy and allows you to select a print with a QuicKey.

From: Derek

Re: HERMES10

I think HERMES10 is the best new bbs out there, but I now hear the author doesn’t want to support it anymore.. I have no idea if this is true, but if so this is bad news.. cause I really like this bbs and been thinking of putting up a bbs with HERMES10.

From: Derek

Re: BBS Writing...

I been looking at the available bbs programs out there and decided that the only way I can get the features I want in a bbs is to write one myself. What I would really like to do is modify an existing one. Is there any bbs programs that have the code in the public domain? Some programs I have looked at are real good but out of date, and the authors no long support them.

Any help would be really appreciated. Also if someone is working on one and looking for a beta site. I’d really like to help out. Before I got my Macintosh, I used to run a bbs for 2 years I wrote on the Apple //e. And really am eager to put up a bbs on the Mac.

From: Ted

Re: Where’d my bitmap go?

Hey guys (and gals)...

I have a question I hope someone can help me with. I have some code that draws an image on the Mac screen, and then I copy a portion of the screen to a bitmap for placement on my screen at a later time. I can use CopyBits from the initial procedure and everything works fine, but if I leave that procedure, my bitmap data becomes garbage. I have tried making the variable global to the entire project, I have tried passing the variable from one procedure to the next till I need it again, I have tried giving a handle to the variable, locking the handle immediately, and then not unlocking it till I quit the application. nothing seems to work. I have other projects that uses bitmaps successfully, no problems. But this one has me baffled. I hope someone out there has run into this before, and knows of a fix, or at least something else I can try. I am at a total loss for explanation.

I have a Mac IIcx, System 6.0.4, no inits, and Lightspeed Pascal 3.0.

From: Wlc

Re: MPW vs THINK

If you haven’t already found out here are some things I’ve discovered about the Think vs. MPW question: Think is A LOT faster. MPW, especially when doing C++/MacApp stuff is quite slow (and a memory hog to boot! you’ll need 3MB minimum to do MacApp/C++ work.) Think gets along fine in 2.5MB

MPW is very expensive: $400 for the MPW/C bundle, $175 for C++, and another $275 for MacApp. $850.00 is pretty steep for most of us but could be a business expense for some.

From: Donarb

Re: TCL question

The code for opening a window when the program starts up is located in CApplication’s method StartUpAction. To get rid of this behavior you would have to create a new method in CStarterApp.c. Just remove the line that starts: if (numPreloads...).

From: Gord

Re: B-Tree libraries

Has anybody had experience with the C-Tree or C-Index B-Tree libraries??

From: Mcmatt

Re: Saving TEStyle stuff

I am trying to save a text edit record and its associated style record to disk for later access. I have no examples as to how to do this, and I was wondering if there was anyone out there who does. I understand how to do this for the old type text edit, but am unsuccessful with the new stuff. Any help would be appreciated!

From: Istewart

Re: Pattern Alignment Question

I’ve just bought a Mac. I’m using Think C 4.0; I’ve got Inside Macintosh I-V, most of the technical notes, and a borrowed copy of Macintosh Programming Primer (Dave Mark & Cartwright Reed.)

I’m working on the EventTutor example from that book. This has a window that scrolls up continuously, listing the events that the program receives (shades of glass teletype), and another window displaying a picture. I was curious to see how the update region was maintained during scrolling when the window was partially obscured by another.

To see where the update region was, I added a FillRgn after the ScrollRect to fill the update region with the “gray” pattern. This worked sort-of OK, and verified that all the various areas uncovered by the scroll were indeed added to the update region. The glitch was in the gray pattern itself; each scroll operation in this program scrolls the screen up by a constant 15 pixels; this seemed to cause the 8x8 bit pattern to be misaligned with the previously filled areas.

While not directly related to what I was trying to find out (almost everything!) it seemed to me that there had to be a simple way to handle this. I searched through Inside Mac, for any references to alignment of patterns (or/and pens) and came up with nothing. I decided to experiment with SetOrigin, this being the only likely-looking area.

After a bit of trial and error (SetOrigin works relative to portBits.bounds, for instance), I got the result I wanted. I basically offset the origin by a value (modulus 8) that caused the coordinates to align correctly with the pattern; I kept a record of the offset and then applied this to all coordinates that I specified for drawing in the window.

I used modulus 8 on the offset because the continuous scrolling up would soon overflow the 15-bit limit on the coordinate system, which may cause other problems!

Now, what I’m hoping someone can tell me ... is this the way to do it?? This method seems to work OK within this simple program, but could it cause more problems later? For instance, there’s a warning (I-314) that the origin needs to be (0,0) for the Control Manager to work properly. Obviously, I could just change the origin for the duration of the drawing operation that needs to be aligned, and then set it back (this would also simplify other operations, I guess). Are there any other pitfalls using this technique?

One alternative (that I don’t really like) would be to rearrange the pattern itself.

So, what’s the usual method of handling this situation (other than ignoring it, of course!!)?

Another (probably dumb) question:

Why doesn’t the background of the window get set to “bkPat” when the window is initially drawn, or when part of it is exposed? The ScrollRect and EraseRect use this pattern, but I can’t find any documentation on what happens to these other regions. They just seem to get initialized to white ... which is just a waste of time if the next thing I have to do is overwrite them with another pattern ...

From: Derek

Re: Tools...

I been doing some small programming on the Mac in C, and want to work on a major project, but do not have all the tools and experience in C. Are there any good libraries that would be very helpful in writing a application? I would like some that have some simple data base functions and also some communication functions.

From: Tomcat

Re: Greying out popup menus

A quick way to do this is to ResEdit yourself another userItem in the DITL resource of your dialog. It should physical lay over top of the current pop-up menu and title. THIS new userItem should be what you send to DisableItem in your code. You should be successful using this method.

From: Thehulk

Re: CtoPstr

CtoPstr does the conversion inline. If you use the same string again in your C program you have to change it back to a C string using PtoCstr.

From: Csb

Re: TIFF FILES

TAG... YOU’RE IT!! CAN ANYONE TELL ME WHERE I CAN GET SOME INFO ON TIFF FILE FORMATS ETC??? THANK YOU AND GOOD NIGHT

From: Handres

Re: Resetting the Parameter RAM

Does anyone know how I force a reset from any application (by a key-combination ?) to the Parameter RAM to get back the initial value of 9600 Baud for portA and portB fields in the SysParmType record ?

Thanks for help!

From: Johnbaro

Re: real-time animation

Hi. I’m new here. I was told that MouseHole is one of the best places to get Mac technical info, so here’s my problem: I’m trying to do some simple animations with large color images in real time. Palette animation looks like the best way to go - it’s noticeably faster than offscreen bitmaps in this case. The problem is that it’s a little too slow.

It takes about 40-45 msec to execute a call to AnimatePalette with a 256-color palette on my IIcx (that’s 3 video frames!). I could live with this speed for some things, but I’m doing research on the visual system and it’s important that I know exactly what’s on the screen at all times. My question is: What happens during that 45 msec?

Is the screen continuously updated over 3 frames or are other things being done in the background and the screen is then redrawn during the last 15-msec frame? If it takes 3 frames to redraw the screen then a moving image will “break apart”, and that’s no good (it doesn’t appear to be breaking apart, but it’s too fast to tell). I would also like to know if a faster machine and/or a QuickDraw accelerator would improve the speed of this particular operation? Would it be possible to get it down to the frame rate? Any info would be greatly appreciated.

From: Jdinh

Re: script manager

Hi, I am trying to set up a foreign language font that takes advantage of the Script Manager. IM vol 5 refers to a Script Manager Developer package that APDA no longer distribute. Can anyone tell me where I can find information regarding: font script, script interface system, key script, and double-byte character? Is key script the same as the KCHR resource? Thanks

 

Community Search:
MacTech Search:

Software Updates via MacUpdate

Latest Forum Discussions

See All

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 »
PUBG Mobile teams up with global phenome...
Since launching in 2019, SpyxFamily has exploded to damn near catastrophic popularity, so it was only a matter of time before a mobile game snapped up a collaboration. Enter PUBG Mobile. Until May 12th, players will be able to collect a host of... | Read more »
Embark into the frozen tundra of certain...
Chucklefish, developers of hit action-adventure sandbox game Starbound and owner of one of the cutest logos in gaming, has released their roguelike deck-builder Wildfrost. Created alongside developers Gaziter and Deadpan Games, Wildfrost will... | Read more »
MoreFun Studios has announced Season 4,...
Tension has escalated in the ever-volatile world of Arena Breakout, as your old pal Randall Fisher and bosses Fred and Perrero continue to lob insults and explosives at each other, bringing us to a new phase of warfare. Season 4, Into The Fog of... | Read more »
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 below... | Read more »

Price Scanner via MacPrices.net

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
Clearance 13-inch M1 MacBook Airs available a...
Apple has clearance 13″ M1 MacBook Airs, Certified Refurbished, available for $759 for 8-Core CPU/7-Core GPU/256GB models and $929 for 8-Core CPU/8-Core GPU/512GB models. Apple’s one-year warranty is... Read more
Updated Apple MacBook Price Trackers
Our Apple award-winning MacBook Price Trackers are continually updated with the latest information on prices, bundles, and availability for 16″ and 14″ MacBook Pros along with 13″ and 15″ MacBook... Read more
Every model of Apple’s 13-inch M3 MacBook Air...
Best Buy has Apple 13″ MacBook Airs with M3 CPUs in stock and on sale today for $100 off MSRP. Prices start at $999. Their prices are the lowest currently available for new 13″ M3 MacBook Airs among... Read more
Sunday Sale: Apple iPad Magic Keyboards for 1...
Walmart has Apple Magic Keyboards for 12.9″ iPad Pros, in Black, on sale for $150 off MSRP on their online store. Sale price for online orders only, in-store price may vary. Order online and choose... Read more
Apple Watch Ultra 2 now available at Apple fo...
Apple has, for the first time, begun offering Certified Refurbished Apple Watch Ultra 2 models in their online store for $679, or $120 off MSRP. Each Watch includes Apple’s standard one-year warranty... Read more
AT&T has the iPhone 14 on sale for only $...
AT&T has the 128GB Apple iPhone 14 available for only $5.99 per month for new and existing customers when you activate unlimited service and use AT&T’s 36 month installment plan. The fine... Read more
Amazon is offering a $100 discount on every M...
Amazon is offering a $100 instant discount on each configuration of Apple’s new 13″ M3 MacBook Air, in Midnight, this weekend. These are the lowest prices currently available for new 13″ M3 MacBook... Read more
You can save $300-$480 on a 14-inch M3 Pro/Ma...
Apple has 14″ M3 Pro and M3 Max MacBook Pros in stock today and available, Certified Refurbished, starting at $1699 and ranging up to $480 off MSRP. Each model features a new outer case, shipping is... Read more

Jobs Board

Omnichannel Associate - *Apple* Blossom Mal...
Omnichannel Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Operations Associate - *Apple* Blossom Mall...
Operations Associate - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Read more
Cashier - *Apple* Blossom Mall - JCPenney (...
Cashier - Apple Blossom Mall Location:Winchester, VA, United States (https://jobs.jcp.com/jobs/location/191170/winchester-va-united-states) - Apple Blossom Mall Read more
IT Systems Engineer ( *Apple* Platforms) - S...
IT Systems Engineer ( Apple Platforms) at SpaceX Hawthorne, CA SpaceX was founded under the belief that a future where humanity is out exploring the stars is Read more
*Apple* Systems Administrator - JAMF - Activ...
…**Public Trust/Other Required:** None **Job Family:** Systems Administration **Skills:** Apple Platforms,Computer Servers,Jamf Pro **Experience:** 3 + years of Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.