it will take some time until you have conquered the device.
Click to expand...
I've been learning that, but each time it does something I don't want it to, (I learn) and am ama…
I believe that keyboard simply switches the layout to Dvorak and back again to Qwerty--is this true? And, I'd hazard a guess that the 80/40 key switches the resolution in GR mode …
did you run a hardware test?
i wouldn't be too worried about no chiming. my sawtooth g4 has been doing that for a long time with no ill side effects.
Click to expand...
My dua…
68kMLATroubleshootingby bubbleman7546Thu, 26 Feb 2009 - 02:42
10.4 should be perfectly usable on a 900 MHz iBook. I would probably disable both Spotlight and Dashboard, but even on slow laptop hard disks I know some who persevere with them st…
I was surprised to see that the ibook series stayed with the G3 all the way to 900mhz, and I am just wondering how those run 10.4, and how the high end 900mhz G3 compare against a …
Mail is going rough for me right now. I am getting help from NTLK, and that has been great. I can't say enough good things about Ron Parker and Simon Bell. It does not like Yaho…
68kMLADevelopmentby freudlingWed, 25 Feb 2009 - 23:01
Join NTLK list
As for advice, the Newton is great, but takes a LONG time and a lot of patience to learn and get working properly. Once we have a proper knowledgebase site working…
68kMLANetworkingby freudlingWed, 25 Feb 2009 - 22:59
Hi,
Okay, l added the string variables, and it works perfectly! I guess I just made a few errors beforehand...
Just one more question, though...those two buttons labeled 'keyboa…
68kMLASoftwareby ApostropheWed, 25 Feb 2009 - 22:12
new
10 home
20 input "What state do you live in?";a
30 if a="Ohio" then goto 50
40 if a<>"Ohio" then goto 10
50 input "Correct! Type 'next' for the next questio…
Not having an Apple IIc handy but wanting the experience I went to http://www.calormen.com/Applesoft/index.htm and tried out the Applesoft Basic simulator that runs in Javascript. …
@nlp:
I already know SoftPC (also the (AFAIK latest) Version: SoftPC 3.1 professional), I tested and compared it carefully to SoftWindows-1-68k a while ago. SoftWindows is definit…
Can you post what your squiggly boxes look like. I'm not fluent in Tamil, but when I clicked your link in Safari 3.2.1, I got the following.
{
"lightbox_close": "Close",
…
68kMLASoftwareby istar1018Wed, 25 Feb 2009 - 15:57
My friend would like to be able to display Tamil pages on an eMac 1.42 GHz running Leopard, so his mom can use the computer when the PC is down because of viruses.
Currently, all …
68kMLASoftwareby Mike RichardsonWed, 25 Feb 2009 - 11:20
Thankyou for your responses.
If it's not booting without a chime (assuming speakers etc are working), it indicates it's failing its startup RAM test. I've a Powerbook 12" 8…
68kMLATroubleshootingby MielWed, 25 Feb 2009 - 08:03
DIM A$(1), B$(1), C$(1) or even simpler DIM A$, B$, C$
Click to expand...
Neither is necessary... the first will create arrays and the second AFAIK won't do anything. Simply c…
My prior post may go too far and create arrays of string variables, so also try the simpler
DIM A$(1), B$(1), C$(1) or even simpler DIM A$, B$, C$
I saw somewhere that Applesoft …
Just a guess...you may have to declare a$ first specifying a non zero maximum string length in bytes.
Try
Dim A$(64), B$(64), C$(255)
at the start of the program and see if that…
Thanks David--as I told wally, I've already tried string variables, but maybe I didn't do it right, or missed a few keys, etc.
When I turn the IIc on again tomorrow I'll try enter…
68kMLASoftwareby ApostropheWed, 25 Feb 2009 - 01:18