File Explorer
4 posts
• Page 1 of 1
- kalkenstein
- Junior Member
- Posts: 4
- Joined: Tue Jun 05, 2012 10:24 pm
- Location: Spain
File Explorer
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!
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!
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
http://www.casiopeia.net/forum/downloads.php?view=detail&df_id=72
- kalkenstein
- Junior Member
- Posts: 4
- Joined: Tue Jun 05, 2012 10:24 pm
- Location: Spain
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
http://www.casiopeia.net/forum/viewtopic.php?f=20&t=1376
- SimonLothar
- Senior Member
-
- 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
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.
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!
4 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 5 guests