Register

NOTEVIEW for Prizm

Topics on released projects. Only the author of a program should start a topic on it.
Senior Member
User avatar
Posts: 605
Joined: Sat Sep 15, 2012 6:59 am
Location: Krautland ****
Calculators: Casio fx-7400GII, Casio fx-7400GII (SH4), Casio fx-9750GII, Casio fx-9750GII (SH4), Casio fx-9860G, Casio fx-9860G SD, Casio fx-9860G Slim, Casio fx-9860GII SD, Casio fx-9860GII SD Power Graphic 2, Casio Classpad 330 plus, Casio fx-CG20, Casio fx-CG50, Casio Classpad fx-CP400

NOTEVIEW for Prizm

Postby SimonLothar » Sun Apr 29, 2012 12:03 pm

http://www.casiopeia.net/forum/downloads.php?view=detail&df_id=2

Noteview 1.03.0044 (2012)
The program starts with a storage-memory-open-dialog filtered to *.txt-files and subdirectories.
In the first column of the display the file-/directorynames are shown.
In the second column the type of storage-memory-item is designated:
Subdirectories : 'D'
Files : 'F'
The third column holds the filesize (hexadecimal notation).
The forth column contains some internal information.

F1 - View:
opens the selected file and displays its content.

F5 - Color:
opens a color selection dialog to change the background color.
The value is stored in the main memory.

Textviewer:
The code-range of the textviewer is limited to ANSI-characters and the CASIO-multibyte-characters.
If necessary the included utility HexDump can be used to transform textfiles according to individual needs before transferring them to the calculator.
On open the program tries to move to the last saved position.

The basic navigation is done by the arrow keys.
UP: one line up
DOWN: one line down
RIGHT: one page down
LEFT: one page up

Advanced navigaton:

F2 - Go pos:
Opens an input dialog to enter a new fileposition.
If possible, the program moves to the entered filepostition.
The line which contains the requested postion will be enhanced.
If a number beyond end-of-file is entered, the file is positioned in vicinity to the end-of-file.

F3 - Continue:
Opens an input dialog to enter a string to search.
The dialog switches automaticly to LOCK-ALPHA-mode.
Start the search with EXE. Cancel with EXIT.
The search will start after the current enhanced line, if there is one is in the visible range.
Otherwise it will start at the top of the visible range.
The search is case-insensitive.
After successful search the line which contains the requested string will be enhanced now.
The previous line enhancement will vanish.
If the string could not be found, an according message will show up.
The search string will be stored in the main memory and reused as default next time.
The space (" ") can be used as wildcard.

F4 - Search:
Works like "F3 - Continue". But it always starts at the beginning of the file.

F5 - Save:
Saves the current filepositon in the main memory.
The saved position is used automatically when the program is started the next time and the file with the same name is opened again. At present the program remembers only a single file's position. The saved postion is linked to the filename.
I'll be back!

Senior Member
Posts: 369
Joined: Tue Jan 03, 2012 11:24 pm
Calculators: Casio Afx 1.0, Casio fx-9860GII SD, Casio Classpad 330, Casio fx-CG20, Casio Classpad fx-CP400

Postby helder7 » Sun Apr 29, 2012 12:18 pm

I liked the function shearch. For me this txt reader is better than native eActivity!
SiO2 + CaCO3 ----------> CaSiO3 + CO2

User avatar
Posts: 89
Joined: Thu Apr 05, 2012 3:16 pm
Location: Akron, OH, USA
Calculators: Casio fx-9750GII, Casio fx-CG10

Postby flyingfisch » Mon May 14, 2012 2:49 am

This is excellent! Have you thought of porting it to the fx9860?

Senior Member
User avatar
Posts: 605
Joined: Sat Sep 15, 2012 6:59 am
Location: Krautland ****
Calculators: Casio fx-7400GII, Casio fx-7400GII (SH4), Casio fx-9750GII, Casio fx-9750GII (SH4), Casio fx-9860G, Casio fx-9860G SD, Casio fx-9860G Slim, Casio fx-9860GII SD, Casio fx-9860GII SD Power Graphic 2, Casio Classpad 330 plus, Casio fx-CG20, Casio fx-CG50, Casio Classpad fx-CP400

