Post Reply 
How to set the GoTo Vars X and Y?
01-15-2017, 05:12 PM (This post was last modified: 01-15-2017 09:03 PM by DrD.)
Post: #1
How to set the GoTo Vars X and Y?
In the Advanced Graphing app, from a program or the command line, is there a way to set the Go To Vars X and Y?
For example, with the Advanced Graphing app as the current app, setting X:=any real number, does NOT change the X value in the Plot | Menu | Go To | X value. It seems to be a different instance of the variable X. Perhaps, it can't be accessed?

Looking for something like this (doesn't work):
Code:

N:=2;
EXPR("Advanced_Graphing.Go_To.X:=" + 'N');

Thanks,
-Dale-
Find all posts by this user
Quote this message in a reply
01-16-2017, 02:47 PM
Post: #2
RE: How to set the GoTo Vars X and Y?
(01-15-2017 05:12 PM)DrD Wrote:  In the Advanced Graphing app, from a program or the command line, is there a way to set the Go To Vars X and Y?
For example, with the Advanced Graphing app as the current app, setting X:=any real number, does NOT change the X value in the Plot | Menu | Go To | X value. It seems to be a different instance of the variable X. Perhaps, it can't be accessed?

Looking for something like this (doesn't work):
Code:

N:=2;
EXPR("Advanced_Graphing.Go_To.X:=" + 'N');

Thanks,
-Dale-

I suspect that there currently is no such user-accessible method for modifying those values. In the conn. kit, when clicking on an app, you can see which app variables are available for modification.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
01-16-2017, 03:55 PM
Post: #3
RE: How to set the GoTo Vars X and Y?
Apps in general:

Is it, or was it ever, an intention to have interaction between the program environment and the app's? Maybe just a few of them, like the geometry and spreadsheet apps, etc.?

I may be messing around with something that really isn't ready for prime time. I'm not doing anything that necessarily requires the advanced graphing app, but I do want to include graphing as part of my project. The CAS plotxxxx commands are not suitable for my needs.
Find all posts by this user
Quote this message in a reply
01-17-2017, 07:45 AM
Post: #4
RE: How to set the GoTo Vars X and Y?
Hello,

Programs (in the program catalog) were more imagined as repositories of math functions or exercises in algorithmic....

App programs were more designed to interact with the app that they belong to and provide more UI based interactions.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
01-17-2017, 09:48 AM
Post: #5
RE: How to set the GoTo Vars X and Y?
Thanks for your explanation, Cyrille. I think I'm going to avoid using the apps outside of their own environment, for now, anyway.

-Dale-
Find all posts by this user
Quote this message in a reply
01-18-2017, 06:25 AM
Post: #6
RE: How to set the GoTo Vars X and Y?
Hello,

That would be a good thing to do.

The system does let you do it (through fully qualified names)... but if a program interacts a lot with a specific app, it should, in most likelyhood, be an app program...

The original thought was that you would make a copy of the app and start writing the program for that app copy.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 




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