Search found 141 matches
- Wed Aug 13, 2014 9:57 pm
- Forum: Casio Prizm SDK
- Topic: How to detect if running as strip
- Replies: 2
- Views: 11983
How to detect if running as strip
I have made some add-ins that can act as eActivity strips. How can I detect whether the add-in is running as a strip? The fx-9860G SDK puts this information as arguments to main(), I would like to read the same values on the fx-CG 20 (are they really arguments put on the stack/registers when the add...
- Fri Jul 11, 2014 7:42 pm
- Forum: General
- Topic: Casio FX CG 20 Display Film
- Replies: 2
- Views: 7636
Re: Casio FX CG 20 Display Film
The plastic of the screen of the Prizm is really easy to scratch. Just learn to live with it, as most people do, or get a screen protection film... Also, the metallic grey border tends to wear out and become black with the usage, as your fingers rub on it. The corner near the EXE key on mine is comp...
- Sun Jul 06, 2014 2:17 pm
- Forum: Casio Prizm SDK
- Topic: Syscalls for manipulating clipboard
- Replies: 2
- Views: 10733
Re: Syscalls for manipulating clipboard
Thank you, I will test and report back.
EDIT: it works as expected, of course.
EDIT: it works as expected, of course.
- Wed Jun 11, 2014 6:24 pm
- Forum: Casio Prizm SDK
- Topic: Syscalls for manipulating clipboard
- Replies: 2
- Views: 10733
Syscalls for manipulating clipboard
Are there any syscalls that allow for manipulating the clipboard? I need the one that puts contents in it (because to get its contents out, I can use EditMBStringCtrl2 by telling it that key pressed is KEY_CTRL_PASTE and then using what gets in the buffer - but if there's a simpler solution, I'd app...
- Wed Apr 23, 2014 6:12 pm
- Forum: General
- Topic: Problem with an eActivity
- Replies: 2
- Views: 7449
Re: Problem with an eActivity
You can't put notes (or any other strip) inside of notes.
- Mon Apr 21, 2014 7:20 pm
- Forum: General
- Topic: Questions about Eigenmath for the fx9860gII by diameter
- Replies: 14
- Views: 36969
Re: Questions about Eigenmath for the fx9860gII by diameter
I know about that rule, but as you said it's quite limited, but when it can be used, it is very useful. Sadly this year we can no longer use it on exams here in Portugal (this told me my math teacher), and we must do variable substitution instead, oh well. I usually just see the graph for the functi...
- Tue Jan 14, 2014 7:23 pm
- Forum: General
- Topic: FX-CP400 Bug in LU
- Replies: 5
- Views: 17121
Re: FX-CP400 Bug in LU
This is more or less offtopic, but I only noticed this thread now. The fact that the fx-CP400 can't solve that decomposition but its emulator can, may indicate that the emulator is in fact a simulator. Note how it supports multiple window resolutions, apart from orientation switching. Other possibil...
- Fri Jan 03, 2014 2:06 pm
- Forum: Casio Prizm SDK
- Topic: Prizm as screen
- Replies: 8
- Views: 32211
Re: Prizm as screen
VT100 won't really work if he wants to display X output through the screen... What do you mean? An add-in, which is running on a prizm, could wait for VT100 escape sequences, and process the commands. F. i. ESC[r;cH Move the cursor to row r, column c. If you need functions, which VT100 does not sup...
- Thu Jan 02, 2014 12:52 pm
- Forum: Casio Prizm SDK
- Topic: Prizm as screen
- Replies: 8
- Views: 32211
Re: Prizm as screen
VT100 won't really work if he wants to display X output through the screen...
Can't the USB do way more than 115200 baud? Or is it too slow on the Prizm, too?
Can't the USB do way more than 115200 baud? Or is it too slow on the Prizm, too?
- Wed Jan 01, 2014 10:40 pm
- Forum: Casio Prizm SDK
- Topic: Prizm as screen
- Replies: 8
- Views: 32211
Re: Prizm as screen
Won't the 3-pin port be too slow to get a usable framerate on the screen? Unless we lower the quality, for example to just 256 colors...