π
<-
Chat plein-écran
[^]

OS CX 4.4.0.532, le plein de nouveautés en Maths et codage !

:32tins: :32tinsktpb: :32tinsktpn: :32tinscas: :32tinstpkc: :32tinstpktpb: :32tinstp: :32tinscastp: :32tinscmc: :32tinscx: :32tinscxcas:

Re: OS CX 4.4.0.532, le plein de nouveautés en Maths et coda

Message non lude critor » 19 Jan 2017, 12:25

Vogtinator a écrit:Write this XML into a file and send it as MyLib/mymenus.tns to the calc.

Code: Tout sélectionner
<my_menus>
    <app name="Program Editor">
        <!-- location_level_X <= 30 -->
        <menu_config location_level_1="0" location_level_2="0" location_level_3="0">
            <item display_string="less than 32 char long" insert_string="less than 512(!) chars long">
            </item>
            <group display_string="less than 32 char long" insert_string="less than 512(!) chars long">
                <item display_string="less than 32 char long" insert_string="less than 512(!) chars long">
                </item>
            </group>
        </menu_config>
    </app>
</my_menus>


Thank you very much @Vogtinator, it works ! :bj:

Here is a custom 3-levels menus tree with the TI-Nspire language codes, to be used in multilingual programs for example :
Image
mymenus.tns
(1.84 Kio) Téléchargé 143 fois

Code: Tout sélectionner
<my_menus>
    <app name="Program Editor">
        <!-- location_level_X <= 30 -->
        <menu_config location_level_1="0" location_level_2="0" location_level_3="0">
            <group display_string="Language codes" insert_string="">
                <item display_string="Arabic" insert_string="ar">
                </item>
            <group display_string="Chinese" insert_string="">
               <item display_string="Simplified" insert_string="zh_CN">
               </item>
               <item display_string="Traditional" insert_string="zh_TW">
               </item>
            </group>
                <item display_string="Danish" insert_string="da">
                </item>
                <item display_string="Dutch" insert_string="nl">
                </item>
                <item display_string="Finish" insert_string="fi">
                </item>
                <item display_string="Flemish" insert_string="nl_BE">
                </item>
                <item display_string="French" insert_string="fr">
                </item>
            <group display_string="English" insert_string="">
               <item display_string="American" insert_string="en">
               </item>
               <item display_string="British" insert_string="en_GB">
               </item>
            </group>
                <item display_string="German" insert_string="de">
                </item>
<!--
                <item display_string="Italian" insert_string="it">
                </item>
                <item display_string="Norwegian" insert_string="no">
                </item>
                <item display_string="Portuguese" insert_string="po">
                </item>
                <item display_string="Spanish" insert_string="es">
                </item>
                <item display_string="Swedish" insert_string="sv">
                </item>
-->
            </group>
        </menu_config>
    </app>
</my_menus>


But if I uncomment the Italian entry, the menu stops being displayed.
Did I make an error ?
Or is there some limit ?

What are location_level_1 to location_level_3 for ?

In your code, I can see a <app name="Program Editor">. Thus, can we customize applications other than the Program Editor ?
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 42.4%
 
Messages: 41498
Images: 14694
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: OS CX 4.4.0.532, le plein de nouveautés en Maths et coda

Message non lude critor » 19 Jan 2017, 12:48

Bizarrement, les sites de TI-France et TI-USA ne mettent pas encore en avant l'OS 4.4 en page d'accueil.

Par contre, le site de TI-Australie s'en charge, et nous lie une liste exhaustive de nouveautés :
https://education.ti.com/en-au/product- ... evelopment
Texas Instruments a écrit:Upgrade to TI-Nspire™ CX technology version 4.4

Get the most out of your TI-Nspire™ CX technology

Powerful new features deliver expanded capabilities for teaching and learning mathematics from middle grades through high school.

Version 4.4 includes maintenance updates and interface enhancements.

Upgrade now

The version 4.4 upgrade is available for:

