Jump to content



Photo

Project: Cplua


  • Please log in to reply
858 replies to this topic

#841 ndzamana

ndzamana

    Newbie

  • Members
  • Pip
  • 13 posts
  • Gender:Male
  • Location:Poland

  • Calculators:
    ClassPad 300, fx-9860G SD, Algebra FX 2.0 Plus, CFX-9850G PLUS

Posted 13 December 2007 - 09:57 AM

If you are talking about my program, I haven't CPLua 0.9D... :blink: Where I can find it?

#842 ndzamana

ndzamana

    Newbie

  • Members
  • Pip
  • 13 posts
  • Gender:Male
  • Location:Poland

  • Calculators:
    ClassPad 300, fx-9860G SD, Algebra FX 2.0 Plus, CFX-9850G PLUS

Posted 17 December 2007 - 09:17 AM

In Lua there is also problem with special characters. How can I add it to my code. For example I want to break line in dialog.message box because I want to put there long text.

#843 Orwell

Orwell

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 777 posts
  • Gender:Male
  • Location:Paris - France

  • Calculators:
    Casio AFX 1.02 / Casio ClassPad 300

Posted 18 December 2007 - 09:55 PM

In Lua there is also problem with special characters. How can I add it to my code. For example I want to break line in dialog.message box because I want to put there long text.

I'm not sure this is possible... :unsure: Maybe you should better create your own custom dialogs to display more advanced items than just a simple line of text :)

Use this link: http://orwell01.free...ua/CPLua09D.zip

You should note use this version anymore: try CPLua 0.9E instead ;)
... until CPLua 1.0 finally comes :blush:

#844 The_AFX_Master

The_AFX_Master

    Casio Overlord

  • [Legends]
  • PipPipPipPipPipPipPip
  • 519 posts
  • Gender:Male
  • Location:Black Mesa Research Facility (sector C)
  • Interests:BASIC +FORTRAN 90+ C++.....and HALF LIFE

  • Calculators:
    Casio Algebra FX 2.0 Plus, Casio fx 570 ms, Classpad 300, And a crowbar

Posted 21 December 2007 - 02:41 AM

... until CPLua 1.0 finally comes :blush:


How are you going with that?.. I'm returning to CPLua programming again :D

#845 PierrotLL

PierrotLL

    Newbie

  • Members
  • Pip
  • 25 posts
  • Gender:Male
  • Location:France

  • Calculators:
    fx9860
    Classpad 330

Posted 26 January 2008 - 12:23 AM

I wait CPLua 1.0 also :rolleyes:

#846 Guest_help me dan_*

Guest_help me dan_*
  • Guests

Posted 15 April 2008 - 12:07 PM

:huh: can anyone tell me how to calculate log10 of 17.36 on a casio calculator, i cant do maths!
is log10 the same as log? x

#847 ndzamana

ndzamana

    Newbie

  • Members
  • Pip
  • 13 posts
  • Gender:Male
  • Location:Poland

  • Calculators:
    ClassPad 300, fx-9860G SD, Algebra FX 2.0 Plus, CFX-9850G PLUS

Posted 17 April 2008 - 09:46 PM

Hi! :) I've tried to make my own dialog and draw text on background. Hmm.... it doesn't work :blink: !
Can you tell me why?
[codebox]require("ui","draw")

dlg= ui.dialog{title="Message",x=1,y=10,width=157,height=190}

draw.onpict(dlg:getpict())

draw.text(1,1,"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",BLACK,14,1)

dlg:update()

result = dlg:execute()[/codebox]

#848 Guest_Reiben_*

Guest_Reiben_*
  • Guests

Posted 29 April 2008 - 03:03 AM

?como puedo asignar variables de CPLua a variables de la Class Pad?. Por ejemplo para asignar variables de Lua a un elemento de una lista en la Class Pad, como el comando "store". Ayuda!!!! :rolleyes:

#849 Kilburn

Kilburn

    Casio Technician

  • Members
  • PipPipPipPipPipPip
  • 491 posts
  • Gender:Male
  • Location:France
  • Interests:Blah

  • Calculators:
    FX-7500 G
    ClassPad 300

