Register

Search found 606 matches

Return to advanced search

SimonLothar
Mon May 07, 2012 5:32 pm
 
Forum: Tutorials & Code Snippets
Topic: Enumeration of BASIC programs (C)
Replies: 8
Views: 27651

Enumeration of BASIC programs (C)

Purobaz asked how to enumerate BASIC programs on the Prizm: This is a syscall-implementation: /* fx-9860/fx-CG 0x083A/0x155C: int MCS_GotoInternalItem( char dirtype, unsigned char*item, int direction ); 0x083C/0x155E: int MCS_GotoHandleNeighbour( char direction ); 0x083E/0x1560: int MCS_GetOpenItem(...
SimonLothar
Sun May 06, 2012 9:31 am
 
Forum: Casio Prizm SDK
Topic: rename/move files on prizm
Replies: 1
Views: 6449

SimonLothar
Sun May 06, 2012 9:17 am
 
Forum: Tutorials & Code Snippets
Topic: Rename Files/Directories (C)
Replies: 2
Views: 9588

Rename Files/Directories (C)

#define FILENAMESIZE 0x10A // FILENAMESIZE is 0x21 on the fx-9860-series #define FONTCHARACTER unsigned short FONTCHARACTER oldname[ FILENAMESIZE ]; FONTCHARACTER newname[ FILENAMESIZE ]; int result = 0; /* // rename a directory: verified on a fx-CG Bfile_StrToName_ncpy( oldname, "\\\\fls0\\AB...
SimonLothar
Tue May 01, 2012 8:44 pm
 
Forum: Tutorials & Code Snippets
Topic: fx-9860G/GII detect the MAIN MENU (C)
Replies: 0
Views: 7172

fx-9860G/GII detect the MAIN MENU (C)

Purobaz asked: when using a persitent timer on a fx-9860G/GII, how can we detect, whether the MAIN MENU or some Addin/BuildIn is on top, inside of the timer handler. A fitting syscall has not been found to achieve this. But the following code finds the address of a certain system variable, which giv...
SimonLothar
Sun Apr 29, 2012 12:03 pm
 
Forum: Released Projects
Topic: NOTEVIEW for Prizm
Replies: 9
Views: 40920

NOTEVIEW for Prizm

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 sto...
SimonLothar
Wed Apr 25, 2012 3:57 pm
 
Forum: Bug reports
Topic: NOTEVIEW bugs
Replies: 24
Views: 74770

helder7 wrote:is possibel to add a fkey button on the file explorer, to show configure screen (change colors, etc), and addin directly open at file explorer?
Yes, the present user interface is only a makeshift.
SimonLothar
Tue Apr 24, 2012 7:59 am
 
Forum: Bug reports
Topic: NOTEVIEW bugs
Replies: 24
Views: 74770

Oh, wow, cool. Thanks. And yes, a scrollbar of some sort would be great. And the remember last position... all great ideas. Are you going to make a setup screen so that the user can choose whether or not to have it remember his last place? Or will it just be enabled by default? I just released v1.0...
SimonLothar
Sun Apr 22, 2012 5:40 pm
 
Forum: Bug reports
Topic: NOTEVIEW bugs
Replies: 24
Views: 74770

Progress report

...It will then freeze at certain spots in the file... The bug is fixed. But I didn't reckon that the program would be used with files above 500kB. In fact meanwhile I enjoy reading one of my favourite books myself on the Prizm, which is a 1 MB file. Therefore it makes no sense to release a version...
SimonLothar
Sat Apr 21, 2012 6:37 pm
 
Forum: Bug reports
Topic: NOTEVIEW bugs
Replies: 24
Views: 74770

Progress report

...It will then freeze at certain spots... I can reproduce the bug now. The main problem seem to be text parts, which do not contain any hard line breaks but exceed the visible range. If a reloaded block starts with such a line, the problem occurs. I remember that I avoided soft line break calculat...
SimonLothar
Fri Apr 20, 2012 9:37 am
 
Forum: Bug reports
Topic: NOTEVIEW bugs
Replies: 24
Views: 74770

Progress report

flyingfisch wrote:...It will then freeze at certain spots...

That's a very nasty bug. But slowly I am surrounding it. Seems to be located in the vicinity of the buffer-reload-function. Hang on.
PreviousNext

Return to advanced search