TI-Nspire™ CX Handheld
TI-Nspire™ CX CAS Handheld
TI-Nspire™ CX Student Software
TI-Nspire™ CX CAS Student Software
TI-Nspire™ CX Teacher Software
TI-Nspire™ CX CAS Teacher Software
TI-Nspire™ CX Navigator™ Software
TI-Nspire™ Navigator™ NC Software
Using TI-Nspire™ CX technology version 4.3 ensures you have access to the latest features and functionality including:

Extended capabilities in relation graphing to include higher-order polynomials and restrictions on x and y
Enhanced handheld experience by improving responsiveness and more readable font characters
Widgets: a new functionality that allows a user to insert custom pages and functionality to a .tns file without closing the original document
Sequence editor improvements to include u(n+1) and u(n+2) in graphs and tables.
Inverse binomial function: a new feature that allows users to determine the number of trials/ successes given cumulative probability, number of successes/trials and the probability of successes
The ability to insert the full page Program Editor for TI Basic programming
Find out more details about our latest releases

Graph relations in a familiar form

Graph relations of the form:
Equations and inequalities equivalent to y = f(x), such as y = √x
Equations and inequalities equivalent to x = g(y), such as x-sin(y) ≥ 1⁄2
Conic equations and inequalities, such as x2 + y2 ≥ 1⁄2 + y
Graph relations using ≤, <, =, >, and ≥
Available in ScratchPad, Graphs, and in the Analytic Window of the Geometry application.
Easily access math actions

Display the available actions for an equation or expression through the context menu.
Actions might include: Solve Numerically, Try to Factor, and Complete the Square.
Limited to available functionality in the system and may be restricted in Press-to-Test settings.
Available in Notes, Scratchpad, and Calculator applications.
Quickly add sliders in Graphs and Notes applications

Automatically generate sliders when entering parameters for certain functions, equations, or sequences.
Available in the Graphs and Notes applications.
Graph relations from the Notes and Calculator applications

Graph a function or relation directly from its context menu.
Graph appears on the same page as the selected function or relation, when possible.
Available for many functions and relations in Notes, Scratchpad, and Calculator applications.
The following features are new in the TI-Nspire™ CX/CX CAS Teacher Software, TI-Nspire™ CX/CX CAS Navigator™ Teacher Software, and TI-Nspire™ Navigator™ NC Teacher Software.

Prepare Class Handhelds Remotely

Manage the settings of connected handhelds from the teacher’s computer. Handhelds may be connected through wired or wireless connections.
Use the Prepare Handhelds feature to quickly manage the following on all connected handhelds:
Clear the Scratchpad
Apply and save document settings
Enter and exit Press-to-Test sessions
The following features are new in the TI-Nspire™ CX/CX CAS Navigator™ Teacher Software, and TI-Nspire™ Navigator™ NC Teacher Software.

New View Option for using Capture Class

Capture handheld screens automatically in 15-second intervals.

A lire en gardant du recul, j'ai l'impression qu'une petite partie des "nouveautés" étaient déjà là en version 4.3.
Notamment tout ou partie des représentations graphiques d'inégalités, curseurs/sliders automatiques, et menus contextuels.

Rien sur le mymenus.tns on dirait par contre. :P
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 42.4%
 
Messages: 41498
Images: 14694
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: OS CX 4.4.0.532, le plein de nouveautés en Maths et coda

Message non lude Hamza.S » 19 Jan 2017, 13:01

A lire en gardant du recul, j'ai l'impression qu'une petite partie des "nouveautés" étaient déjà là en version 4.3. Notamment les représentations graphiques d'inégalités.


pour les inégalités c'est depuis la version 4.2, il me semble.
ça date un peu mais un membre voulait tracer une fonction genre y>x ou un truc dans ce genre là, sur l'OS 4.2 ça fonctionnait mais pas sur les versions 3.x
il faudra revérifier.
Image
Avatar de l’utilisateur
Hamza.SAdmin
Niveau 17: GM (Grand Maître des calculatrices)
Niveau 17: GM (Grand Maître des calculatrices)
Prochain niv.: 28.5%
 
