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

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... | Read more »
Price of Glory unleashes its 1.4 Alpha u...
As much as we all probably dislike Maths as a subject, we do have to hand it to geometry for giving us the good old Hexgrid, home of some of the best strategy games. One such example, Price of Glory, has dropped its 1.4 Alpha update, stocked full... | Read more »
The SLC 2025 kicks off this month to cro...
Ever since the Solo Leveling: Arise Championship 2025 was announced, I have been looking forward to it. The promotional clip they released a month or two back showed crowds going absolutely nuts for the previous competitions, so imagine the... | Read more »
Dive into some early Magicpunk fun as Cr...
Excellent news for fans of steampunk and magic; the Precursor Test for Magicpunk MMORPG Crystal of Atlan opens today. This rather fancy way of saying beta test will remain open until March 5th and is available for PC - boo - and Android devices -... | Read more »
Prepare to get your mind melted as Evang...
If you are a fan of sci-fi shooters and incredibly weird, mind-bending anime series, then you are in for a treat, as Goddess of Victory: Nikke is gearing up for its second collaboration with Evangelion. We were also treated to an upcoming... | Read more »
Square Enix gives with one hand and slap...
We have something of a mixed bag coming over from Square Enix HQ today. Two of their mobile games are revelling in life with new events keeping them alive, whilst another has been thrown onto the ever-growing discard pile Square is building. I... | Read more »
Let the world burn as you have some fest...
It is time to leave the world burning once again as you take a much-needed break from that whole “hero” lark and enjoy some celebrations in Genshin Impact. Version 5.4, Moonlight Amidst Dreams, will see you in Inazuma to attend the Mikawa Flower... | Read more »
Full Moon Over the Abyssal Sea lands on...
Aether Gazer has announced its latest major update, and it is one of the loveliest event names I have ever heard. Full Moon Over the Abyssal Sea is an amazing name, and it comes loaded with two side stories, a new S-grade Modifier, and some fancy... | Read more »
Open your own eatery for all the forest...
Very important question; when you read the title Zoo Restaurant, do you also immediately think of running a restaurant in which you cook Zoo animals as the course? I will just assume yes. Anyway, come June 23rd we will all be able to start up our... | Read more »
Crystal of Atlan opens registration for...
Nuverse was prominently featured in the last month for all the wrong reasons with the USA TikTok debacle, but now it is putting all that behind it and preparing for the Crystal of Atlan beta test. Taking place between February 18th and March 5th,... | Read more »

Price Scanner via MacPrices.net

AT&T is offering a 65% discount on the ne...
AT&T is offering the new iPhone 16e for up to 65% off their monthly finance fee with 36-months of service. No trade-in is required. Discount is applied via monthly bill credits over the 36 month... Read more
Use this code to get a free iPhone 13 at Visi...
For a limited time, use code SWEETDEAL to get a free 128GB iPhone 13 Visible, Verizon’s low-cost wireless cell service, Visible. Deal is valid when you purchase the Visible+ annual plan. Free... Read more
M4 Mac minis on sale for $50-$80 off MSRP at...
B&H Photo has M4 Mac minis in stock and on sale right now for $50 to $80 off Apple’s MSRP, each including free 1-2 day shipping to most US addresses: – M4 Mac mini (16GB/256GB): $549, $50 off... Read more
Buy an iPhone 16 at Boost Mobile and get one...
Boost Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering one year of free Unlimited service with the purchase of any iPhone 16. Purchase the iPhone at standard MSRP, and then choose... Read more
Get an iPhone 15 for only $299 at Boost Mobil...
Boost Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering the 128GB iPhone 15 for $299.99 including service with their Unlimited Premium plan (50GB of premium data, $60/month), or $20... Read more
Unreal Mobile is offering $100 off any new iP...
Unreal Mobile, an MVNO using AT&T and T-Mobile’s networks, is offering a $100 discount on any new iPhone with service. This includes new iPhone 16 models as well as iPhone 15, 14, 13, and SE... Read more
Apple drops prices on clearance iPhone 14 mod...
With today’s introduction of the new iPhone 16e, Apple has discontinued the iPhone 14, 14 Pro, and SE. In response, Apple has dropped prices on unlocked, Certified Refurbished, iPhone 14 models to a... Read more
B&H has 16-inch M4 Max MacBook Pros on sa...
B&H Photo is offering a $360-$410 discount on new 16-inch MacBook Pros with M4 Max CPUs right now. B&H offers free 1-2 day shipping to most US addresses: – 16″ M4 Max MacBook Pro (36GB/1TB/... Read more
Amazon is offering a $100 discount on the M4...
Amazon has the M4 Pro Mac mini discounted $100 off MSRP right now. Shipping is free. Their price is the lowest currently available for this popular mini: – Mac mini M4 Pro (24GB/512GB): $1299, $100... Read more
B&H continues to offer $150-$220 discount...
B&H Photo has 14-inch M4 MacBook Pros on sale for $150-$220 off MSRP. B&H offers free 1-2 day shipping to most US addresses: – 14″ M4 MacBook Pro (16GB/512GB): $1449, $150 off MSRP – 14″ M4... Read more

Jobs Board

All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.