Is there a way to connect to the Internet with the OS9 version? I see there's a "SOCKET" option for the OPEN command using UNIX and OS X. Is there anything...
103
hotpaw2
Dec 19, 2004 7:44 pm
The OS9 release of Chipmunk Basic has had no new features for about 3 years, only cross-compiled bug fixes common to all platforms All my test Macs now run OS...
104
neal_bhadkamkar
Dec 31, 2004 8:50 am
The notes with the November release indicate that there is support for jpeg sprites. Any pointers on how to create and use one (a jpeg sprite)?...
105
neal_bhadkamkar
Dec 31, 2004 8:55 am
Hi. I just joined the forum and was wondering if you ever figured out how to create your own sprites for graphics? I've just posted a question regarding jpeg...
106
Jim DeVona
jd_anoved
Jan 5, 2005 11:13 pm
Hello, list - Is there a way to test what version of Chipmunk Basic is running your program, particularly, whether it is the command line or windowed version?...
107
sholtom
Jan 6, 2005 10:56 am
Hello, There seems to be a couple of messages missing. I was wondering whether they might have been replies to my previous post. Does anyone know whether there...
108
crzdmaniac123
Jan 7, 2005 12:16 am
I am pretty new to programming. I have been doing it since september (a school course) and according to my teacher we are just about to get into games soon....
109
Richard L Bianchi
gripperusa
Jan 7, 2005 4:37 pm
... wrote: Check out Message #51 & 52, you can use the errorstatus. - Rick ... your ... or ... to...
110
hotpaw2
Jan 7, 2005 7:22 pm
In order to keep the signal-to-noise ratio reasonable, spam email which is unrelated to Chipmunk Basic is occasionally removed from these mailing list...
113
Jim DeVona
jd_anoved
Jan 9, 2005 4:09 am
Hi - just thought I'd let any Mac OS X users out there know I've posted a chipmunk basic syntax mode for the code editor Mi (http://www.mimikaki.net/en/) to my...
114
yeefam48
Jan 10, 2005 6:28 pm
Hi, Trying to use Chipmunk basic to perform simple text file modifications - I am confused as to where to put the file so it could be found. I am currently...
116
yeefam48
Jan 10, 2005 8:24 pm
... as ... Found the default path - it is my Documents. Now trying to figure out if there is a 257 record length is a problem. My file is also be identified as...
117
yeefam48
Jan 10, 2005 11:18 pm
... confused ... problem? ... I think I got it all working - as well as I can. • Problems in reading records greater then 254 - seems to truncate read, next...
118
hotpaw2
Jan 11, 2005 8:01 pm
Chipmunk Basic can open and read both MacOS and unix formatted files, as well as DOS formatted files. Use open "SFGetFile" for input as, and print the...
120
yeefam48
Jan 12, 2005 3:08 am
... files, as well as ... get the full file path ... truncated on input (10 or 13 ... more input and then ... concatenate longer input ... character-by- ... ...
121
Jim DeVona
jd_anoved
Jan 12, 2005 3:45 am
Hi folks, I posted another rudimentary chipmunk basic syntax module on my site at http://bingweb.binghamton.edu/~jdevona0/computers/index.html#cbas, this time...
122
Jim DeVona
jd_anoved
Jan 12, 2005 5:15 pm
Is there a way to get the height and width (in terms of text rows and columns) of the text console? Sort of like how you can set its position and size using...
123
yeefam48
Jan 21, 2005 10:18 pm
... Can print more then 254 character records - just can't read more then 254. Going through and fixing a 650MB (2.8 million record) file....
124
Jim DeVona
jd_anoved
Jan 24, 2005 3:48 am
Hi: is it possible to use the macfunction("hideMenuBar") routine in the Mac OS X windowed version of chipmunk basic? It doesn't hide anything on my machine,...
125
gschnaubelt
Feb 8, 2005 4:14 am
... I have just started using Chipmunk Basic under OS X. Please, spell it out for me in words of one syllable - I can't figure out where to put files so that...
126
gschnaubelt
Feb 8, 2005 1:23 pm
... Okay, taking a closer look, I realized that the answer to my question was already to be found here, almost in words of one syllable! Have figured out the...
127
gschnaubelt
Feb 10, 2005 2:12 pm
When data is input from a file using the statement "while not eof(3) : input #3,x" the last value in the file is used twice, so the output values have one more...
128
krlb@...
gripperusa
Feb 11, 2005 12:16 pm
This sounds like this there is something else wrong with your code, could you show little bit more of the program? Thanks - Rick...
129
gschnaubelt
Feb 12, 2005 4:54 am
... have ... do ... Here is the short routine - I think the calculation part is probably too clumsy, but for the meantime, it gives the correct results. 10 cls...
130
hotpaw2
Feb 14, 2005 1:23 am
eof is set by trying to input past the end of a file, so you need to check eof() *after* your input statement. Something like: while ... input #3, ... if...
131
hotpaw2
Feb 14, 2005 1:36 am
Using the command-line version of Chipmunk Basic, one could try piping the output of the "stty -a" command directly or into a file, and reading the first line...
132
gschnaubelt
Feb 14, 2005 5:41 pm
Thank you very much for the help. The other problem I mentioned, that not all data was being saved to the output file, was caused by the way the input file was...
133
marcelkavka
Feb 21, 2005 6:39 pm
Hi! I've just upgraded from os9 to osx and I am missing the macfunction("fetchhttp"...) in chipmunk 3.6. Any help? thanks marcel...
134
marcelkavka
Feb 24, 2005 3:20 pm
Hi! sorry for message 133 - my mistake. macfunction "fetchhttp" of course still works on OSX but unfortunately I switched to DSL via ethernet in the meantime....
135
toby501
Feb 26, 2005 7:30 am
Any hams out there that remember the 73 magazine? In the 73 MAGAZINE MAY, 1980 issue, Dennis Mitchell K8UR article, Antenna Engineer - Predicting performance...