Messages: 4464
Images: 18
Inscription: 07 Nov 2014, 00:43
Genre: Homme
Calculatrice(s):
MyCalcs profile

Re: OS CX 4.4.0.532, le plein de nouveautés en Maths et coda

Message non lude GalacticPirate » 19 Jan 2017, 13:05

Euh, en fait le texte porte pas sur le 4.4 :p
TI-Australia a écrit:Using TI-Nspire™ CX technology version 4.3 ensures you have access to the latest features and functionality including:


Afflelou :troll:
Mon profil TI-PlanetDevenez premium !
ImageImage
Modérateur de TI-Planet.org depuis décembre 2015, et membre de la communauté depuis Mai 2015.Cliquez ci-dessus pour faire un don à TI-Planet.org via PayPal et devenir Donateur ou Premium (à partir de 3€) ! Vous aurez accès à des générations illimitées et prioritaires avec Mviewer GX Creator, ainsi qu'au forum secret ! :bj: En plus, vous pourrez être orange sur le chat :troll:

Image
Avatar de l’utilisateur
GalacticPirateModo
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 1.3%
 
Messages: 1156
Images: 2
Inscription: 23 Mai 2015, 10:36
Localisation: Hauts-de-Seine, France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: L3 Informatique
GitHub: GalacticPirate-Prog

Re: OS CX 4.4.0.532, le plein de nouveautés en Maths et coda

Message non lude critor » 19 Jan 2017, 13:21

Et bien merci pour la vigilence et désolé.

Mais sur le lien en page d'accueil, il y a bien écrit 4.4 :
https://education.ti.com/fr?sc_lang=en-AU

Edit : En fait, il faut se contenter du début de la page/citation qui mentionne bien clairement la version 4.4, avant de glisser ensuite vers la 4.3 :
Texas Instruments a écrit:Upgrade to TI-Nspire™ CX technology version 4.4

Get the most out of your TI-Nspire™ CX technology

Powerful new features deliver expanded capabilities for teaching and learning mathematics from middle grades through high school.

Version 4.4 includes maintenance updates and interface enhancements.

Upgrade now

The version 4.4 upgrade is available for:

TI-Nspire™ CX Handheld
TI-Nspire™ CX CAS Handheld
TI-Nspire™ CX Student Software
TI-Nspire™ CX CAS Student Software
TI-Nspire™ CX Teacher Software
TI-Nspire™ CX CAS Teacher Software
TI-Nspire™ CX Navigator™ Software
TI-Nspire™ Navigator™ NC Software


Très décevant voir même inexact comme description.
L'OS 4.4 ne serait qu'une vulgaire mise à jour de 'maintenance'... :troll:
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 42.4%
 
Messages: 41498
Images: 14694
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: OS CX 4.4.0.532, le plein de nouveautés en Maths et coda

Message non lude critor » 19 Jan 2017, 13:27

En gros, TI-Australie a une page hybride, peut-être un copier/coller mauvais ou incomplet, on ne sait pas trop ce qui concerne la 4.3 et la 4.4.

Mais la page semble disponible à priori sans confusion chez TI-USA, juste qu'elle n'est pas liée en page d'accueil :
https://education.ti.com/en/product-resources/whats-new
Texas Instruments a écrit:Upgrade to TI-Nspire™ CX technology version 4.4

Get the most out of your TI-Nspire™ CX technology

Powerful new features deliver expanded capabilities for teaching and learning mathematics from middle grades through high school.

Version 4.4 includes maintenance updates and interface enhancements.

Upgrade now

The version 4.4 upgrade is available for:

TI-Nspire™ CX Handheld
TI-Nspire™ CX CAS Handheld
TI-Nspire™ CX Student Software
TI-Nspire™ CX CAS Student Software
TI-Nspire™ CX Teacher Software
TI-Nspire™ CX CAS Teacher Software
TI-Nspire™ CX/CX CAS Navigator™ Teacher Software
TI-Nspire™ Navigator™ NC Teacher Software
Using TI-Nspire™ CX technology version 4.4 ensures you have access to the latest features and functionality including:

