Posté le 30/04/2017 11:08
Planète Casio v4.3 © créé par Neuronix et Muelsaco 2004 - 2024 | Il y a 89 connectés | Nous contacter | Qui sommes-nous ? | Licences et remerciements
Planète Casio est un site communautaire non affilié à Casio. Toute reproduction de Planète Casio, même partielle, est interdite.
Les programmes et autres publications présentes sur Planète Casio restent la propriété de leurs auteurs et peuvent être soumis à des licences ou copyrights.
CASIO est une marque déposée par CASIO Computer Co., Ltd
Citer : Posté le 25/04/2019 09:05 | #
@Captainluigi
@Shadow15510
Thanks very much!
The help file is not complete yet and will be updated.
Ajouté le 27/04/2019 à 09:31 :
Here is new updated version.
for Graph 35+USB/75/85/95 (SD).
https://pm.matrix.jp/CB/CBASIC197beta.zip
for Graph90+E/CG10/20/50
https://pm.matrix.jp/CB/CBASICCG081.zip
-Fixed the incompatibility Fix and Sci in EngOn.
(Example) EngOn:Sci 3
1.23456789e12->12.3M
-Added Strings variable or Numeric variable to the argument of Save/Load command.
(Example) Save "TEST",A
(Example) Load "TEST",Str 1
-Fixed that the upper line of the function key flickered at the help display.
-Help file updated little.
Ajouté le 01/05/2019 à 12:49 :
Here is new updated version.
for Graph 35+E/75/85/95 (SD).
https://pm.matrix.jp/CB/CBASIC198beta.zip
-Changed specification that the case-insensitive of the file name of strage/SD mode.
so it possible to rename each other from upper case to lower case.
(Example) "ABC.bmp"->"abc.bmp"
-Changed the cursor initial position of file input to before the extension.
-Corrected the cursor position for canceling debug mode.
-Fixed the bug that debug mode is not released by the confirmation popup of cancellation of debug mode.
for Graph90+E/CG10/20/50
https://pm.matrix.jp/CB/CBASICCG082.zip
Ajouté le 02/05/2019 à 15:27 :
Fixed exiting Goto bug from Switch~SwitchEnd.
and re-updated (1.98beta/0.82alpha)
Ajouté le 04/05/2019 à 10:32 :
Re-updated v1.98beta again.
for Graph 35+E/75/85/95 (SD).
https://pm.matrix.jp/CB/CBASIC198beta.zip
-Added pop-up when external font is not enabled in SetFont 1.
-Changed specification of maximum loop stack level.
(for~Next :upto 4 level -> 7)
(While~WhileEnd :upto 6 level -> 7)
(Do=LpWhile :upto 6 level -> 7)
(Switch~SwithEnd:upto 4 level -> 7)
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 04/05/2019 14:32 | #
Est-ce qu'il serait possible que C.Basic ait un jour un moteur de gris ?
Passé ici il y a peu. ಥ‿ಥ
Jouez à Mario sans arrêt sur votre Casio !
City Heroes
Piano Casio
Micro GIMP
Citer : Posté le 04/05/2019 15:58 | #
I think that it is possible if there is a library that supports grayscale.
However,
It may be a bit hard to support as a specification.
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 04/05/2019 17:19 | #
Currently the only gray engines available should be Kucalc's, which blocks all interrupts and requires a restart at the end of the program, and mine, which is incompatible with fxlib, so that's not a lot of options...
Citer : Posté le 04/05/2019 17:41 | #
Currently the only gray engines available should be Kucalc's, which blocks all interrupts and requires a restart at the end of the program, and mine, which is incompatible with fxlib, so that's not a lot of options...
okay but dont forget that gint have grey motor : https://www.planet-casio.com/Fr/forums/topic13572-5-Moteur-propre-de-niveaux-de-gris---gint.html
et comme tu est le développeur tu peux peut être aider Centaro , non ?
Passé ici il y a peu. ಥ‿ಥ
Jouez à Mario sans arrêt sur votre Casio !
City Heroes
Piano Casio
Micro GIMP
Citer : Posté le 04/05/2019 17:44 | #
The problem with gint is not much the gray engine but the fact that it replaces fxlib. To use gint, Sentaro would have to rewrite most of C.Basic and change some bits of the logic. I don't think this is the way to go...
Citer : Posté le 05/05/2019 09:06 | #
@Lephenixnoir
Thanks!
I would use the gint if I created other new language.
Btw,I have a question,
Does C.Basic work properly in 35+EII?
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 05/05/2019 10:31 | #
I would use the gint if I created other new language.
Well, that's an honor!
I tried it, here is a brief report :
* The file browser often misses files or produces read errors (-1, -3), probably because the file system changed. Especially if an error ocurred when selecting a file, then the directory becomes empty. I have to go back and re-enter it to view the contents again.
* Of the test files, LIST.txt does not work (Can't find file "LIST." (-3), I guess the missing txt is related). Other files in SERIAL_sample produce the same effect.
* Files in the ML_sample directory actually work.
Citer : Posté le 05/05/2019 11:25 | #
Thanks for testing!
Are there file system issues with other apps?
Is the file system change similar to 90+E?
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 05/05/2019 11:27 | #
Yes, there are file system issues with other apps, including Edit, CasioPython, and apparently everything else that uses the file system. I've yet to investigate how to adapt the programs.
It is possible that the new filesystem is the same as the 90+E, but it has not been analyzed in-depth (and nor has been that of the 90+E, from what I know). So it's only speculation. But that would make sense for Casio.
Citer : Posté le 05/05/2019 11:53 | #
OK. Thanks
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 05/05/2019 12:12 | # | Fichier joint
I made some corrections.
Could you please try this?
[Fichier joint]CBASIC199test
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 05/05/2019 14:03 | #
For the monochrome version, 1.98 beta (the newest beta version) the command SetFont doesn't work on my calc...
This is what I do : I delete <@CBASIC> folder in main memory, and optimize the storage memory. When I launch my programme with the line code : SetFont1 at the first line, the external font isn't used...
I also tryed '#SetFont1 and to change number with 0 and 2, but with results... Thank you !
Citer : Posté le 05/05/2019 14:28 | #
It is used at the beginning of FEINT35F.g1m.
For the monochrome version,
The meaning of SetFont 1 is only to prompt to switch by setup.
Actually switching is done by setup.
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 05/05/2019 14:30 | #
Okaayy... So I have another problem : the external font is not use despite the setup is switched "on"
Citer : Posté le 05/05/2019 14:54 | #
I'm sorry! I was embug!
Please download again.
https://pm.matrix.jp/CB/CBASIC198beta.zip (re-uploaded)
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 05/05/2019 15:34 | #
Thank you very much !! I'll try immediately
Edit : Nope, I have still a problem... I think the problem not come from this command. I want to the programm use the external font. My setup named Enable ExFont is switched on but, the programme doesn't use the external font : it use the font by defaut... :sry;
Citer : Posté le 05/05/2019 16:00 | #
I made some corrections.
Could you please try this?
Yes, I have tried the new version.
Unfortunately, the behavior is still the same, with many files failing to open with this error.
Note the missing .txt which seems to be related.
Citer : Posté le 06/05/2019 09:12 | #
@Shadow15510
Sorry for external font problem continued.
Please try this updated.
The tests here are works well.
https://pm.matrix.jp/CB/CBASIC198beta.zip (re-re-uploaded)
-Fixed the bug that external font is not enable.(Maybe fixed.)
-Fixed the bug that caused memory error of input "?" command of string.
@Lephenixnoir
Thanks for testing.
I think that it is difficult to fix without the information of change of Bfile's SysCall.
Are there any add-ins that have file access working properly in 35+EII?
Overclocking utilitaire Ftune/Ptune2/Ptune3 est également disponible.
Si vous avez des questions ou un rapport de bogue, n'hésitez pas à me le faire savoir.
Citer : Posté le 06/05/2019 09:20 | #
I think that it is difficult to fix without the information of change of Bfile's SysCall.
Are there any add-ins that have file access working properly in 35+EII?
Unfortunately, no such add-in has been tried yet. I don't really know how to start if I need to disassemble, because the file system is much more complex than the usual hardware drivers I look at.
Citer : Posté le 06/05/2019 09:37 | #
Perfect !! Thank you !!