Post Reply 
Open Statistics from a program
03-27-2015, 03:33 PM (This post was last modified: 03-30-2015 03:42 PM by salvomic.)
Post: #1
Open Statistics from a program
hi,
I need some help to open Statistics (1var or 2var) app from a program.

I'm trying:
Code:

EXPORT argo()
BEGIN
MSGBOX("My dog is hungry");
STARTAPP("Statistics 2Var);
STARTVIEW(2);
MSGBOX("Argo is here");
STARTVIEW(-1);
MSGBOX("The dog now sleeps");
END;

I found a few problem:
1. Sometimes after the program ending Prime (or Emulator) reset (also with "startapp" of Statistics 1Var). This happen especially if I move the graphic Zoom and so on)...
2. using Statistics 1var, when in Symb is set Histogram with D1 and D2 (as frequencies), I get sometimes an error H1 (i.e. if already they are data in D1, D2; Wight/Frequencies is < 0 or other errors), but this is a problem of Statistics 1Var, I think...

I would like to edit D1, D2 and so on, then return to the original program...
But doing so, every key or cursor movement close the view and returns to the program...

Please, help!

Salvo

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




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