Extended capabilities in relation graphing to include higher-order polynomials and restrictions on x and y
Enhanced handheld experience by improving responsiveness and more readable font characters
Widgets: a new functionality that allows a user to insert custom pages and functionality to a .tns file without closing the original document
Sequence editor improvements to include u(n+1) and u(n+2) in graphs and tables.
Inverse binomial function: a new feature that allows users to determine the number of trials/ successes given cumulative probability, number of successes/trials and the probability of successes
The ability to insert the full page Program Editor for TI Basic programming
Find out more details about our latest releases

Graph relations in a familiar form

Graph relations of the form:
Equations and inequalities equivalent to y = f(x), such as y = √x
Equations and inequalities equivalent to x = g(y), such as x-sin(y) ≥ 1⁄2
Conic equations and inequalities, such as x2 + y2 ≥ 1⁄2 + y
Graph relations using ≤, <, =,="">, and ≥
Easily access math actions

Display the available actions for an equation or expression through the context menu available in Notes, Calculator, and Scratchpad applications.

Quickly add sliders in Graphs and Notes applications

Automatically generate sliders when entering parameters for certain functions, equations, or sequences within the Graphs and Notes applications.

Graph relations from the Notes and Calculator applications

Graph a function or relation directly from its context menu.
Graph appears on the same page as the selected function or relation, when possible.
The following features are new in the TI-Nspire™ CX/CX CAS Teacher Software, TI-Nspire™ CX/CX CAS Navigator™ Teacher Software, and TI-Nspire™ Navigator™ NC Teacher software.

Prepare Class Handhelds Remotely

Manage the settings of connected handhelds from the teacher’s computer. Handhelds may be connected through wired or wireless connections.
Use the Prepare Handhelds feature to quickly manage the following on all connected handhelds:
Clear the Scratchpad
Apply and save document settings
Enter and exit Press-to-Test sessions
The following features are new in the TI-Nspire™ CX/CX CAS Navigator™ Teacher Software, and TI-Nspire™ Navigator™ NC Teacher software.

New View Option for using Capture Class

Capture handheld screens automatically in 15-second intervals.

Et de même, sont annoncées comme nouvelles nombre de choses déjà présentes en 4.3.
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 42.4%
 
Messages: 41498
Images: 14694
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: OS CX 4.4.0.532, le plein de nouveautés en Maths et coda

Message non lude Adriweb » 19 Jan 2017, 13:29

En effet.

