CompuServe Archive

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

Search Results (19 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…
Mark: >>> Have you ever used Hypercard, SuperPaint, Excel, Lotus 1-2-3, MS Word, or many others that use this funny thing called a floating window?
David: >>> Tell you what. You sit down at your Macintosh and write the code to handle a single closeable, resizeable, zoomable window on the Macintosh all with a standard Apple menu and a minimal File menu. Then I'll sit down at my PC and do the same thing in…
From: Steve Stockman Mac Developers Forum · C and Pascal March 15, 1994 2:28 AM
Eric: >>> My string is a Pstring. I copied it into temp because I read something about "not having access to your globals (A5)…" I didn't know what that was telling me, so I thought maybe I should define it within the function.
From: Steve Stockman Mac Developers Forum · C and Pascal March 14, 1994 2:40 AM
Eric: >>> memcpy( tempStr, gNotifyStr, strlen(gNotifyStr) ); > err = NMInstall( (NMRecPtr) &myNote); RemoveQueue( &myNote ); … Can you please tell me why this *^&@# thing won't work!
#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?
#163694 Classic Address Error Message #163734
DW: >>> If I am using NewHandle(), HLock(), HUnlock(); do I still need to use StripAddress() ?
#163664 CopyBits on SE Message #163733
Jody: >>> By the way, is it really important that the number of bytes per row be even (i.e. word aligned) ? Because it didn't complain on most machines I tried when I had an odd number of bytes in a row.
#8381- Quotes in replies Message #8417
From: Steve Stockman Symantec Dev Tools Forum · Think C August 10, 1993 2:49 AM
John: >>> I use the 'ri' command. This is NOT Internet. People pay for their time.
#Quotes in replies Message #8357
From: Steve Stockman Symantec Dev Tools Forum · Think C August 8, 1993 11:56 PM
John: >>> There's no need to quote… what do you think this is, Internet? 🙂
#7220 asm code Message #7269
Peter: >>> If I do need the asm should I be using #pragma parameter ….. e.g. to force use of d0 > But I am guessing ASL is Arithmetic Shift Left and ROL is Rotate Left.
#7159 swapping handles Message #7196
From: Steve Stockman Symantec Dev Tools Forum · TCL & OOP July 20, 1993 4:01 AM
Ken: >>> Look at the Memory Manager chapter in Inside Mac Vol. I for details about the block header. I think Vol. VI has more info about how these data structures were changed for System 7
#7179 #List in Dialog Message #7195
From: Steve Stockman Symantec Dev Tools Forum · Think C July 20, 1993 4:01 AM
Darren: I think the example in Think Ref is bad. In main(), item 3 is set to be a userItem with draw procedure UserProc. In UserProc(), the list is built and drawn into the rectangle properly, and then item 3 is set to be a userItem with draw procedure theList…
#132383 Code Segment Mgmt … Message #132469
Joe: Is the A6 chain still valid during GrowZone? I know that the Think C Debugger loses track of the call chain during the GrowZoneProc, but I haven't actually studied it in TMON to determine whether or not it's the Memory Mgr that's using A6 for something other than a…
Rob: >>> We use a combination of your approach (checking to see if it's in the call chain) and queueing segments until the main event loop is reached before it is de-queued.
#132297 Multiple windows Message #132307
Greg: >>> All of the windows appear at the correct location when viewed in ResEdit, but when I run my Pascal program, the first one appears in the middle of the screen, while the other 3 appear in their proper locations.
#7126 #THIN C vs.THINK C Message #7128
From: Steve Stockman Symantec Dev Tools Forum · Think C July 18, 1993 9:29 PM
Michael: Did you #include in your source file? Think C 6 is much stricter on prototype checking than is Thin C or previous versions of Think C. Without the the prototype from , the compiler doesn't realize that printf has a variable argument list; from your first reference, it infers…
#7102 #include file path Message #7114
Travis: Like Dennis said, putting your project inside the Symantec folder is a no-no. That "Projects" folder within the Symantec folder is where you can store _aliases_ to your projects in order to make those projects permanently appear in the "Switch to project" submenu. Steve
#131854 How hard to convert? Message #131890
Rich: >>> And I'm sure you wouldn't be surprised to learn that in addition to PCs, I'm a Rush Limbaugh fan.