Post Reply 
Customizing Inference App?
11-16-2014, 02:08 AM
Post: #3
RE: Customizing Inference App?
Han,

Great idea!

The code I used is this:

EXPORT Inference_Copy()
BEGIN

END;

Num()
BEGIN
IF MSGBOX("Import C1/C2?", 1)
THEN
Xlist := Statistics_2Var.C1;
Ylist := Statistics_2Var.C2;
END;

STARTVIEW(2, 1);
END;

Seems to give me what I wanted. It wasn't clear to me that STARTVIEW(2, 1) wouldn't call this Num(), resulting in an infinite loop, or the Num() of the built-in app. Glad to see it calls the Num() of the built-in app.

Now I'll work on the INPUT block.

Thanks for the advice!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Customizing Inference App? - mbeddo - 11-16-2014, 12:26 AM
RE: Customizing Inference App? - Han - 11-16-2014, 01:17 AM
RE: Customizing Inference App? - mbeddo - 11-16-2014 02:08 AM
RE: Customizing Inference App? - Han - 11-16-2014, 02:38 AM
RE: Customizing Inference App? - mbeddo - 11-18-2014, 08:24 AM
RE: Customizing Inference App? - Han - 11-18-2014, 02:03 PM
RE: Customizing Inference App? - Han - 11-18-2014, 03:50 PM
RE: Customizing Inference App? - Han - 11-18-2014, 02:23 PM
RE: Customizing Inference App? - salvomic - 03-14-2015, 09:24 PM
RE: Customizing Inference App? - salvomic - 05-14-2015, 09:48 AM



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