Et par ailleurs, la 4.4 est disponible depuis 15 jours sur iPad (meme numéro de version, d'ailleurs; avant ils décalaient)

Avec un résumé des changements (spécifiques 4.4, non ?), aussi.

• Mise à jour des capacités dans la représentation graphique de relations pour inclure des polynômes d’ordre supérieur et des restrictions sur x et y.
• Améliorations apportées à l’éditeur de suites de manière à inclure u(n+1) et u(n+2) dans les tableaux et les graphiques.
• Ajout de la fonction binomiale inverse, qui permet aux utilisateurs de déterminer le nombre d’essais ou de réussites.
• Ajout de la fonctionnalité widgets, qui permet aux utilisateurs de personnaliser les pages et les fonctionnalités, notamment les modèles de fractionnement de pages définis par l’utilisateur.
• Introduction de diverses corrections de bugs et améliorations en termes de sécurité.


https://itunes.apple.com/fr/app/ti-nspi ... 23242?mt=8
• Updated capabilities within relation graphing to include higher-order polynomials and restrictions on x and y.
• Made improvements to sequence editor to include u(n+1) and u(n+2) in graphs and tables.
• Added the inverse binomial function allowing users to determine the number of trials or successes.
• Added widgets functionality allowing a user to add custom pages and functionality including user defined split page templates.
• Introduced various bug fixes and security improvements.


https://itunes.apple.com/us/app/ti-nspi ... 23242?mt=8
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.2%
 
Messages: 14616
Images: 1218
Inscription: 01 Juin 2007, 00:00
Localisation: France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Twitter/X: adriweb
GitHub: adriweb

Re: OS CX 4.4.0.532, le plein de nouveautés en Maths et coda

Message non lude critor » 19 Jan 2017, 13:34

Texas Instruments a écrit:Find out more details about our latest releases

^ En discret au milieu de la page.
La suite consiste donc en un détail des versions précédentes (4.2/4.3).

En gros il faut donc prendre juste le début de la page :
Texas Instruments a écrit:Upgrade to TI-Nspire™ CX technology version 4.4

Get the most out of your TI-Nspire™ CX technology

Powerful new features deliver expanded capabilities for teaching and learning mathematics from middle grades through high school.

Version 4.4 includes maintenance updates and interface enhancements.

Upgrade now

The version 4.4 upgrade is available for:

TI-Nspire™ CX Handheld
TI-Nspire™ CX CAS Handheld
TI-Nspire™ CX Student Software
TI-Nspire™ CX CAS Student Software
TI-Nspire™ CX Teacher Software
TI-Nspire™ CX CAS Teacher Software
TI-Nspire™ CX/CX CAS Navigator™ Teacher Software
TI-Nspire™ Navigator™ NC Teacher Software
Using TI-Nspire™ CX technology version 4.4 ensures you have access to the latest features and functionality including:

Extended capabilities in relation graphing to include higher-order polynomials and restrictions on x and y
Enhanced handheld experience by improving responsiveness and more readable font characters
Widgets: a new functionality that allows a user to insert custom pages and functionality to a .tns file without closing the original document
Sequence editor improvements to include u(n+1) and u(n+2) in graphs and tables.
Inverse binomial function: a new feature that allows users to determine the number of trials/ successes given cumulative probability, number of successes/trials and the probability of successes
The ability to insert the full page Program Editor for TI Basic programming
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 42.4%
 
Messages: 41498
Images: 14694
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: OS CX 4.4.0.532, le plein de nouveautés en Maths et coda

Message non lude GalacticPirate » 19 Jan 2017, 13:34

TI a écrit:améliorations en termes de sécurité

i.e., améliorations en termes d'anti Ndless.
Mon profil TI-PlanetDevenez premium !
ImageImage
Modérateur de TI-Planet.org depuis décembre 2015, et membre de la communauté depuis Mai 2015.Cliquez ci-dessus pour faire un don à TI-Planet.org via PayPal et devenir Donateur ou Premium (à partir de 3€) ! Vous aurez accès à des générations illimitées et prioritaires avec Mviewer GX Creator, ainsi qu'au forum secret ! :bj: En plus, vous pourrez être orange sur le chat :troll:

Image
Avatar de l’utilisateur
GalacticPirateModo
Niveau 16: CC2 (Commandeur des Calculatrices)
Niveau 16: CC2 (Commandeur des Calculatrices)
Prochain niv.: 1.3%
 
Messages: 1156
Images: 2
Inscription: 23 Mai 2015, 10:36
Localisation: Hauts-de-Seine, France
Genre: Homme
Calculatrice(s):
MyCalcs profile
Classe: L3 Informatique
GitHub: GalacticPirate-Prog

Re: OS CX 4.4.0.532, le plein de nouveautés en Maths et coda

Message non lude Hamza.S » 19 Jan 2017, 13:39

bah, oui ndless est une preuve d'insécurité :p
Image
Avatar de l’utilisateur
Hamza.SAdmin
Niveau 17: GM (Grand Maître des calculatrices)
Niveau 17: GM (Grand Maître des calculatrices)
Prochain niv.: 28.5%
 
Messages: 4464
Images: 18
Inscription: 07 Nov 2014, 00:43
Genre: Homme
Calculatrice(s):
MyCalcs profile

PrécédenteSuivante

Retourner vers News TI-Nspire

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 154 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.
1532 utilisateurs:
>1479 invités
>48 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)