home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / digest / 341 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  46.5 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!SUMEX-AIM.STANFORD.EDU!info-mac-request
  2. From: info-mac-request@SUMEX-AIM.STANFORD.EDU (The Moderators)
  3. Newsgroups: comp.sys.mac.digest
  4. Subject: Info-Mac Digest V10 #217
  5. Message-ID: <9209100046.AA18492@SUMEX-AIM.Stanford.EDU>
  6. Date: 10 Sep 92 00:46:01 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Reply-To: Info-Mac@sumex-aim.stanford.edu
  9. Distribution: world
  10. Organization: The Internet
  11. Lines: 1230
  12. Approved: info-mac@sumex-aim.stanford.edu
  13.  
  14.  
  15. Info-Mac Digest             Wed,  9 Sep 92       Volume 10 : Issue 217
  16.  
  17. Today's Topics:
  18.  
  19.       [*] Bolo Map Collection 1.0
  20.       [*] CursorSpin Library
  21.       [*] TidBITS#141/07-Sep-92
  22.       [*] UULite 1.4 Release for the Mac
  23.       [*] WEDGIE, a 3-D truetype font
  24.       [*] WHARMBY, another 3-D type truetype font
  25.       !DeskPict 1.1 (R)
  26.       1 meg Simms used, for sale?
  27.       AlarmsClock vs SuperClock
  28.       Apple Marketing in Europe doesn't have a clue ...
  29.       ARA Problem: Users & Groups windows unusable!
  30.       ARA WON'T INSTALL (Q)
  31.       Becoming a Registered Apple Tech
  32.       BixHex 5.0 (C)
  33.       Cheers sounds
  34.       Colour Classics?
  35.       Comm toolbox
  36.       Connecting from the Boonies (A)
  37.       DarkSide 3.2 (C)
  38.       Eudora (& pop3 in general)
  39.       Excel 4.0 problem (R)
  40.       Follow Up: New Quantum ELS Drives
  41.       FullWrite Pro
  42.       Info-Mac Digest V10 #211
  43.       MacTCP licensing
  44.       NEC CDR-35 drive
  45.       Need beep randomizer (R)
  46.       PB100 QUESTIONS
  47.       plugging in a lot in my mac
  48.       PowerBook 100 docking problem
  49.       Problem compiling zmodem
  50.       QT PICTs and ClarisWorks (PS)
  51.       QuickTime PICTs and ClarisWorks
  52.       Restarting with ColorSwitch (NOT)
  53.       Savvy
  54.       Security and network connections for PowerBooks
  55.       Serial Port C Code (Q)
  56.       Servers, modems
  57.       software location
  58.       SSMP for CTB
  59.       Word 4.0 and gray cell
  60.  
  61. The Info-Mac newsgroup is moderated by Bill Lipa.
  62.  
  63. The Info-Mac archives are available (by using FTP, account anonymous,
  64. any password) in the info-mac directory on sumex-aim.stanford.edu
  65. [36.44.0.6].  Help files and indices are in /info-mac/help.
  66.  
  67. Please send articles and binaries to info-mac@sumex-aim.stanford.edu.
  68. Send administrative mail to info-mac-request@sumex-aim.stanford.edu.
  69. ----------------------------------------------------------------------
  70.  
  71. Date: Wed, 9 Sep 92 17:32:44 CDT
  72. From: benser@src.honeywell.com
  73. Subject: [*] Bolo Map Collection 1.0
  74.  
  75. Enclosed find a ResEdit file containing our first edition of Bolo BMAP
  76. resources  for playing Bolo on modified island geographies.  If you don't
  77. know how to modify the BMAP resources in Bolo get the Two Player Island
  78. file we uploaded to Sumex several weeks ago (the Two Player Island is
  79. included in this package as well).  A description of the modification
  80. process is included there.
  81.  
  82.  
  83. There are five island resources in the collection:
  84.  
  85. "Two Player Island"  -  As the title states this one was developed for two
  86. players.
  87.  
  88. "Three Player Island" - Ummmmm... lemme see.... ummmm...  for three
  89. players???
  90.  
  91. "Big City" - an island completely covered by city blocks - real fun!
  92.  
  93. "Mid City" - an island with two fortified cities with a swamp between them.
  94. Our best battles have been on this island.
  95.  
  96. "HellHole" - Primarily for two players or two teams. This one must be seen
  97. to be believed!
  98.  
  99.  
  100. Have fun and kill 'em good!!!
  101.  
  102.  
  103. Earl T. Benser             (benser@leonardo.src.honeywell.com)
  104. James R. Campbell, Jr.     (campbell@leonardo.src.honeywell.com)
  105.  
  106. [Archived as /info-mac/game/bolo-map-collection.hqx; 24K]
  107.  
  108. ------------------------------
  109.  
  110. Date: Mon, 7 Sep 92 20:48:33 GMT-0500
  111. From: rudman@mondo.engin.umich.edu
  112. Subject: [*] CursorSpin Library
  113.  
  114. Recently, I became quit disturbed with the currently available cursor
  115. spinning code. The cursor spins irregularly, sometimes skipping frames and
  116. generally looking unpleasant.
  117.  
  118. So, I sat down and came up with a small, yet powerful library you can use
  119. in your own programs. I utilize VBL tasks to obtain a VERY smooth cursor
  120. spin. I have included the library, FULL SOURCE CODE, a demonstration
  121. application, a ResEdit template for spinning ('SPIN') cursors, and some
  122. sample cursors to boot.
  123.  
  124. The code is extremely safe and easy to use; it contains only three external
  125. functions, and it performs error checking everywhere.
  126.  
  127. You need only call: BeginSpinning () or BeginResSpinning (), where the
  128. former takes several arguments listed below, and the latter takes its info
  129. >From a 'SPIN' resource.
  130.  
  131. You have control over:
  132.  
  133. color (yes/no)
  134. number of frames
  135. initial delay before the cursor comes up
  136. and speed (frequency) at which it spins
  137.  
  138. When you are done, simply call StopSpinning().
  139.  
  140. /////////////////
  141.  
  142. This code was written in THINK C 5.0.
  143.  
  144. Enjoy!
  145.  
  146.  -------------------------------------------------------------------------
  147. Daniel E. Rudman
  148. The University of Michigan
  149. Computer-Aided Engineering Network
  150. Macintosh Systems Administration
  151.  
  152. [Archived as /info-mac/source/c/cursor-spin.hqx; 94K]
  153.  
  154. ------------------------------
  155.  
  156. Date: Tue, 8 Sep 92 22:04:25 PDT
  157. From: ace@tidbits.com (Adam C. Engst)
  158. Subject: [*] TidBITS#141/07-Sep-92
  159.  
  160. TidBITS#141/07-Sep-92
  161.  
  162.  Hot off the phone lines comes Mark Anbinder's report on the MBDF
  163.    authors pleading guilty! We also have the details on how IBM
  164.    managed full-screen, 30 frame per second video on the Ultimedia,
  165.    a report of a net tizzy over utilities removed from Now
  166.    Utilities 4.0, notes from the bargain-hunting Murph Sewall on
  167.    the Abaton Scan 300/Color, and finally, the second installment of
  168.    our Gateways series, focussing this time on CompuServe.
  169.  
  170. Topics:
  171.     MailBITS/07-Sep-92
  172.     MBDF Authors Plead Guilty
  173.     Now Utilities Hullabaloo
  174.     Abaton Scan 300/Color
  175.     Gateways II/CompuServe
  176.     Reviews/07-Sep-92
  177.  
  178. [Archived as /info-mac/digest/tb/tidbits-141.etx; 28K]
  179.  
  180. ------------------------------
  181.  
  182. Date: Mon, 7 Sep 1992 18:10:04 -0400 (EDT)
  183. From: Jeff Strobel <jstrobel@world.std.com>
  184. Subject: [*] UULite 1.4 Release for the Mac
  185.  
  186. I am pleased to announce the release of UULite version 1.4
  187. for the Macintosh.
  188.  
  189. Version 1.4 has the following features:
  190.  
  191.   * One-step "Smart" uudecoding:
  192.      - Multipart file decoding with automatic article header/footer
  193.        removal - no manual editing required
  194.      - Source file may contain multiple output files,
  195.        e.g., the source file may contain any number of gif files:  all
  196.        will be decoded
  197.      - Configurable "Drag and Drop" decoding of any number of files
  198.        (System 7 required)
  199.      - "Super Smart" uudecoding for problem files.
  200.      - File Merge and Decode for decoding images from multiple input
  201.        files for news readers that don't support appending on the fly
  202.      - Straight File Merge for merging text files
  203.   * One-step uuencoding:
  204.      - Auto file splitting to simplify Usenet posting
  205.      - Auto file description insertion in first or all encoded parts.
  206.   * Smart automatic file Type and Creator stamping - user configurable
  207.   * Manual file Type and Creator editing on any file
  208.   * UNIX To Mac text conversion
  209.   * Mac To UNIX text conversion
  210.   * Help
  211.   * Usenet Read News Tutorial
  212.  
  213.  
  214. ...Jeff Strobel                                jstrobel@world.std.com
  215.  
  216. [Archived as /info-mac/util/uulite-14.hqx; 106K]
  217.  
  218. ------------------------------
  219.  
  220. Date: 07 Sep 1992 22:57:45 -0400 (EDT)
  221. From: Jason Osborne <V065HJKU%UBVMS.bitnet@CUNYVM.CUNY.EDU>
  222. Subject: [*] WEDGIE, a 3-D truetype font
  223.  
  224. This is the truetype font WEDGIE.  It looks sort of like it sounds,
  225. as each letter looks like it was carved out of a wedge of wood.  It has a
  226. nice 3-D effect.
  227.  
  228. This file has been compressed via compact pro 1.33.
  229.  
  230. If you want to see what this font looks like before you download it,
  231. and you have downloaded font-preview from sumex, you can see what it
  232. looks like at the top right of PICT #2.  If you do not have font-
  233. preview, and are interested in downloading fonts, it will save you
  234. a lot of time and hassle.
  235.  
  236. This font uploaded courtesy of the Underground Phont Archive.
  237. Jason Osborne
  238.  -----------------------------------------------------------------------------
  239.  
  240. [Archived as /info-mac/font/tt/wedgie-3d.hqx; 116K]
  241.  
  242. ------------------------------
  243.  
  244. Date: 07 Sep 1992 22:58:28 -0400 (EDT)
  245. From: Jason Osborne <V065HJKU%UBVMS.bitnet@CUNYVM.CUNY.EDU>
  246. Subject: [*] WHARMBY, another 3-D type truetype font
  247.  
  248. This is the truetype font WHARMBY.  It is a caps font.  Each large, sans-
  249. serif letter is accompanied by a mirage-type shadow, as if these were
  250. letters standing on the ground, and the sun is above and behind them.
  251. It is very nicely done.
  252.  
  253. This file has been compressed via compact pro 1.33.
  254.  
  255. If you want to see what this font looks like before you download it,
  256. and you have downloaded font-preview from sumex, you can see what it
  257. looks like at the bottom right of PICT #3.  If you do not have font-
  258. preview, and are interested in downloading fonts, it will save you
  259. a lot of time and hassle.
  260.  
  261. This font uploaded courtesy of the Underground Phont Archive.
  262. Jason Osborne
  263.  -----------------------------------------------------------------------------
  264.  
  265. [Archived as /info-mac/font/tt/wharmby-3d.hqx; 30K]
  266.  
  267. ------------------------------
  268.  
  269. Date: Wed, 09 Sep 92 01:41:46 EST
  270. From: Murph Sewall <SEWALL@UCONNVM.UCONN.EDU>
  271. Subject: !DeskPict 1.1 (R)
  272.  
  273. On Mon, 7 Sep 92 18:01:40 PDT you said:
  274. >I'm using a Radius Color Pivot/LE.  Now, !DeskPict properly
  275. >scales the backdrop to fill the screen upon startup or restart
  276. >(whether in landscape or in portrait mode), but doesn't seem
  277. >to know to *rescale* the backdrop after I pivot the screen.
  278. >
  279. >Does anyone know how I might coax !DeskPict into checking the screen
  280. >size each time after pivoting?  Also, does anyone know if NOW Utilities'
  281. >DeskPicture works properly with a Radius Pivot?
  282.  
  283. Now's DeskPicture (no presently on the market because it has been
  284. removed from Now 4.0 and the new, additional collection of Now Utilities
  285. hasn't been released yet) is the commercial successor to !DeskPict.  In
  286. addition to fixing the glitch that some time overpaints desktop icons,
  287. DeskPicture allows changing pictures without restarting.
  288.  
  289. I don't have a Pivot to try it on, but presumably you could reinstall
  290. the desktop, or switch to a different one with the correct aspect ratio,
  291. when you pivot your Pivot (or flick your Bic, whichever comes sooner ;-)
  292.  
  293. ------------------------------
  294.  
  295. Date: Tue, 08 Sep 92 19:58:41 PDT
  296. From: Paul Brians <BRIANS@WSUVM1.CSC.WSU.EDU>
  297. Subject: 1 meg Simms used, for sale?
  298.  
  299. Lots of people upgrade their computers with new SIMNS, then try to find
  300. takers for their old 1 meg SIMMS.  When I did this, I used the ones I
  301. took out to boost my wife's old Plus to 4 megs.  But most of the time
  302. people are told they are worthless.  I have a student who could really
  303. use a set of four 1 meg SIMMs for a similar machine.  Is there a source
  304. for such things cheap, or free?
  305.  
  306. ------------------------------
  307.  
  308. Date: Wed, 09 Sep 92 01:43:22 EST
  309. From: Murph Sewall <SEWALL@UCONNVM.UCONN.EDU>
  310. Subject: AlarmsClock vs SuperClock
  311.  
  312. On Mon, 07 Sep 1992 15:56:59 -0500 you said:
  313. >Frankly, I don't care much about the loss of AlarmsClock, because (i) it
  314. >didn't even work properly (made the system clock on my Mac pause and
  315. >skip backwards!), and (ii) SuperClock! is a perfectly functional
  316. >replacement.
  317.  
  318. AlarmsClock works fine for me.  SuperClock is so good, that I wouldn't
  319. have purchased Now's clock for itself, but it comes with NowMenus,
  320. SuperBoomerang, and other things that are worth the price of the whole
  321. package.
  322.  
  323. As long as I have AlarmsClock I use it because it displays the day of
  324. the week as well as the time.  It doesn't chime the hour, but SndControl
  325. takes care of that nicely (and SndControl's chime can be interrupted
  326. when I don't want to wait for 12 bongs at noon).
  327.  
  328. ------------------------------
  329.  
  330. Date: Wed, 9 Sep 92 09:20:11 +0100
  331. From: me@suzuka.u-strasbg.fr (Michel Eytan LILoL)
  332. Subject: Apple Marketing in Europe doesn't have a clue ...
  333.  
  334. Alan {and Fellow Netters],
  335.  
  336. you write in Info-Mac Digest 10.215:
  337.  
  338.     Young people who buy the 100, Classic and LC are Apple's future
  339. market
  340.     -  if those in Europe don't discover that they paid x2 the real (US)
  341.     market price
  342.  
  343. I have already had the occasion to tell the list that the situation for
  344. software is *much worse*, although the companies put forward 'translation
  345. and adaptation' and 'customs' charges that are more often than not spurious.
  346.  
  347. Let me give a recent example: we wanted to buy a Prolog for our students,
  348. licenced for 10 Macs. Price for the *non-translated & non-adapted* version
  349. (none other exists) of AAIS Prolog over here: 3850FF each (which is now $785,
  350. but even a year ago was $688) -- no rebate for Universities no site licence.
  351. Finally I bought a site licence from the AAIS Co. for the 10 Macs for $969
  352. (including handling and air-mail postage) + FF960 ($195)!!! Saving on the
  353. whole, which has a wonderful environment (you can create windows, menus,
  354. dialog-boxes etc from inside the language).
  355.  
  356. --
  357. Michel Eytan                                    eytan@dpt-info.u-strasbg.fr
  358. Labo. Info., Log., Lang.                        Univ. Strasbourg II
  359.  
  360. ------------------------------
  361.  
  362. Date: Tue, 8 Sep 92 21:47 EDT
  363. From: "There's nothing to do but fear itself." <SGD4589@ocvaxa.cc.oberlin.edu>
  364. Subject: ARA Problem: Users & Groups windows unusable!
  365.  
  366. Hi there: I (think) I have a new and unusual problem with AppleTalk Remote
  367. Access. I recently acquired ARA through my purchase of a PowerBook, and was
  368. thrilled: "Hey great, now I can dial in to my home mac!" So I eagerly went to
  369. install ARA on my home Mac (an SE/30, sys 7.01 tuned, lots of inits but read
  370. further).  Anyway--installation went smoothly, although I was a little
  371. skeptical when the installer claimed to be modifying the System File. But I
  372. launched Remote Access and everything seemed to be fine.
  373.  
  374. Fine, that is, until I opened the Users & Groups control panel. Therein, I
  375. noticed immediately that *no* user (Guest included) displayed information in
  376. his or her "user" box regarding Remote Access features; that is, there was no
  377. lower extension to the user's window containing checkboxes to "Allow users to
  378. dial in" or set a callback number. Thus, I could not set up users to dial into
  379. my mac.
  380.  
  381. Furthermore, I have noted that the users & groups display is positively
  382. unusable with ARA installed.  I can enter passwords, but *no* checkboxes
  383. on user windows function (including those for "Allow user to connect", "Change
  384. password," and "program linking"). In short, the Users & Groups control
  385. panel seemed to have had its resources and bounding rectangles scrambled.
  386. This might be confirmed by the fact that when I click and drag in a User's
  387. window, I get a *selection marque* and the graphics in the window shift
  388. about 15 pixels to the upper left, as if the window were trying to scroll!
  389. The strange part is, the control panel exhibits this behavior ONLY when
  390. ARA software is enabled: otherwise, the Users & Groups control panel behaves
  391. normally and everything works fine.
  392.  
  393. So, I thought, this is a weird software conflict, since I have some weird
  394. faxmodem software running. So I disable everything except Extension Manager
  395. 1.7, mode32, and Apple-only inits, including everything from ARA. The same
  396. behavior is exhibited in the Users & Groups control panel. So I replace the
  397. Users & Groups control panel: no dice. Finally, I go a friend's machine (IIsi,
  398. system 7.0.1 tuned, NO inits and the system just installed: as virgin as a
  399. system gets), install ARA, and WHAM, the Users & Groups control panel exhibits
  400. the same behavior on that system! When I disable ARA, everything returns
  401. to normal.
  402.  
  403. My bet is that the ARA disk I got contains some data corruption and hence
  404. the installation is messed up everywhere I go. (Nortons and MacTools do
  405. not report any physical damage on the disk, but that may or may not be
  406. indicitive of a problem.) But out of curiosity, has anyone out there had
  407. a problem like this? Am I overlooking something ridiculously simple?
  408.  
  409. Thanks in advance!
  410.  
  411. Geoff Duncan    sgd4589@ocvaxa.cc.oberlin.edu
  412.  
  413. ------------------------------
  414.  
  415. Date: Tue, 8 Sep 1992 20:57:54 -0500
  416. From: Glenn Stauffer <stauffer@cc.swarthmore.edu>
  417. Subject: ARA WON'T INSTALL (Q)
  418.  
  419. In article <9209080733.AA12536@SUMEX-AIM.Stanford.EDU>, you write:
  420. >Date: Mon, 7 Sep 92 22:23:38 -0700
  421. >From: vannuysd@Sonoma.EDU
  422. >Subject: ARA WON'T INSTALL (Q)
  423. >
  424. >Gentle Folk of the Net,
  425. >
  426. >I can't seem to get Appletalk Remote Access to install on my Mac IIci 8/80,
  427. >running sys 7 and tuneup 1.1.1
  428. >
  429. >I've tried turning off all extensions but that doesn't seem to help.  The
  430. >ARA installer tells me that it has installed successfully but when I reboot
  431. >and double-click on the application, I get a message saying either the
  432. >application didn't install correctly or one of the extensions is turned off,
  433. >but as far as I can tell the extensions installed are turned on.  I've
  434. >tried installing over and over again with the same result.
  435. >
  436. >Can anybody tell me what is going on and how I can get the blasted thing
  437. >installed?  Thanks.
  438. >
  439.  
  440. You're missing one step - turn on AppleTalk in your Chooser window.  I
  441. can't compliment Apple on the ARA error-handling in this situation.  I've
  442. seen more people stymied by this one error.
  443.  
  444. Glenn Stauffer
  445. Swarthmore College Computing
  446. stauffer@cc.swarthmore.edu
  447.  
  448. ------------------------------
  449.  
  450. Date: Tue, 8 Sep 92 23:17:51 -0400
  451. From: Scott E Maxwell <smaxwell@engin.umich.edu>
  452. Subject: Becoming a Registered Apple Tech
  453.  
  454. I seem to remember a posting that talked about how normal users
  455. could be sponsered by a local dealer to become are Certified
  456. Apple Tech.  I can not find that posting though; could someone
  457. kind person point me in the correct direction?  Thanks!
  458.  
  459. Scott Maxwell
  460. The University of Michigan
  461. smaxwell@engin.umich.edu
  462.  
  463. ------------------------------
  464.  
  465. Date: Tue, 8 Sep 92 23:38:01 EDT
  466. From: abboud@cedrus.cedrus.com (Hisham A. Abboud)
  467. Subject: BixHex 5.0 (C)
  468.  
  469. Regarding whether to keep BinHex 5.0 in the archives, how about
  470. hacking BinHex 5.0 with ResEdit so you can _only_ decode files,
  471. not encode them?  It seems like a simple menu dimming would do.
  472. Just an idea..
  473.  
  474.                     Hisham.
  475.  
  476. Hisham A. Abboud, Cedrus Corp.  [Internet: abboud@cedrus.com]
  477.  
  478. ------------------------------
  479.  
  480. Date: Wed, 9 Sep 92 16:52:07 PDT
  481. From: jwong@stmarys-ca.edu (Jeff Wong)
  482. Subject: Cheers sounds
  483.  
  484. Recently I sent cheers-grp1.hqx to the archive.  Now all I am asking for is
  485. that all who have gotten this file to send me back some feedback.  This is
  486. my first attempt at producing a sound file and of sending the file to the
  487. net.
  488. All feedback, either good or bad is fine.
  489.  
  490. Thanks
  491.   Jeff Wong
  492.  
  493.    jwong@galileo.stmarys-ca.edu
  494.  
  495. Archived in info-mac/sound/cheers-grp1.hqx
  496.  
  497. ------------------------------
  498.  
  499. Date: Wed, 09 Sep 92 10:49:30 EDT
  500. From: "Charles A. Patrick" <PATCHAS@VM.NRC.CA>
  501. Subject: Colour Classics?
  502.  
  503. Now that it seems that Apple will not be marketing a colour version of the
  504. Classic II, does anyone know what colour tube was to be used? What resolutions
  505. it supported? whether it is available from a third-party source? whether it
  506. can be used in an SE30? and at what cost?
  507.  
  508. Just curious!
  509.  
  510. ------------------------------
  511.  
  512. Date: Wed, 09 Sep 92 10:43:35 EDT
  513. From: CXEO000 <CXEO%MUSICA.MCGILL.CA@Forsythe.Stanford.EDU>
  514. Subject: Comm toolbox
  515.  
  516.     Here's a FAQ for everbody, although I looked through past digests
  517. and couldn't find it anywhere...
  518.  
  519.     I recently downloaded a shareware program that "requires the com-
  520. munication toolbox to be present". I'm running System 7.0 with TuneUp
  521. 1.1.1; I originally believed the comm toolbox was included in System 7,
  522. but every time I try to run this program, I get a notice saying it
  523. isn't present. I explored ftp.apple.com but couldn't find anything
  524. likely. Does anybody have an exact path or another site (And path)
  525. for this package (Which I assume Apple is distributing as system soft-
  526. ware, without fees...)
  527.  
  528.     Thank you all,
  529.  
  530. Rebecca Aiken
  531. CXEO@MUSICA.MCGILL.CA
  532.  
  533. ------------------------------
  534.  
  535. Date: Tue, 08 Sep 1992 17:35:08 -0500
  536. From: Charlie.Mingo@p4218.f70.n109.z1.fidonet.org (Charlie Mingo)
  537. Subject: Connecting from the Boonies (A)
  538.  
  539. Pat Pruyne <LRE@CORNELLA.cit.cornell.edu> writes:
  540.  
  541.   > In short: I am looking for connection options for a novice Mac user
  542.   > that I advise who lives in a region with (apparently) no local BBS,
  543.   > MUGs or InterNet public-access hosts.  By connection I mean a
  544.   > resource/gateway he can dial his modem into to enter a peninsula of
  545.   > this wonderful electronic world. History: he bought a modem (v. happy
  546.   > w/ TelePort BTW) and signed on to AOL until he ran $400 in the first
  547.   > month.  No kidding.  I tried Apple's MUG referal group
  548.   > (USER.GROUPS@AppleLink.Apple.COM) which provided a local MUG with no
  549.   > BBS (they didn't know of any either).
  550.   >
  551.   > Any other ideas?  His phone area code is 413; western Massachusetts,
  552.   > and his zip code is 01230, but I think more universally applicable
  553.   > answers are more useful to fellow readers.
  554.  
  555.    Well, after a little detective work with the ZIP directory (why can't
  556. you just TELL me he's in Great Barrington?), I found a few answers.
  557.  
  558.    First of all, don't bother calling Apple for a BBS (how would they
  559. know?).  Find a list of Mac BBS's (I use one called "BBS List #24" from
  560. MACCOMM on CompuServe), and start by checking the relevent area code (413).
  561. Since that list dates from March 92, I then cross-checked them against the
  562. current Fido Nodelist, to make sure they were still active (as of last
  563. Friday).
  564.  
  565.    A quick search for Mac BBS's turns up:
  566.  
  567. Pioneer Valley PCUG1      413-256-1037          9600  1:321/109
  568. Amherst       MA [*]
  569. Baudville                    413-562-1870               9600  1:321/304
  570. Westfield     MA
  571. SpaceMet South          413-592-0942     2400  1:321/302   Holyoke       MA
  572. Moonrise                      413-665-1158       9600  1:321/117
  573. Sunderland    MA
  574. Macintosh Only BBS!        413-746-3202         9600  1:321/307
  575. Springfield   MA
  576. SpaceMet North          413-772-2038            2400  1:321/151
  577. Greenfield    MA
  578.  
  579. [*] The first one appears to be a User's Group BBS.
  580.  
  581.    All of these (except Sunderland? -- not on my map) are along I-91 which
  582. runs up the middle of the state, while Great Barrington is at the Western
  583. boundry, so they're they're probably not a local call away.
  584.  
  585.    There are BBS's in Great Barrington, but they're not Mac-oriented.  I
  586. turn up:
  587.  
  588. 1:321/207  Chapparal                Paul Moulthrop      Gt Barrington MA
  589. -->        1-413-528-5129           9600
  590. 1:321/226  Berkshires Link          Brett Simms         Gt Barrington MA
  591. -->        1-413-528-6938           2400
  592.  
  593.    He could make arrangements with either of these systems to bring in
  594. Mac-oriented Fido echos (he may have to operate as a "point," if they don't
  595. have enough disk space to carry them).
  596.  
  597.    I recommend he get a high-speed modem (9600 or higher) and call
  598. Central Mass (would that be Intra-LATA LD?).  If he wants Internet access,
  599. he would have to call at least as far as Cambridge (the world.std.com
  600. at 617/739-WRLD).
  601.  
  602.    If Pittsfield is a local call, he could access PC Pursuit, and get 30
  603. hours of 2400 access to most cities in the US for $30/month.  (Call
  604. 800/877-5045 for details.)
  605.  
  606.    I regret that this isn't an easy or cheap solution, but one reason
  607. people live in cities is so they don't have to go as far to find the
  608. things they want.
  609.  
  610.   >   He has often wondered aloud if there is an 800 number access anywhere.
  611.   > like a fine idea doomed by its inevitable popularity.
  612.  
  613.    It's not the popularity -- it's the cost.  Such a BBS would have to
  614. charge its users at least $6/hour to cover the long distance charges.  By
  615. that standard, AOL is a bargain.
  616.  
  617.  
  618.  
  619. ------------------------------
  620.  
  621. Date: Wed, 9 Sep 92 19:21 WET
  622. From: "Alun J. Carr" <AJCARR%ccvax.ucd.ie@Forsythe.Stanford.EDU>
  623. Subject: DarkSide 3.2 (C)
  624.  
  625. DarkSide of the Mac v.3.2 crashes on my Plus (4 MB RAM, System
  626. 7, TuneUp 1.1.1, various extensions) with an 'Unimplemented
  627. Trap' error (an increasingly common error message these days --
  628. perhaps the MPW C compiler or the associated libraries aren't
  629. really compatible with the 68000) when I try to run one of the
  630. *two* screen saver modules it permits me to use.
  631.  
  632. Perhaps you could reinstate v.3.1.1 in the archive for
  633. Plus/68000 users, until the bug is fixed?
  634.  
  635. Alun
  636.  
  637. Alun J. Carr, Mech. Eng. Dept., UCD, Belfield, Dublin 4, Ireland
  638. Internet: ajcarr@ccvax.ucd.ie
  639.  
  640. ------------------------------
  641.  
  642. Date: Tue, 8 Sep 92 21:24:25 CDT
  643. From: cbarkley@tusol.cs.trinity.edu (The DarkMage)
  644. Subject: Eudora (& pop3 in general)
  645.  
  646. Greetings:
  647.  
  648.      Please don't whack me for posting a UNIX question since I believe the
  649. problem to be on the Mac end!  We have been using MacPOP for our department
  650. Macs (some of our professors haven't subscribed to the idea of actually
  651. logging
  652. onto a system to get their mail).  Since it has been a lot of trouble and
  653. grief,
  654. we decided to try upgrading.  MacPOP is a client using the pop2 protocol
  655. (which
  656. runs through the UNIX demon popd).  We got pop3 (using the demon popper) which
  657. sits on the same port (#109), so we had to remove popd.  We now have two
  658. problems:
  659.  
  660.      1) despite being told pop3 was backwards compatable, MacPOP now claims
  661.     that you have used an "incorrect password" even when we are very sure
  662.     that we have used the right one.
  663.  
  664.      2) we got a copy of Eudora which is a pop3 client.  When we run it, it
  665.     gives us an error (after trying to connect) saying that "the
  666.     connection
  667.     started to come up and then failed" (or something similiar).
  668.  
  669. I suspect the problem to be with the Mac programs and not the UNIX demon,
  670. since
  671. I sat there with etherfind running watching port #109.  When MacPOP tried to
  672. connect, some packets came in.  When Eudora claimed it was trying, we never
  673. saw
  674. any packets arrive.  Either it's not sending, or it's not sending to 109 like
  675. it is supposed to.  Has anyone out there experienced any similar problems, and
  676. (more importantly) have you gotten your system working?  Thanks!
  677.  
  678.  
  679. --
  680. Christopher Barkley
  681. The DarkMage
  682. cbarkley@tusol.cs.trinity.edu
  683. Reality is a State of Mind
  684.  
  685. ------------------------------
  686.  
  687. Date: Wed, 09 Sep 92 01:40:38 EST
  688. From: Murph Sewall <SEWALL@UCONNVM.UCONN.EDU>
  689. Subject: Excel 4.0 problem (R)
  690.  
  691. On Tue, 8 Sep 92 07:28:47 -0400 you said:
  692. >I had this problem (out of memory error with Excel 4.0 help), in my
  693. >case on a IIfx under system 7.0.  According to uSoft Tech support,
  694. >the problem is a conflict with SAM, versions 3.0 - 3.05.  Typical
  695. >uSoft to blame someone else, but the problem did go away when I
  696. >switched temporarily to Virex and stayed away when I upgraded to SAM 3.0.9.
  697. >Hope this is helpful
  698.  
  699. Bull's-eye!  It turns out my colleague in the School of Engineering was
  700. using an even OLDER version of SAM (2.5?).  I told him to try taking it
  701. out and he called back late today to report that fixed the problem with
  702. Excel 4's help.  I've given him Disinfectant 2.9 until he can get his
  703. SAM updated (probably his department failed to respond to an upgrade
  704. notice during one of Connecticut's all to frequent budget crises ;-)
  705.  
  706. ------------------------------
  707.  
  708. Date: Wednesday, 9 Sep 1992 08:57:15 EDT
  709. From: "Jeffrey N. Fritz" <JFRITZ%WVNVM.BITNET@Forsythe.Stanford.EDU>
  710. Subject: Follow Up: New Quantum ELS Drives
  711.  
  712. Hisham Abboud responded to my question about the new Quantum ES drives.
  713. He said:
  714.  
  715. > announcing a drive isn't the same as producing it.  It usually takes 3-6
  716. > months to ramp up production lines.  In addition, some companies wait
  717. another
  718. > 2-3 months to make sure all bugs and problems are ironed out from the
  719. product
  720. > before they commit to it.
  721.  
  722. I have no doubt that he's correct.  However, the article, which appeared
  723. in the July 27 issue of MacWeek, did say "the new ProDrive ELS series ...
  724. is already in production and will ship to distributors and OEMs next
  725. month."  I know that vendors preannounce products, but if MacWeek is
  726. accurate in their statement, OEMs should have gotten the drives sometime
  727. in August (or sometime this month--if we really want to be charitable).
  728.  
  729. Since the OEMs only need to come up with a power supply and case, we
  730. should begin to hear something within the next month or so about the
  731. new drives.  I am holding off my purchase of a 105 MB hard drive pending
  732. some word on the new drives.  (My 11 year-old son, who is heir to the old 45MB
  733. Jasmine, is less than pleased aboutthe  holding pattern on the purchase of a
  734. new drive).  So I'm curious as to whether I'll be waiting for six weeks,
  735. six months or six years!
  736.  
  737.  
  738. Jeffrey Fritz
  739. jfritz@wvnvm.wvnet.edu
  740. West Virginia University
  741.  
  742. ------------------------------
  743.  
  744. Date: Wed, 9 Sep 92 08:54:45 EDT
  745. From: JLI%CWRCL.DECNET@cwjcc.INS.CWRU.Edu
  746. Subject: FullWrite Pro
  747.  
  748. First, a thanks to all of you out there for your help
  749. on the autodoubler/movie question.
  750.  
  751. I have decided to keep on using FullWrite Pro in spite
  752. of the fact that it is no longer supported since I could
  753. not find anything to replace its citation capabilities
  754. (I tried Framemaker and was impressed by all it could
  755. do, but it (the demo) seemed to run slowly and that
  756. was annoying).
  757.  
  758. With that introduction....my question:
  759. When I delete a word in most word processors the
  760. space next to the word goes as well (ie selecting
  761. the word sets the space up for deletion). In Fullwrite
  762. Pro only the word is deleted and I am left with two
  763. spaces between words.  I CAN live with this but it
  764. is really annoying.
  765.  
  766. Does anyone out there know how to get FullWrite Pro
  767. to use a 'smart word delete' ?
  768.  
  769. As usual, thanks for any help....
  770.  
  771. m i k e silverstein
  772.  
  773. ------------------------------
  774.  
  775. Date: Wed, 9 Sep 92 00:06 CDT
  776. From: kam@ddsw1.mcs.com (Kevin Mitchell)
  777. Subject: Info-Mac Digest V10 #211
  778.  
  779. GIFConverter 2.3b2 is _almost done_. The bug reports were more
  780. numerous and cut deeper into the program than I anticipated. This
  781. version should be a _lot_ better.
  782.  
  783. By _almost done_, I mean that I'm taking a break right now from
  784. working on it. I need to make some final tests and package it up.
  785.  
  786. It will work better with changing the number of colors, reading
  787. and writing JPEG files, System 6 (sorry 'bout that). It should
  788. crash a lot less.
  789.  
  790.  
  791. --
  792. Kevin Mitchell -- kam@chinet.chi.il.us -- Chicago, IL
  793.  
  794. ------------------------------
  795.  
  796. Date: 9 Sep 92 09:02:00 CST
  797. From: "Coons, David" <ekdfc@ttacs1.ttu.edu>
  798. Subject: MacTCP licensing
  799.  
  800. There was a message here recently that began:
  801.  
  802. > I have recently downloaded the MacTCP control panels from sumex (in
  803. > the Eudora release).  I am using them in conjuction with the NCSA
  804. > telnet.mactcp program and trying out LeeMail 1.2.4 on a MacIIsi with 5
  805.  
  806. I spoke a few weeks ago with Apple's Software Licensing Department
  807. (ASLD) about MacTCP.  NCSA has acknowledged that their current
  808. non-MacTCP version of Telnet runs poorly if at all on the Quadra; the
  809. MacTCP version, however, works fine.  I asked ASLD how Quadra owners
  810. could go about getting MacTCP.  The person I spoke with said there are
  811. three ways to obtain MacTCP:
  812.  
  813.    -   "Commercial Use License", in which the developer pays a fee in
  814.        order to distribute MacTCP with their product; this is the
  815.        route Eudora and PATHWORKS for Macintosh have taken;
  816.    -   "Internal Use License", where the organization pays Apple a
  817.        one-time fee for the right to distribute any number of copies
  818.        of MacTCP within the organization; the cost to our university
  819.        for this license, for example, would be $1,000;
  820.    -   Buy a single end-user copy from APDA for $100.
  821.  
  822. I then asked if a person could use the MacTCP they obtained from
  823. Eudora (a free program) with NCSA Telnet.  The answer was no, it can
  824. only be used with the program it came with, in this case Eudora.
  825.  
  826. This is a pretty interesting situation.  Legally and ethically, since
  827. our campus hasn't purchased an Internal Use License, I must advise our
  828. users that in order to get MacTCP for use with Telnet, they must buy
  829. it from APDA for $100.  But then one of their friends finds MacTCP
  830. inside a package of Eudora, gives it to them, and all of a sudden I
  831. look like I'm working on commission from Apple.  It's similar to the
  832. ShareWare paradox: "But someone gave it to me for free.  Why should I
  833. pay for it now?"
  834.  
  835. Not , just wanted to let you know what I found out.
  836.  
  837.  
  838. David Coons, Microcomputer Specialist                  ekdfc@ttacs1.ttu.edu
  839. Academic Computing Services, Texas Tech University       ekdfc@ttacs.bitnet
  840.  
  841. ------------------------------
  842.  
  843. Date: Thu, 10 Sep 92 00:24:35 +0200
  844. From: "CHRISTIAN F. BUSER" <cbuser@pegasus.ch>
  845. Subject: NEC CDR-35 drive
  846.  
  847. Does anyone know which is the most recent driver
  848. software for a NEC CD-ROM model CDR35 - and
  849. where I can get them? I bought such a drive
  850.  second-hand, and on the disk which came with
  851. it were those files:
  852.  
  853. NecCDDrvr NEC CD-ROM driver v2.0 of Feb 9, 1990
  854. Foreign File Access v 1.0 of Dec 13, 1989
  855. High Sierra File Access v. 2.0.1 of Jan 12, 1990
  856. ISO 9660 Access v. 1.1 of Aug 2, 1988
  857. Music Box application v.? of Feb 12, 1990
  858.  
  859. I already wrote a letter to NEC in the United States,
  860. but it seems they either don't want to reply or they
  861. never received it.
  862.  
  863. Thank you for all suggestions.
  864.  
  865. Christian F. Buser          cbuser@pegasus.ch
  866.  
  867.  
  868. ------------------------------
  869.  
  870. Date: Wed, 09 Sep 92 01:42:46 EST
  871. From: Murph Sewall <SEWALL@UCONNVM.UCONN.EDU>
  872. Subject: Need beep randomizer (R)
  873.  
  874. On Tue, 8 Sep 92 07:54:02 PST you said:
  875. >Darren Cokin <cokin@aludra.usc.edu> writes:
  876. >>I have been reading the digests for a while, and I remeber there was a
  877. >>program that would play a different sound for every system beep.
  878. >
  879. >It's called Speed Beep, and it's up to version 2.0.6 now. I don't know if
  880. it's
  881. >on sumex...
  882.  
  883. Was at sumex but is no longer.  Archie probably can locate a copy.
  884. /info-mac/sound/program/sound-manager-package-175.hqx will not only
  885. randomize sysbeeps, but disk ejects, disk inserts, trash sounds, and a
  886. passel of others.  The sounds don't even have to be in the System
  887. folder, much less in System.  I've currently got about 135 sysbeeps in a
  888. 1.1 MByte snd suitcase ;-)
  889.  
  890. ------------------------------
  891.  
  892. Date: Wed, 9 Sep 1992 18:33 EDT
  893. From: ROBERT_BROCKMAN <CDBSDUC@grove.iup.edu>
  894. Subject: PB100 QUESTIONS
  895.  
  896. Some quick questions for you Powerbook 100 owners out there!
  897.  
  898. I'm preparing to purchase one (probably from Citibank; the deal that Murph
  899. mentioned the other day), but need some advice/answers:
  900.  
  901. 1. Is it possible for me to add the RAM (MacConnection has a 4mb card for
  902. $199) myself, or do I have to take it two hours away to my nearest dealer
  903. and pay him or her to do it? I know from reading the PowerBook files in the
  904. /report directory on sumex-aim that the 140 and 170 are difficult to open,
  905. but it made no reference to opening the 100.
  906.  
  907. 2. Since it comes only with a 20mb drive, I'll need some sort of
  908. disk-doubling program. I've ignored most of the AutoDoubler/SpaceSaver/
  909. MoreDiskSpace/WhateverElseThereIs wars over the past few months, so I'm open
  910. for suggestions: on a PB100, with 6mb of RAM, and a 20mb disk, what would
  911. YOU use?
  912.  
  913. I'd appreciate any answers/opinions as soon as possible --- everyone's
  914. running out of 100's and I've just recently decided I have to have one :-)
  915. to finish my dissertation etc.
  916.  
  917. Thank you,
  918.  
  919. Robert Brockman  CDBSDUC@IUP.BITNET  or  CDBSDUC@GROVE.IUP.EDU
  920.  
  921. ------------------------------
  922.  
  923. Date: Tue,  8 Sep 1992 20:09 MST
  924. From: <FRIESEN%NAUVAX.BITNET@Forsythe.Stanford.EDU>
  925. Subject: plugging in a lot in my mac
  926.  
  927. Well, after I decided to wait and buy an optical disk drive in 6 months
  928. to 1 year, I ran out of HD space and had to buy a Syquest 88MB.
  929.  
  930. My question is this...I would like to have the drive power up with my IIci
  931. Would it pull to much on the ci's power supply if I plugged the drive in
  932. the back of the IIci and then plugged the monitor (which is currently plugged
  933. into the back of my ci) into the back of the Syquest drive (it has two
  934. power outs)?
  935.  
  936.         Thanks in advance...
  937.  
  938.                 Aric Friesen
  939.  
  940. ------------------------------
  941.  
  942. Date: Wed, 9 Sep 92 13:54:27 CDT
  943. From: ehfm@midway.uchicago.edu
  944. Subject: PowerBook 100 docking problem
  945.  
  946. I have a PowerBook 100 4/40 with Apple's HDI-30 SCSI disk adapter
  947. (M2539LL/A). I am trying to dock the PB to a Mac SE w/NewLife 25MHz
  948. accelerator board. The SE is running System 7.0 with Tune-Up v1.1.1 and has
  949. 4mg RAM.
  950.  
  951. I can dock the PowerBook 100 to the SE and it will show up on the SE's
  952. desktop. I can transfer files from the PB to the SE, but every time I try
  953. to transfer a file to the PB, the operation fails -- the file is read, it
  954. starts to write, and then everything hangs and I have to restart the SE. I
  955. have tried different terminators, & different cables. I have reformatted
  956. both the SE's hard drive and PowerBook's drive using Apple's software and
  957. FWB's Hard Disk ToolKit. I have tried this with the PB running System 7.0.1
  958. and 6.0.8. I have called NewLife, FWB, and Apple. NewLife acknowledges that
  959. their board slows the SCSI transfer rate just a tad, but they don't think
  960. their board is the cause. FWB says that it has heard of similar problems,
  961. but they are still waiting for the appropriate Apple cable to test out on a
  962. PB 100. Apple is willing to pick the PB up and check it out, but I would
  963. rather spare Apple and myself the hassle if the problem lies outside of the
  964. PB 100.
  965.  
  966. Both the SE and the PowerBook have Conner drives; 40 for the PB, 120 for
  967. the SE.
  968.  
  969. Would anybody have a clue as to why the transfer works from the PB->SE, but
  970. fails from SE->PB?
  971.  
  972. Yes, I have tried this with all extensions (except the NewLife ones)
  973. disabled on the SE.
  974.  
  975. Thanks.
  976.  
  977. ------------------------------
  978.  
  979. Date: Wed, 9 Sep 92 09:33:18 -0400
  980. From: page@osiris.phy.uqam.ca (Christian Page)
  981. Subject: Problem compiling zmodem
  982.  
  983.  
  984. I've just downloaded zmodem for unix from here at sumex, and I can't compile
  985. it. I get these errors:
  986. accom: Error: rz.c, line 349: prototype parameter 2 type must have all
  987. qualifier
  988. s of actual arg (except`outermost`) and pointed to types must be compatible
  989. (ANS
  990. I 3.3.2.2,3.3.16.1)
  991.     if (signal(2    , bibi) ==      ((SIG_PF)1) ) {
  992.        -----------------------^
  993. accom: Error: rz.c, line 349: Argument 2 Type Doesn't Match prototype
  994. descriptio
  995. n; prototype:  pointer to function returning void is different from actual:
  996. poi
  997. nter to function returning int
  998.     if (signal(2    , bibi) ==      ((SIG_PF)1) ) {
  999.        -----------------------^
  1000. accom: Error: rz.c, line 353: prototype parameter 2 type must have all
  1001. qualifier
  1002. s of actual arg (except`outermost`) and pointed to types must be compatible
  1003. (ANS
  1004. I 3.3.2.2,3.3.16.1)
  1005.         signal(2        , bibi); signal(9       , bibi);
  1006.        -------------------------------^
  1007. accom: Error: rz.c, line 353: Argument 2 Type Doesn't Match prototype
  1008. descriptio
  1009. n; prototype:  pointer to function returning void is different from actual:
  1010. poi
  1011. nter to function returning int
  1012.         signal(2        , bibi); signal(9       , bibi);
  1013.        -------------------------------^
  1014. accom: Error: rz.c, line 353: prototype parameter 2 type must have all
  1015. qualifier
  1016. s of actual arg (except`outermost`) and pointed to types must be compatible
  1017. (ANS
  1018. I 3.3.2.2,3.3.16.1)
  1019.         signal(2        , bibi); signal(9       , bibi);
  1020.        -------------------------------------------------------^
  1021. accom: Error: rz.c, line 353: Argument 2 Type Doesn't Match prototype
  1022. descriptio
  1023. n; prototype:  pointer to function returning void is different from actual:
  1024. poi
  1025. nter to function returning int
  1026.         signal(2        , bibi); signal(9       , bibi);
  1027.        -------------------------------------------------------^
  1028. accom: Error: rz.c, line 355: prototype parameter 2 type must have all
  1029. qualifier
  1030. s of actual arg (except`outermost`) and pointed to types must be compatible
  1031. (ANS
  1032. I 3.3.2.2,3.3.16.1)
  1033.     signal(15       , bibi);
  1034.        -----------------------^
  1035. accom: Error: rz.c, line 355: Argument 2 Type Doesn't Match prototype
  1036. descriptio
  1037. n; prototype:  pointer to function returning void is different from actual:
  1038. poi
  1039. nter to function returning int
  1040.     signal(15       , bibi);
  1041.        -----------------------^
  1042. accom: Warning 100: rz.c, line 497: statement not reached
  1043.     }
  1044.        -^
  1045. accom: Error: rz.c, line 689: prototype parameter 2 type must have all
  1046. qualifier
  1047. s of actual arg (except`outermost`) and pointed to types must be compatible
  1048. (ANS
  1049. I 3.3.2.2,3.3.16.1)
  1050.     signal(14       , alrm); alarm(n);
  1051.        -----------------------^
  1052. accom: Error: rz.c, line 689: Argument 2 Type Doesn't Match prototype
  1053. descriptio
  1054. n; prototype:  pointer to function returning void is different from actual:
  1055. poi
  1056. nter to function returning int
  1057.     signal(14       , alrm); alarm(n);
  1058.        -----------------------^
  1059.  
  1060. I'm using a Silicon Graphicswith IRIX 4.0.1. Can anyone help on this?
  1061.  
  1062. Thanks a lot!
  1063.  
  1064. ------------------------------
  1065.  
  1066. Date: Wed, 9 Sep 92  11:04 BST
  1067. From: RICHARD LIM <RTL%SIVA.BRISTOL.AC.UK@Forsythe.Stanford.EDU>
  1068. Subject: QT PICTs and ClarisWorks (PS)
  1069.  
  1070. I meant to add one thing: if ClarisWorks is very clever and able to save
  1071. QT PICTs by throwing them back at the OS, on the other hand it is still
  1072. Wild Magic-incapable!  (Why?)
  1073.  
  1074. ------------------------------
  1075.  
  1076. Date: Wed, 9 Sep 92  10:10 BST
  1077. From: RICHARD LIM <RTL%SIVA.BRISTOL.AC.UK@Forsythe.Stanford.EDU>
  1078. Subject: QuickTime PICTs and ClarisWorks
  1079.  
  1080. Recently I noticed some undocumented behaviour of ClarisWorks 1.0v3 when it
  1081. comes to making use of QuickTime-compressed PICTs.  This somewhat confounded
  1082. my understanding of how the QT-PICT format was meant to work.  Here's what
  1083. I observed; I'll follow it up with a couple of questions:
  1084. (1)   Open any QT-compressed PICT (somebody ought to come up with a new
  1085. abbreviation for these, like, I dunno, PICT3?) using ClarisWorks.  You'll
  1086. be pleasantly surprised that CW will do this without requiring tons of
  1087. memory.
  1088. (2)   Manipulate it in some way - resize it, draw green triangles over it,
  1089. type text nearby, whatever.
  1090. (3)   Save your effort as a PICT.  This is where I was surprised - the
  1091. result is still QT-compressed.  In fact if you save it in CW format it's
  1092. still very small relative to normal PICT2.
  1093. Questions:  I had assumed that most applications would happily open QT-PICTs
  1094. but would save in ordinary PICT2 format, and that you needed a compressor
  1095. program to squash the results back into QT-PICT format.  Is the behaviour
  1096. exhibited by ClarisWorks becoming standard now for other graphics packages -
  1097. ie QT-PICT in, QT-PICT out, unbeknown to the user?  What really happens in
  1098. memory, ie how is that the decompressed PICT reverts to being compressed
  1099. when it is saved, or is this a decision made by the application?
  1100. It is neat that QT-PICTs masquerade as ordinary ones and hence are sort
  1101. of transparent to anything as long as QT has been inited, but my own
  1102. feeling is that this can lead to confusion.  Most people still don't have
  1103. QT and therefore applications really should default to the ordinary PICT
  1104. format when saving, or at least tell you what they're doing
  1105.  
  1106. ------------------------------
  1107.  
  1108. Date: Wed, 9 Sep 1992 08:34:22 -0800
  1109. From: Mike_Dustan@sfu.ca
  1110. Subject: Restarting with ColorSwitch (NOT)
  1111.  
  1112. A while ago I mentioned here that you could restart the Finder by changing
  1113. the colour depth with ColorSwitch. This is not true; my machine has two
  1114. screens, one colour and one b/w (no grey). This seems to confuse
  1115. ColorSwitch in some way so that certain applications, including the Finder,
  1116. die when it is invoked. When I disconnect the Radius, ColorSwitch works as
  1117. expected. I suspect this is ColorSwitch's problem, not Radius'.
  1118.  
  1119. Apologies to any I misled.
  1120. Mike Dustan, Computing Services, Simon Fraser University, Burnaby, BC Canada
  1121.  
  1122. ------------------------------
  1123.  
  1124. Date: Wed, 9 Sep 92  11:01 BST
  1125. From: RICHARD LIM <RTL%SIVA.BRISTOL.AC.UK@Forsythe.Stanford.EDU>
  1126. Subject: Savvy
  1127.  
  1128. Have downloaded Savvy; very nice.  But what do those letters in an
  1129. application's Get Info window mean (no documentation was supplied)?
  1130. "H" presumably means high-level event aware, but how about S and R?
  1131. There's probably a few I haven't seen yet!
  1132.  
  1133. ------------------------------
  1134.  
  1135. Date: Wed, 09 Sep 92 14:36:16 CDT
  1136. From: Larry Pickett <C4898@UMSLVMA.UMSL.EDU>
  1137. Subject: Security and network connections for PowerBooks
  1138.  
  1139. We are about to outfit a "Caseroom" with 57 powerbooks.  We wish to include
  1140. them in the campus netword and are very concerned about the drawbacks to
  1141. their portability in this situation as they will (hopefully) remain in
  1142. the caseroom at all times.  Thus my two questions any experience with
  1143. securying these beasts?  I know about Cable Safe and PowerLock and have
  1144. heard about LockIt Note (however the phone number I have is not theirs and
  1145. I'd appreciate a recent one)  any other solutions.  Second issue we wish to
  1146. attach these to the campus net probably ethernet any good products there
  1147. with particular attention to solving the problem of stress on the SCSI
  1148. port if that is the place to connect the wire.  For the present resist
  1149. the temptation to ask why anyone would expose themselves thusly and also
  1150. asking where this shopping center is being put.  I can't defend this choice
  1151. with the portability problems inheritent here.
  1152.  
  1153. ------------------------------
  1154.  
  1155. Date: Wed, 9 Sep 1992 09:35 PST
  1156. From: Magic <MGOMES%SCU.BITNET@Forsythe.Stanford.EDU>
  1157. Subject: Serial Port C Code (Q)
  1158.  
  1159. I am looking for a bit of code in C (I'm using Think C) which will grab
  1160. standard ASCII from the serial port on my Mac.  This is one way.  I will
  1161. not have to send to the serial port.
  1162.  
  1163. Does anyone know where I can get information about this?  I may not even
  1164. be asking the right question, but I thought I might try.
  1165.  
  1166. Thanks for you help...
  1167.  
  1168. -Matt
  1169.  
  1170. ------------------------------
  1171.  
  1172. Date: 9 Sep 92 17:19:21 U
  1173. From: "bsmorgan" <sdrc!netgroup!bsmorgan@uunet.UU.NET>
  1174. Subject: Servers, modems
  1175.  
  1176.                Subject:                               Time:4:59 PM
  1177.   OFFICE MEMO          Servers, modems                        Date:9/9/92
  1178. Hi netters -
  1179.    I am investigating putting a server on our apple talk network and could use
  1180. some ideas/advice:
  1181.    We will have 10-15 Mac's hooked up, running system 7, with 3 laserjets.  We
  1182. would like to run a 4th Dimension database on a server which could be accessed
  1183. by the other users.
  1184. In addition, we would like to have a FAX/modem on the server, which would
  1185. allow
  1186. dial-in for file access and Quickmail access, as well as allowing sending
  1187. FAX'es directly from the Mac's on the net.
  1188.     Any help would be appreciated!
  1189.      Thanks,
  1190.        Brian
  1191.       bsmorgan@sdrc.com
  1192.  
  1193. ------------------------------
  1194.  
  1195. Date: Wed, 09 Sep 92 13:19:41 CDT
  1196. From: Robert Blystone <RBLYSTON@VM1.TUCC.TRINITY.EDU>
  1197. Subject: software location
  1198.  
  1199. Several questions concerning software availability and FTP sites.
  1200. 1.  There is software by the name of Mac Wireman that allows a Mac
  1201.       to interface with a CRAY. Does anyone know the version and where
  1202.       I can get it, preferably an FTP site.
  1203. 2.  What is the current version of MacMolecule and is there an FTP
  1204.       site for it?
  1205.  
  1206. Thanks for any help and my apologies for overlooking potential obvious
  1207. sources.  RBLYSTON@trinity.edu   Blystone in Texas
  1208.  
  1209. ------------------------------
  1210.  
  1211. Date: Wed, 09 Sep 92 12:47:32 BST
  1212. From: John McKinley <jdm16@phx.cam.ac.uk>
  1213. Subject: SSMP for CTB
  1214.  
  1215. Is there an SSMP tool for the Comms Toolbox? If so, from where and how do I
  1216. obtain it? Given that SSMP is rather specific to the UK, I guess that there is
  1217. little chance of there being such a thing around.
  1218.  
  1219. SSMP is the Simple Screen Management Protocol, intended for driving full
  1220. screen
  1221. editors across serial lines. Some machines here support it. Few others, I
  1222. think.
  1223.  
  1224. ------------------------------
  1225.  
  1226. Date: Wed, 09 Sep 92 20:25:22 HAE
  1227. From: Denis Gauthier <5703DGAU@LAVALVM1>
  1228. Subject: Word 4.0 and gray cell
  1229.  
  1230. Hi from Quebec
  1231.  
  1232. With Word 4.0, how could i create a cell in a table that will be fill
  1233.  with gray
  1234.  
  1235.  
  1236. Denis Gauthier
  1237. Universite Laval
  1238. 5703DGAU at vm1.ualval.ca
  1239.  
  1240. ------------------------------
  1241.  
  1242. End of Info-Mac Digest
  1243. ******************************
  1244.