Register

File Explorer

Discuss issues related to the Casio Prizm 3rd party development
Junior Member
Posts: 4
Joined: Tue Jun 05, 2012 10:24 pm
Location: Spain

File Explorer

Postby kalkenstein » Tue Jun 05, 2012 10:42 pm

Hello,

im working in one utilitie project for prizm, and a file explorer is usefull for me and for other casio prizm developers.

I downloaded here one addin called Noteview and it have a file explorer.

I want a file explorer like this, but i cant find any documentation about this here or in cemetech.

Anywone can help me

Regards and thanks in advance!

Member
User avatar
Posts: 27
Joined: Mon Apr 09, 2012 7:09 pm
Location: France

Postby PierrotLL » Wed Jun 06, 2012 12:10 pm

What do you want to know ? How to list files ? There are syscalls for that.
http://www.casiopeia.net/forum/downloads.php?view=detail&df_id=72

Junior Member
Posts: 4
Joined: Tue Jun 05, 2012 10:24 pm
Location: Spain

Postby kalkenstein » Wed Jun 06, 2012 3:06 pm

sorry, im so noob, this sycalls arent included in sdk, i need implement it

http://www.casiopeia.net/forum/viewtopic.php?f=20&t=1376

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 » Thu Jun 07, 2012 12:02 pm

There exists a syscall on the Prizm:

0x17E9
int OpenFileDialog( unsigned short keycode, unsigned short*FileNameBuffer, int FileNameBufferLength );

//
void F81_Handler(){
unsigned short keycode = 0x756B;
unsigned short buffer[ 0x10A ];
OpenFileDialog( keycode, buffer, sizeof( buffer ) );
}
Perhaps it fits your needs for a start.
I'll be back!

Return to Casio Prizm SDK

Who is online

Users browsing this forum: No registered users and 20 guests