Lack of dedicated buttons on the ClassPad 300....
#1
Posted 05 June 2003 - 12:17 PM
I have owned a lot of Casio scientific and graphing calculators over the years, and I was thinking of getting the ClassPad just to "stay on top" of technology, but I am a bit concerned about the lack of dedicated buttons on the ClassPad. It seems to be lacking them and what I mean is a dedicated sine, consine, log, and the such. Is it a nuisnace to use the stylus to press the coresponding keys on the screen or would using the buttons be faster? I am all for the more power and capabilites, but I am afraid that the stylus will slow me down. Thanks.
#2
Posted 07 June 2003 - 09:02 PM
#3
Posted 07 June 2003 - 09:59 PM
#4
Posted 09 June 2003 - 05:36 AM
#5
Posted 09 June 2003 - 12:11 PM
I say that because the ClassPad it?s a expensive Calculator, of course they are great, but for ho has one AFX, I thing that they have ( for the moment ) a great calculator too..
#6
Posted 09 June 2003 - 07:16 PM
I only have a few minutes online so I'll make it short
The on-screen keyboard is not a problem
It's a bit slower than a physical one, but considering that you have several keyboards to chose from for different purposes you get pretty fast access to the most common functions, commands and tools
Drag and drop is very nice as well
Only real down side I can see is the contrast, it's a bit low
#7
Posted 10 June 2003 - 02:10 PM
#8
Posted 11 June 2003 - 08:45 PM
hello, I just got my classpad yesterday and here are a few things I've knoticed: the stylus does slightly slow down finding things, but this will probably lessen after using it for a time, just like it becomes easyer to find buttons on normal calcs. in additon the stylus makes just about everything else faster.Hi everyone,
I have owned a lot of Casio scientific and graphing calculators over the years, and I was thinking of getting the ClassPad just to "stay on top" of technology, but I am a bit concerned about the lack of dedicated buttons on the ClassPad. It seems to be lacking them and what I mean is a dedicated sine, consine, log, and the such. Is it a nuisnace to use the stylus to press the coresponding keys on the screen or would using the buttons be faster? I am all for the more power and capabilites, but I am afraid that the stylus will slow me down. Thanks.
on the basic language:
At first I was dissapointed by the new features: commpressing a file does not make it faster, just uneditable, there is no way to set the size or location of the split screens, ect... but then I relized I was looking at things form the perspective of a AFX/CFX programmer, the programs on the Classpad can't be made thinking like that because they have entirely diffrent strengths and I was trying to exploit entirely the wrong aspects of the language. Heres what I found: almost all types of selection using getkey or ? can be eliminated using the stylus. circles now appear instantly, no more waiting for them to draw. all forms of output are now instant, the text doent type out, it just appears. by using commands in a percice order you can control the positioning of the windows: ClrText:Cls causes the text screen to be on the bottom with the graph on top, Cls:ClrText does the oppisite. Locate is now poisitioned by pixels. GetKey can now return the key that breaks the programs without stoping execution. And lots more (gimme a break, I've only had the thing for a day)
#9
Posted 12 June 2003 - 09:31 AM
#10
Posted 12 June 2003 - 11:16 AM
#11
Posted 12 June 2003 - 01:55 PM
#12
Posted 14 June 2003 - 03:22 PM
Do you think that CASIO will release another traditional style graphing calc (AFX 3.0)? I think things are all going towards this PDA style interface. I would like to stay with the traditional style but if I do get a newer model I want to see what TI and HP come out with before I buy one. TI has released this V200 (which isnt anything new at all just a slightly modified and over-hyped TI-92 which has been out for years) and I have heard some believable rumors about an HP-49+ on the HP boards so maybe it isnt all going to a stylus based system. Do you think that HP would attempt a new calc of this style even considering its unsuccessful Xpander?
#13
Posted 14 June 2003 - 05:53 PM
#15
Posted 14 June 2003 - 08:19 PM
#16
Posted 19 June 2003 - 02:03 AM
You can do this on the 89:
140 -> sc
Disp "You scored " & string(sc) & " points"
This will print "You scored 140 points"
On the CP 300, you have to do this:
140 => sc
ExpToStr sc, temp
StrJoin "You scored ",temp,temp
StrJoin temp," points",temp
Print temp
Quite a bit more work!
Tom Lake
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users