Postby SimonLothar » Mon May 14, 2012 5:49 am

flyingfisch wrote:Have you thought of porting it to the fx9860?
At present I am porting my mini-SDK to fx-9860G/GII/GII-2. As soon as I have reassigned the syscalls, I will try to build NOTEVIEW.G1A.
I'll be back!

User avatar
Posts: 89
Joined: Thu Apr 05, 2012 3:16 pm
Location: Akron, OH, USA
Calculators: Casio fx-9750GII, Casio fx-CG10

Postby flyingfisch » Mon May 14, 2012 2:52 pm

Cool :)

I have a friend who needs this for his 9860 because the existing text readers are inadequate. Edit V.1.51 only supports files up to 40KB, and Text Reader does not have a search for string function.

Member
User avatar
Posts: 33
Joined: Sat Apr 07, 2012 10:08 am
Location: France

Postby Purobaz » Tue May 15, 2012 7:30 am

I have a question about your program.
Do you read the whole file, and then use this copy or do you read the file step by step ?

Senior Member
User avatar
Posts: 605
Joined: Sat Sep 15, 2012 6:59 am
Location: Krautland ****
Calculators: Casio fx-7400GII, Casio fx-7400GII (SH4), Casio fx-9750GII, Casio fx-9750GII (SH4), Casio fx-9860G, Casio fx-9860G SD, Casio fx-9860G Slim, Casio fx-9860GII SD, Casio fx-9860GII SD Power Graphic 2, Casio Classpad 330 plus, Casio fx-CG20, Casio fx-CG50, Casio Classpad fx-CP400

Postby SimonLothar » Tue May 15, 2012 10:55 am

Purobaz wrote:Do you read the whole file, and then use this copy or do you read the file step by step ?

It reads one 8k chunk at a time. Otherwise the RAM would be exhausted in case of large files.
I'll be back!

Junior Member
Posts: 5
Joined: Thu May 17, 2012 5:19 pm

Postby piggypaul » Thu May 17, 2012 7:55 pm

noteview for 9860 would be awesome.

..please

Senior Member
User avatar
Posts: 605
Joined: Sat Sep 15, 2012 6:59 am
Location: Krautland ****
Calculators: Casio fx-7400GII, Casio fx-7400GII (SH4), Casio fx-9750GII, Casio fx-9750GII (SH4), Casio fx-9860G, Casio fx-9860G SD, Casio fx-9860G Slim, Casio fx-9860GII SD, Casio fx-9860GII SD Power Graphic 2, Casio Classpad 330 plus, Casio fx-CG20, Casio fx-CG50, Casio Classpad fx-CP400

Postby SimonLothar » Fri May 18, 2012 5:51 am

piggypaul wrote:noteview for 9860 would be awesome.

..please

I'm on it.
I'll be back!

Senior Member
Posts: 369
Joined: Tue Jan 03, 2012 11:24 pm
Calculators: Casio Afx 1.0, Casio fx-9860GII SD, Casio Classpad 330, Casio fx-CG20, Casio Classpad fx-CP400

Re: NOTEVIEW for Prizm

Postby helder7 » Mon Nov 05, 2012 4:59 pm

I made an editor for PC (like notepad) that saves special characters in format compatible with noteview.

It can also open files already created.

Right now supports the following characters (The majority of the Portuguese, French and German characters). I may add more in the future if anyone needs.

Char Ä
Char À
Char Á
Char Â
Char Ã

Char ä
Char à
Char á
Char â
Char ã

Char É
Char Ê
Char é
Char ê

Char Í
Char í

Char Ó
Char Õ
Char Ô
Char ó
Char õ
Char ô

Char Ú
Char Ü
Char ú
Char ü
Char Ç
Char ç

Char ß
Attachments
Noteview_Editor.zip
(367.49 KiB) Downloaded 1810 times
SiO2 + CaCO3 ----------> CaSiO3 + CO2

Return to Released Projects

Who is online

Users browsing this forum: No registered users and 18 guests