Quote:
>> I have PowerMac 7600 (133MHz) with MacOs 9.1 and i've made simple
>> calculator with REALBasic 3.1 demo.
>> But my calculator(built) works very slowly? Is it because I'm using
>> demo version or is it because of my computer?
RB apps are not slow. Especially if you know what you are doing.
If you don't know what you are doing, you will ask your computer to do
things in a very inefficient way.
For example you might have code that instead of putting a result of a
calculation needed in a long loop, into an integer variable, the code
calculates this every single time it is needed in the loop, even
getting the source parameters from editfields!
Sounds really stupid, but I have seen this kind of code around so
often. You end up with slower code, and larger code.
Try reading www.elfdata.com/programmer (then click on "tips") to find a
lot of information on how to make your RB code fast.
--
Email Cleaner does convenient re-wrapping on badly wrapped emails and
newsgroup-posts. Badly wrapped lines is a problem every Internet User
comes across, Email Cleaner solves it! It also has many other features.
Email Cleaner works from inside all of your Mac programs, from one
button click.
<www.elfdata.com/emailcleaner/>