Post Reply 
My calculator crashes when launching an App program
08-18-2015, 05:26 PM (This post was last modified: 08-18-2015 05:53 PM by Marcelo Vanti.)
Post: #3
RE: My calculator crashes when launching an App program
Thanks, Matthias, for your reply.

(08-17-2015 11:32 PM)matthiaspaul Wrote:  Apparently this one: http://www.hpmuseum.org/forum/thread-4539.html
Yes, that is. However, I did a simple example to ilustrate what and how it happens:
PHP Code:
EXPORT Sine()
BEGIN
 F1
:="SIN(X)";
 
STARTAPP("Function");
 
CHECK(1);
 
//
 
Xmin:=0;
 
Xmax:=6.28;
 
Ymin:=−1;
 
Ymax:=1;

 
STARTVIEW(1,1);
 
END

Thus, depending on how I launch the program, it can behave in one of three ways:

i) Launching from the program menu with "run" : the sine is drawn and the program ends.
ii) Launching from the Home environment in textbook typing Sine and Enter: the program works again, normally.
iii) Now , launching from the Home environment in RPN typing Sine and Enter: the calculator restarts, and the emulator crashes.

So, I would know if that's a bug or I doing something wrong.
I'm using the latest firmware, 8151, in calculator and in the emulator.

Marcelo
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: My calculator crashes when launching an App program - Marcelo Vanti - 08-18-2015 05:26 PM



User(s) browsing this thread: 1 Guest(s)