CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (13 messages)

#164106 Editing color dialogs Message #164166
From: Steve Stockman Mac Developers Forum · Tools/Debuggers March 16, 1994 3:18 AM
Ken: >>> Inside Macintosh volume 5 describes the ictb resource, with which one can control the color and font of individual dialog items. However, ResEdit offers nothing but hex for editing them. Does anyone have tools to help? (A ResEdit template, a better dialog editor, or a recommendation for a…
#Editing color dialogs Message #164106
Inside Macintosh volume 5 describes the ictb resource, with which one can control the color and font of individual dialog items. However, ResEdit offers nothing but hex for editing them. Does anyone have tools to help? (A ResEdit template, a better dialog editor, or a recommendation for a product?) Ken…
StripAddress Message #164071
From: Baron Schaaf Mac Developers Forum · Tools/Debuggers March 15, 1994 1:34 PM
I am running MACSBUG on my IIci. More often than I would like, while using various apps from major publishers, the machine gets a bus error. The area of code where the bus address error is manifested is StripAddress. Am I correct in assuming that this is an operating system…
From: Bill Cook Mac Developers Forum · Tools/Debuggers March 14, 1994 10:10 PM
Edward, It is not possible, except with CIM – and I am not too familiar with it, to download directly from MacFF. On the other hand the files you need are in LIBrary 8 of this forum and you can download them from there. Bill(Deputy Dawg)Cook
Thanks for the reply 🙂
#163192- Memory debugger Message #163808
From: Burt Johnson Mac Developers Forum · Tools/Debuggers March 14, 1994 3:13 AM
Are you ready to take my money yet? I've waiting months to throw it at you — I LOVE your previous HeapQC and it still saves my neck from time to time! – Burt
#163687 Drawing in Windows Message #163763
From: Spec Bowers Mac Developers Forum · Tools/Debuggers March 13, 1994 9:02 PM
John, Your app has to be able to respond to update events and redraw its windows. So you'll have to have a bunch of code that draws to the screen. If that code is in one place, the update handler, your app will be much simpler than if you have…
#163687 Drawing in Windows Message #163735
From: Steve Stockman Mac Developers Forum · Tools/Debuggers March 13, 1994 5:42 PM
>>> Could you elaborate on the benefits of why an app should send invalidate messages immediately, and only draw when it gets the update events?
From: Edward Fischer Mac Developers Forum · Tools/Debuggers March 13, 1994 5:28 PM
Dear Bill, I am a brand new Compuserve member, a new MACDEV member, and I am tring to download System 6.0.5 from MACFF with no success so far. I am trying to upgrade from sys 6.0.2 on a 512Ke with 2 meg of memory and a scusi port to a…
#163417- Help with Tool Selection Message #163688
From: Syndesis Mac Developers Forum · Tools/Debuggers March 13, 1994 1:12 PM
I just went through this process. I decided to spring for the full ETO package instead of buying things piecemeal. After fretting about the fine print for several hours, I decided to rest with the authority of people who've already decided what's "essential" for Mac development, and so I bought…
#163425 Drawing in Windows Message #163687
From: Syndesis Mac Developers Forum · Tools/Debuggers March 13, 1994 1:12 PM
Could you elaborate on the benefits of why an app should send invalidate messages immediately, and only draw when it gets the update events?
#163118- OM is trash! Message #163659
From: Jerome Jahnke Mac Developers Forum · Tools/Debuggers March 13, 1994 12:01 PM
PC> It is amazing sometimes to find out Balloon Help is implemented. I get very PC> frustrated when I can't figure out how to use an application without PC> consulting the manual first. [Cool…huh…huh…] I was amazed, not many people really implement it, becuase, well… not many people use it,…
#163342- Drawing in Windows Message #163425
From: Spec Bowers Mac Developers Forum · Tools/Debuggers March 11, 1994 10:52 AM
In a multi-window environment – Mac, Windows, Motif, etc. – there is a very important technique which is not immediately obvious, not emphasized in the documentation, but which makes all drawing work much better. You probably are writing directly into a window in response to a user event. E.g. when…