Posté le 30/04/2017 11:08
Planète Casio v4.3 © créé par Neuronix et Muelsaco 2004 - 2024 | Il y a 135 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 18/11/2019 08:22 | #
@Calcloverhk
Thanks!
That's very good.
@Lephenixnoir
Since there is already Manual_FR.txt,
I would like to create DOCX from Manual_FR.txt for French PDF.
I would be happy if you could correct the mistake there.
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 18/11/2019 09:07 | #
Since there is already Manual_FR.txt,
I would like to create DOCX from Manual_FR.txt for French PDF.
I would be happy if you could correct the mistake there.
This is fine with me. The translation of Manual_FR.txt relied on the automated translation from Japanese to English so it's not extremely good, but it should be clear enough.
If there are any new sections in CalcLoverHK's documentation, please point them out to me and I will translate them as well.
Citer : Posté le 18/11/2019 09:41 | #
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 19/11/2019 05:34 | #
In normal basic StoPict 1 creates a 2068byte image
While in C.Basic its 2080bytes
This causes draw commands to be shifted to the right by 1 pixel in normal basic when the 2080byte image is used as the background
Run StoPict 1 in C.Basic
Run BG-Pict 1 in normal basic
in normal basic, create this program
Vertical 30
Vertical 30
You should notice that the 1st line is moved one pixel to the right
This bug only affects commands that draw to the graph plot like: DrawStat, PlotOn/Off/Chg, Vertical and Horizontal
But not ones that draw directly to the display PixelOn/Off/Chg
This only occurs to the first draw command being run after Cls
The 2nd draw command being run after that, wont be affected
Citer : Posté le 19/11/2019 09:07 | #
Thanks for bug report.
The movement of 1 dot cannot be confirmed in normal Basic.
What are the settings for ViewWindow?
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 19/11/2019 09:26 | #
The shifted distance isn't 1 pixel
the offset distance is based on the distance the Xmin value is from 0 in the View Window
so with the ViewWindow 0,60,0,1,63,0,0,0,1
Both Vertical 30 are at 30
but if Xmin is 20, the 1st Verical line is at 50
and the 2nd line at 30
ViewWindow 20,60,0,1,63,0,0,0,1
Citer : Posté le 19/11/2019 09:38 | #
Thanks! .
It worked fine.
Does this need to be reproduced in C.Basic?
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 19/11/2019 09:40 | #
I think the reasons why it happens might be obscure. The obvious fix here is to make sure that C.Basic creates Pictures of size 2068.
I'm curious about the applications, though.
Citer : Posté le 19/11/2019 09:40 | #
The problem is that C.Basic makes a 2080 byte background image
that when used in normal basic it produces issues
is there way to change how your saving the images, so normal basic doesn't mess up?
maybe its the size of the image: 2080 bytes vs 2068
or how your formatting it
or something else about it that normal basic doesn't like
Citer : Posté le 19/11/2019 09:47 | #
If it is not available with normal Basic Casio,
this is an obvious bug in C.Basic, so I fixed it quickly .
2.37 beta for Graph 35+USB/35+EII/75/85/95 (SD)
https://pm.matrix.jp/CB/CBASIC237beta.zip
-Fixed the StoPict bug that the PICT file size was increased by 12 bytes (2080 bytes, correctly 2068 bytes) when saveing to main memory.
-Fixed the StoPict bug that the PICT file was not saving to storage memory.
1.37 beta for CG10/20/50/Graph90+E.
https://pm.matrix.jp/CB/CBASICCG137beta.zip
-Fixed the StoPict bug that the PICT file was not saving to storage memory of G1M mode.
--Same update--
-Fixed the bug where the space in comments was deleted when "Save-" of "Edit +Indent" was set in the setup.
-Fixed the bug that an error occurred when copying to Str variable when the length of the list label was 8 characters.
(example) "ABCDEFGH"->List 1[0]
List 1[0]->Str 1
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 20/11/2019 21:13 | # | Fichier joint
if you paste something in at the location shown in the pic, the screen moves up
Citer : Posté le 20/11/2019 21:25 | # | Fichier joint
Also making a bunch of programs with fullstops in the name, are listed incorrectly
NormalBasic
Citer : Posté le 20/11/2019 21:27 | # | Fichier joint
I cant upload more than 1 file per message :|
C.Basic
and how come .bmp files aren't supported by this website
They work when you upload them when creating a message, but you cant upload one when editing a message
Citer : Posté le 20/11/2019 21:32 | #
Welcome to the enthusiastic but not-so-professionnal world in which well-meaning people develop websites a bit too fast and happen to copy around and paste a lot of code, then edit only some of the copies.
Edit: I'm talking about the historic code base of Planète Casio, which was developed by people that have not been here in years.
Citer : Posté le 20/11/2019 22:18 | #
I guessed thats what happened
I'm the type of guy that finds the most obscure and weridest bugs ever
A guy finished a mod and before he released it he wanted me to test it and find some bugs
He said that he had tested for hours and found nothing, I spend 10min and found some crazy bugs. One was you had to type a certain word, press space, press backsace, press alt-tab, alt-tab back again, then double tap tab and the game would crash
Citer : Posté le 21/11/2019 03:01 | #
if you paste something in at the location shown in the pic, the text moves up
Thanks for bug report.
Please give details of the situation of this bug.
I'll fix that the order of the file list is reversed.
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 21/11/2019 06:24 | #
Hide StatBar: off
create a program with 6 lines
make sure theres a "⏎" (return symbol) on all 6 lines
scroll down to line 6, so line 1 is off the screen
you should be able to go to line 7, but don't
make sure line 2 is on screen
paste something via [SHIFT]+[9] (PASTE)
you should notice that the screen shifts up and you're now able to see line 1
Citer : Posté le 21/11/2019 07:43 | #
I'm sorry, I'm still not sure.
What does it look like in NormalBasic?
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 21/11/2019 07:57 | #
You fixed most of this bug ages ago, but theres still some edge cases left behind
https://www.planet-casio.com/Fr/forums/topic14738-14-c-basic-projets.html#168595
The cusor doesn't move, but the screen does. which shouldn't happen
In normal Basic, if I paste something via clip&paste, the screen doesn't move (unless the paste is bigger than the screen)
in C.Basic if you're at the 2nd to last line (and the last line has a ⏎ (return symbol) at the end of the line). When you paste something the screen moves up, so you cant see the lines below where you pasted
make a program and enter in like 10lines
go to the very bottom, then move up one line, paste something via clip&paste and the screen moves it when it shouldn't
Ajouté le 21/11/2019 à 08:07 :
EDIT
Citer : Posté le 21/11/2019 09:03 | #
How much text to paste?
I would appreciate any specific examples.
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 21/11/2019 09:23 | #
just a single character