This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (25 messages)
My dealer hear about this and made a call to CEI they read the announcement over the phone to him and later sent him the fax about noon today (Saturday EST). The question is, since Commodore Business Machines (USA), Commodore Business Machines LTD (CANADA), Commodore/Amiga (UK), Commodore Germany, etc. are…
The Fairfield County Amiga Users Group (F.C.A.U.G) meets at the Danbury Hospital, Danbury the 2nd Saturday of the every month. If you want info call me during the day 9-5 at 488-1333 ask for Woody or just email me.
8MB & 68020 for Sale
Message #96258
For sale: SupraRam 2000 memory expansion board with 8MB installed for Amiga 2000 Includes docs, software and extra 1 x1 drams I have left over. CSA Midget Racer accelerator 68020 with 68881 for the Amiga 500 or 2000. Replaces the 68000 processor. Includes docs and software. Price: Best offer, buyer…
Paul If I am not mistaken on C='s MPEG board that was 6 minutes-> 54megs. The video looks like its 24 bit color but not sure.
Charles Yes I am certain that the area I did the Floodfill was all the same color. I drew a box solid color the did a floodfill to it and notice that some of the pixels had not changed changed color.
I had checked to make sure that there no other version of rexxarplib on his system and had rebooted it and I am still at a lost as why my problem is occuring. Is it something to do with ADOS 3.0 on a A4000?
Light24 & FC24
Message #52677
I notice lately that when I use floodfill solid or Dither I am getting ramdon pixels that are not changing color. They do not occuring in the same location all the time. Is this a problem with the version Light24 paint program I have or is my Firecracker board developing…
#RexxArplib & A4000
Message #32997
Background: I wrote a arexx script that uses rexxarplib.library 3.0 and it works find on my Amiga 2000 with ADOS 2.04. Problem: When I put the script and rexxarplib 3.0 on a friends Amiga 4000 ADOS 3.0 it will not run. The rexxarplib 3.0 is not getting loaded because the…
Thanks for the info.
#ARexx Shell Myster
Message #30257
To all I have run into a problem that I don't understand why it is occuring. Arexx script that runs fine from Wshell but when run from a Amigashell it has a problem unless I change one line of the script. Here is the section of the script that runs…
COMMAND indicates that the "waitforport Handson_rexx' command should be issued directly to DOS. "COMMAND" is on page 10-76 of the Arexx section of Amiga manual.
J. Scott Thayer Question, don't you need the line (address command) in both programs? I tried both programs you wrote but came up with and error on the last line of each. (rd x exit) and (run x exit) both returned (+++Command return 5) to the screen. When I added…
Jim I deleted my old T2400 file and let Whap! V1.1D initialization everything. I again did a catalog on the AmigaArts forum LIBs 6 & 7 for the past 6 days and the same thing happen when WHAP!s [D] (Download) tries to read AMIGAARTS.CAT the screen goes crazy and locksup.…
#Strang!
Message #669
Jim Got a strange one for you or is it me. I did a [C] (Catalog) on the AmigaArts Forum on LIBs 6 & 7 for the last 7 days. After Whap! logged off I hit the [D] button (DownLoad) the screen opened normally but in a few seconds strange…
Bill Assign Whap: Dh0:Whap then cd to that directory. I have it set up that way on my hard disk and it works find. I have already run it thur two of Amiga forums and have no troubles with reading messages or replying to them or your message. Make sure…
Jim Got Whap! running. All I can say is WOW!!!!! and the check is in the mail. Only comment I have is about View!. Messages that have more lines than be displayed on the screen do not start at the top of that message but jump to about the middle…
Yes, the problem only seems with waiting for "Password:" then calling a macro key. Glad I could be of help. Hayward
Yes, the problem only seems with waiting for "Password:" then calling a macro key. Glad I could be of help. Hayward
Richard I was having the same problem. The trouble was in my wait string (\P"password:"\w\m3 when I removed the colon from the word password (\P"password"\w\m3) it works fine. Note m3 (f3) is where I storied my password. I hope this helps. Hayward
Richard I was having the same problem. The trouble was in my wait string (\P"password:"\w\m3 when I removed the colon from the word password (\P"password"\w\m3) it works fine. Note m3 (f3) is where I storied my password. I hope this helps. Hayward
Keith I checked and there is a return key (\r). I wait for the new version and try again. Hayward
ACCESS!130????
Message #116023
Keith I have a problem with the new Access! 1.30. When I tried to do a down load on a local board with Xmodem, it immediately times out then aborts. I have used access! 1.29 with no problems on this same local board. I've checked how my defaults are setup…
#brush–>bob
Message #98605
There were two articles written on converting a brush to bob in AmigaBasic. One was in the Amazing Computing Vol.1/Number 7 and is available on AMICUS Disk 14. The other was in Amigaworld the Jan/Feb 87 issue. I have the one from Amigaworld and it works.
#brush–>bob
Message #98605
There were two articles written on converting a brush to bob in AmigaBasic. One was in the Amazing Computing Vol.1/Number 7 and is available on AMICUS Disk 14. The other was in Amigaworld the Jan/Feb 87 issue. I have the one from Amigaworld and it works.
Jim Note that AmigaBasic's LPRINT does not carry out any ISO printer command codes. You have to use the OPEN and PRINT # commands. Example: OPEN "PRT:" FOR OUTPUT AS #2 PRINT #2 CHR$(27);CHR$(M);CHR$(15); and when your done with the printer CLOSE #2 Hope this is some help.