Register

Search found 116 matches

Return to advanced search

AmazoNKA
Mon May 16, 2016 7:23 pm
 
Forum: Casio Prizm SDK
Topic: Mapping a file to memory
Replies: 55
Views: 204067

Re: Mapping a file to memory

Hi gbl08ma, I'm wondering if any of the above plus the other post by Simon regarding detecting registered add-in tables and the add-in's restart enablement are of any help with finding even safer ways of disabling add-ins functiontionality in your utilities add-in?
AmazoNKA
Sat May 14, 2016 12:45 am
 
Forum: Tutorials & Code Snippets
Topic: How to find and display the Prizm's built-in MENU-icons
Replies: 33
Views: 114343

Re: How to find and display the Prizm's built-in MENU-icons

Thank your very much for all of this.
AmazoNKA
Sat May 14, 2016 12:30 am
 
Forum: Casio Prizm SDK
Topic: Mapping a file to memory
Replies: 55
Views: 204067

Re: Mapping a file to memory

Many thanks for APP_EnableRestartFlag code
AmazoNKA
Wed May 11, 2016 12:32 am
 
Forum: Casio Prizm SDK
Topic: Mapping a file to memory
Replies: 55
Views: 204067

Re: Mapping a file to memory

Picking up on the last point, is it actually possible to force add-in to restart on Prizm please, in other words actually destroy current execution of the add-in without causing system errors but to be able to start the same last executed add in from the beginning, I probably could try long jump etc...
AmazoNKA
Sun May 08, 2016 10:14 pm
 
Forum: Tutorials & Code Snippets
Topic: How to find and display the Prizm's built-in MENU-icons
Replies: 33
Views: 114343

Re: How to find and display the Prizm's built-in MENU-icons

Thank you so much, your already detailed documentation will have even more routines now. I will try and test them when I come back to my Lock add-in - I have not updated it for almost a year and am normally slow releasing updates but this should help me to replace normal font for the application to ...
AmazoNKA
Thu May 05, 2016 3:34 pm
 
Forum: Tutorials & Code Snippets
Topic: How to find and display the Prizm's built-in MENU-icons
Replies: 33
Views: 114343

Re: How to find and display the Prizm's built-in MENU-icons

Thanks for those explanations.

Regarding usb connection problems- a couple of times it helped me to reset the calculator and then connecting to pc restored itself. I hope it helps you.
AmazoNKA
Fri Apr 29, 2016 7:58 am
 
Forum: Tutorials & Code Snippets
Topic: How to find and display the Prizm's built-in MENU-icons
Replies: 33
Views: 114343

Re: How to find and display the Prizm's built-in MENU-icons

Your suggestion works - thank you. In my G-Clock add-in I used the following to count add-ins before typedef struct { unsigned short id, type; unsigned long fsize, dsize; unsigned int property; unsigned long address; } file_type_t; int g3a_count() { unsigned short filename[0x10A]; unsigned short fou...
AmazoNKA
Sun Apr 24, 2016 1:02 am
 
Forum: Tutorials & Code Snippets
Topic: How to find and display the Prizm's built-in MENU-icons
Replies: 33
Views: 114343

Re: How to find and display the Prizm's built-in MENU-icons

Thank you so much for this - I will give it a try for sure.

Is it known how to print the titles of the icons the way they are printed on the main menu as well please?
AmazoNKA
Fri Apr 22, 2016 11:57 pm
 
Forum: Casio fx-9860 SDK
Topic: How to Use syscall to return value from RUNMAT
Replies: 1
Views: 6950

Re: How to Use syscall to return value from RUNMAT

maybe 0x645 calculateexpression can be used instead directly from your add-in?
AmazoNKA
Thu Apr 21, 2016 12:25 am
 
Forum: Tutorials & Code Snippets
Topic: How to find and display the Prizm's built-in MENU-icons
Replies: 33
Views: 114343

Re: How to find and display the Prizm's built-in MENU-icons

I assume it is for the first 16 icons (i.e. built-in ones) on the main menu only - or is there a way to find the other, not built-in icons too please? Or is the safest way to get them directly from the add-ins files themselves in the storage memory? Determining the order in which all the add-ins app...
PreviousNext

Return to advanced search