π
<-
Chat plein-écran
[^]

Release of FormulaPro v1

Programme équivalent à EEPro des TI-89, mais sur TI-Nspire, en Lua.

Re: Release of FormulaPro v1

Message non lude Adriweb » 11 Nov 2015, 23:11

Hi,

awinterstale33 a écrit:Enter in a variable for a value instead of a number.

Possible, yes, however we had taken extra steps (deleting all variables when solving) not to allow it "trivially". Because it's using solve() to do the calculations, user variables may interfere and it would be bad to have some value already there as a value for the solved variable, for instance... But if you know what you are doing and you are sure it won't interfere with the solving, you can simply declare your variable (with a prefix, maybe ? Like "my_theta" instead of "theta" if you wanted that) and use Lock my_theta. That way, FormulaPro won't delete it before solving and you will be able to use it as a variable/value.

awinterstale33 a écrit:Enter a global function for a value

That works the same way. Declare it and Lock it.

I've tested that successfully as well :)
Note that when you press enter it will evaluate the expression/function so you'll see the result directly, it won't keep the original input.

awinterstale33 a écrit:Copy the formulas and paste them into another problem/page.
If not, could the lua script be edited somehow to allow this?

I'm not sure why this wasn't a feature already, but you can simply put this at the end of the on.resize() function and you'll be able to copy/paste stuff from the Formulas popup window:
Code: Tout sélectionner
toolpalette.enableCopy(true)
toolpalette.enablePaste(true)
I'll update the GitHub repo and .tns soon. Edit: done (commit, download)

awinterstale33 a écrit:Also, the website to build a database (http://education.bwns.be/FormulaPro/) is not working anymore.

Oh, hmm, Jim was maintaining that, so I've asked him to see if he can restore it, and if I can, I may as well host it on TI-Planet somewhere.
The HTML+JS code is archived anyway, but there's a bit of PHP code for the tns generation that needs to be restored. He should reply soon.
Image

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 80.1%
 
Messages: 14605
Images: 1216
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

Re: Release of FormulaPro v1

Message non lude awinterstale33 » 12 Nov 2015, 08:06

Thanks for the quick response! I will give it a shot tonight.
Avatar de l’utilisateur
awinterstale33
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Prochain niv.: 0%
 
Messages: 6
Inscription: 11 Nov 2015, 21:33
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Release of FormulaPro v1

Message non lude awinterstale33 » 20 Nov 2015, 18:48

Any luck wit Jim? Or is there another way to generate a database besides the website?
Avatar de l’utilisateur
awinterstale33
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Prochain niv.: 0%
 
Messages: 6
Inscription: 11 Nov 2015, 21:33
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Release of FormulaPro v1

Message non lude Adriweb » 20 Nov 2015, 21:49

Ah, yeah sorry, he gave me the files so I should be able to host that here somewhere while he's restoring things on his server :)
I'll update the topic once it's done (probably later today).

You can generate your DB "manually" by editing the Lua file, but it's going to take longer.
Image

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 80.1%
 
Messages: 14605
Images: 1216
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

Re: Release of FormulaPro v1

Message non lude Adriweb » 20 Nov 2015, 22:38

Image

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 80.1%
 
Messages: 14605
Images: 1216
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

Re: Release of FormulaPro v1

Message non lude rafaelmarinho » 21 Nov 2015, 06:52



Hi :)
This generator is working properly? I can't add new formulas. :'(
Avatar de l’utilisateur
rafaelmarinho
Niveau 1: MD (Membre Débutant)
Niveau 1: MD (Membre Débutant)
Prochain niv.: 80%
 
Messages: 2
Inscription: 21 Nov 2015, 06:41
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Release of FormulaPro v1

Message non lude Adriweb » 21 Nov 2015, 07:09

Oops, fixed :)
Image

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 80.1%
 
Messages: 14605
Images: 1216
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

Re: Release of FormulaPro v1

Message non lude rafaelmarinho » 21 Nov 2015, 07:26

Thank you, a lot. This is a Great work. Thank you again! :D
Avatar de l’utilisateur
rafaelmarinho
Niveau 1: MD (Membre Débutant)
Niveau 1: MD (Membre Débutant)
Prochain niv.: 80%
 
Messages: 2
Inscription: 21 Nov 2015, 06:41
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Release of FormulaPro v1

Message non lude awinterstale33 » 31 Jan 2016, 04:32



I forgot to say thank you!! Sorry, I got caught up with school and couldn't work on my calculating much. But thanks again!

Also, I was wondering how the progress with EEPro/Formula Pro was going in general. Or more importantly, if there is still any hope of MEPro for us Mechanical Engineers!? I wish I could take ME Pro apart and try to adapt it for the Nspire, but I can't make sense of it opened in notepad.
Avatar de l’utilisateur
awinterstale33
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Prochain niv.: 0%
 
Messages: 6
Inscription: 11 Nov 2015, 21:33
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: Release of FormulaPro v1

Message non lude Adriweb » 31 Jan 2016, 04:52

Right now, the focus is on making/improving OpenSpire (≈ online GUI builder) and ETK (GUI Framework), which would then be used to create updates to FormulaPro (and possibly make an MEPro, but there is no planned ETA).
An initial version of OpenSpire should be available at the end of February...

But anyway, if a bug is found in the current FormulaPro (or a small feature request), though, we're listening and can hopefully quickly look at it.
A recent happening of that was a few months ago to add copy/paste support, as you know :)
Image

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)
Avatar de l’utilisateur
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 80.1%
 
Messages: 14605
Images: 1216
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

PrécédenteSuivante

Retourner vers FormulaPro Nspire (EEPro)

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 2 invités

-
Rechercher
-
Social TI-Planet
-
Sujets à la une
Comparaisons des meilleurs prix pour acheter sa calculatrice !
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
Phi NumWorks jailbreak
123
-
Faire un don / Premium
Pour plus de concours, de lots, de tests, nous aider à payer le serveur et les domaines...
Faire un don
Découvrez les avantages d'un compte donateur !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partenaires et pub
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
954 utilisateurs:
>934 invités
>15 membres
>5 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Autres sites intéressants
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)