Ces programmes montrent ce que l'on peut faire avec la ToolBox sous Risc OS.
C'est l'application clock en Basic retranscrite en C, très bon exercice: download
Illustre bien le mécanisme de redraw. Ajout d'un menu et d'une pendule affichage digital.
Source avec l'original en Basic.
Pluisieurs programmes permettant les calculs sur les taux d'intérêts (Source livre en basic)
J'ai ajouté un traducteur nombres monétaires en texte, d'après un programme en basic.
Programme(s) finance application de la ToolBox: download (en C)
Le programme en basic de conversion d'un nombre en texte (montant en euros): download
Calculette trés basique (que des nombres entiers ) pour démonstration de la ToolBox, key event, shortcut.... et organisation du développement.
Very basic calculator (only integer) for ToolBox demonstration, key event, shortcut .... and programming
Download application --- Download source --- Download DDE source
Les fichiers sauvés par les applications tel que Messenger ou !PDF ne sont pas décodés et le fichier affiche mal le texte. Ceci est vrai surtout pour les textes en Francais et peut être pour d'autres pays.
UTF8 to UCS4 permet de palier à ce problème en décodant les fichiers textes qui pourront ainsi afficher les textes avec les accents.
Files saved by applications such as Messenger or !PDF are not decoded and the file displays the text incorrectly. This is especially true for texts in French and perhaps for other countries.
UTF8 to UCS4 makes it possible to overcome this problem by decoding the text files which will thus be able to display the texts with the accents.
UTF8toUSC4 tool: download
UTF8 to x-Acorn-Latin1 version based on Unicode library : download
Paul Sprangers : "here's a photo of the gobblegock Word text in TechWriter, and the conversion (in StrongEd)" thanks for testing.
Hyper is a very good demonstration of the ToolBox and the advantages for building applications. I encourage programmers to use it.
The C++ version is a challenge that I undertook after testing the !Python version which integrates the ToolBox, nice.
Hyper2 is built entirely with DDE, not very easy with CFront, but it is possible.
I will make the source available, but first, I must clean it up and add comments, this is the most important part of the program :-)
Hyper2 executable: download
For those interested in the program source above, read the ReadMe: download