Posted 25 June 2008 - 05:14 PM

Hello there, I got back to CPLua programming (trying to do an useless game engine), and I was wondering if you are still working on this. I'm still using 0.8 but I quickly tested 0.9E and found a bug with draw.polygon. It appears to raise a fatal error when the first two parameters aren't tables.

Anyway, if you're still here, good luck! :greengrin:

#850 PAP

PAP

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 681 posts
  • Gender:Male
  • Location:Somewhere in Europe.
  • Interests:Computer Algebra, Numerical Analysis.

  • Calculators:
    ClassPad 300 (plus an old Casio model, with only a few Kb ram).

Posted 28 June 2008 - 11:24 AM

Anyway, if you're still here, good luck! :greengrin:

Hi Kilburn, long time no see! I'm still here from time to time, don't know much about the others.

#851 Orwell

Orwell

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 777 posts
  • Gender:Male
  • Location:Paris - France

  • Calculators:
    Casio AFX 1.02 / Casio ClassPad 300

Posted 30 June 2008 - 09:13 PM

Same here ;)

I try to stay informed about the evolution of the forum and the CP, but it seems that the "great era" of the CP is far away now :(
I still don't have the time to continue the project, and actually I didn't write a single line of C++ code for more than a year now (long live C# :P).

Oh, and if anyone is interested in getting CPLua's source code, just ask ;)

#852 PAP

PAP

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 681 posts
  • Gender:Male
  • Location:Somewhere in Europe.
  • Interests:Computer Algebra, Numerical Analysis.

  • Calculators:
    ClassPad 300 (plus an old Casio model, with only a few Kb ram).

Posted 30 June 2008 - 09:31 PM

I smell an abandoned project here :(

#853 Kilburn

Kilburn

    Casio Technician

  • Members
  • PipPipPipPipPipPip
  • 491 posts
  • Gender:Male
  • Location:France
  • Interests:Blah

  • Calculators:
    FX-7500 G
    ClassPad 300

Posted 01 July 2008 - 09:16 AM

Yeah, long time no see. Too bad the ClassPad community didn't last long. :( I'm still around here, seeing what's happening from time to time, and I'm pretty disappointed nobody seems to contribute anymore.

Oh, and if anyone is interested in getting CPLua's source code, just ask ;)


Well, I'd be glad to continue the project... if only I could get back my darn computer. You know, parents, studies, and all this boring stuff. I wish I had more time in my hands. :(

#854 The_AFX_Master

The_AFX_Master

    Casio Overlord

  • [Legends]
  • PipPipPipPipPipPipPip
  • 519 posts
  • Gender:Male
  • Location:Black Mesa Research Facility (sector C)
  • Interests:BASIC +FORTRAN 90+ C++.....and HALF LIFE

  • Calculators:
    Casio Algebra FX 2.0 Plus, Casio fx 570 ms, Classpad 300, And a crowbar

Posted 02 July 2008 - 08:23 PM

Nice to see you Kilburn.. i?m also busy with my university... But i?m doing CPLua programs again.. Now a Finite Element Analysis program for 2D problems, for sure will be a good program for those that need structure solving programs.

Sad to read about Orwell?s lack of time, seems to be a plague between all us no the forum :P... And the new guys don?t seem to be interested on programming anymore..It?s just evolution i think

#855 vanhoa

vanhoa

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 854 posts
  • Gender:Male
  • Location:Vietnam

  • Calculators:
    AFX 2.0, CP 300, CP 330, nSpire, TI 89, FX 5800

Posted 10 July 2008 - 12:19 PM

Here's a new download for CPLua 0.9E emulator. This screenshot will say all:

Posted Image

Link

^_^

#856 Jendem

Jendem

    Newbie

  • Members
  • Pip
  • 3 posts
  • Location:Porsgrunn, Norway

  • Calculators:
    Classpad 330
    fx-9860GII SD
    fx-9860G SDK

Posted 27 November 2009 - 10:30 AM

require("cas")

f=cas("2*x^2+3*x-4")

print(f(0.85))

Why do this print "nil"?

#857 PAP

PAP

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 681 posts
  • Gender:Male
  • Location:Somewhere in Europe.
  • Interests:Computer Algebra, Numerical Analysis.

  • Calculators:
    ClassPad 300 (plus an old Casio model, with only a few Kb ram).

Posted 26 November 2010 - 10:28 PM

Greetings,

I post this to let you know that I still use my CP, mainly my LNA in CPLua 09E. I recently decided to publish my latest LNA version (1.70), which I never published so far (latest published version is LNA 1.60). Version 1.70 is way more flexible than version 1.60, and I think it is a pity if I keep it for myself only.
However, I recently upgraded CP OS to latest version 3.05 (from version 3.00), and it seems CPLua 0.9E has a few (rather minor) problems with OS version 3.05. It is probably a memory overflow issue, which I guess it should not be so hard to get it fixed. So, I wonder if Orwell could reconsider his decision to abandon his great project.

In any case, it is obvious that the once upon a time great CP community is dead, and I wonder if anyone else here is interested to revive it... I missed the old good times... :(

#858 MicroPro

MicroPro

    Casio Overlord

  • Deputy
  • PipPipPipPipPipPipPip
  • 640 posts
  • Gender:Male
  • Location:Iran

  • Calculators:
    Casio ClassPad 300

Posted 27 November 2010 - 11:55 AM

:clap: :clap: :clap:
Hi! Glad to see one of old forumers here again.
I'm interested in new version of LNA, please share it!
I recently re-started programming with the SDK, updated the addin i'd previously written, and set up a small web site in Persian and was about to start writing a CPLua and LNA manual for the big number of Persian students which have ClassPad. Hadn't had enough free time yet but i hope i can start writing the manual one day.
Also i am hardly working on QBasic, a new add-in that is going to run CPBASIC programs faster than the built-in 'Program' application (maybe!!). I'm going to a beta version soon. :)
Really like to see the CP community as busy as before.

And... Oops... Orwell's profile: "Last Seen: 18th June 2010 - 05:43 PM" It seems he's too busy.

BTW, PAP, just out of curiosity, how much money did you pay for the OS update? You were against updating in the past!

Edited by MicroPro, 27 November 2010 - 12:15 PM.


#859 PAP

PAP

    Casio Overlord

  • Members
  • PipPipPipPipPipPipPip
  • 681 posts
  • Gender:Male
  • Location:Somewhere in Europe.
  • Interests:Computer Algebra, Numerical Analysis.

  • Calculators:
    ClassPad 300 (plus an old Casio model, with only a few Kb ram).

Posted 27 November 2010 - 02:32 PM

I'm interested in new version of LNA, please share it!

I will, as soon I could figure out what's happening, and finish the documentation of new features, added a long time ago, but still not documented...

I recently re-started programming with the SDK, updated the addin i'd previously written, and set up a small web site in Persian and was about to start writing a CPLua and LNA manual for the big number of Persian students which have ClassPad. Hadn't had enough free time yet but i hope i can start writing the manual one day.

Feel free to translate the LNA manual :rolleyes:

Also i am hardly working on QBasic, a new add-in that is going to run CPBASIC programs faster than the built-in 'Program' application (maybe!!). I'm going to a beta version soon. :)

Sounds interensting, but I have to say I don't think I will rewrite LNA in Qbasic... will need a lot of time, coffee, and cigarettes :blink: But we will see...

Really like to see the CP community as busy as before.

Me too, I admit I didn't expect any response so soon. :rolleyes:

And... Oops... Orwell's profile: "Last Seen: 18th June 2010 - 05:43 PM" It seems he's too busy.

Let's give him some time until he pays UCF a visit... who knows.

BTW, PAP, just out of curiosity, how much money did you pay for the OS update? You were against updating in the past!

I was against paying for an os update, and I still am, but you can download the 3.05 update from Casio's website (here). It is free, maybe you only need to register your CP (not sure, because I registered it a long time ago, but it seems not even that is neeeded). CP Manager is still commercial though, at least it seems so. Be warned the OS update didn't backed up my data correctly, so better back up everything before updating (as I did).

Edited by PAP, 27 November 2010 - 03:06 PM.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users