Re: A83: Apps, adding to current menues


[Prev][Next][Index][Thread]

Re: A83: Apps, adding to current menues




Well, yes.  The problem is that I haven't finished researching enough to
tell you a really nice, easy way to add things to a menu.  The original
author mentioned in the Interactive Graphing application, which adds stuff
to the window screen.  This is done using a graph hook, specifically:
2,(iy+35h)
9B90h - 9B93h

Now, adding things to the math menu is a little bit different.  I'm fairly
sure there's no math menu specific hook, and I suspect there to be a general
menu hook, but I don't know of it at the moment.  You could, however, use
one of the keyhooks to intercept the math menu and displays your own math
menu instead.  This is definitely the hard way to do things, since you have
to manually create the menu and send results back to the TIOS.  It's
definitely possible, since I've done it.

If there is a general menu hook, then that would be the easier way, but I
haven't happed upon it yet if it exists.

-Dan Englender

----- Original Message -----
From: "James Matthews" <jmatthews@generation5.org>
To: <assembly-83@lists.ticalc.org>
Sent: Thursday, November 23, 2000 1:09 PM
Subject: RE: A83: Apps, adding to current menues


>
>
> Are you thinking system hooks?
>
> James.
>
> -----Original Message-----
> From: owner-assembly-83@lists.ticalc.org
> [mailto:owner-assembly-83@lists.ticalc.org]On Behalf Of Dan Englender
> Sent: 23 November 2000 14:35
> To: assembly-83@lists.ticalc.org
> Subject: Re: A83: Apps, adding to current menues
>
>
>
> No, it's quite possible.  Unfortunately I don't have any really great info
> to give on it at the moment.  Adding something to the math menu might be a
> touch more tricky than to the graphing related stuff, but it should be
> possible.
>
> Have fun trying,
> -Dan Englender
>
> ----- Original Message -----
> From: "James Matthews" <jmatthews@generation5.org>
> To: <assembly-83@lists.ticalc.org>
> Sent: Thursday, November 23, 2000 9:01 AM
> Subject: RE: A83: Apps, adding to current menues
>
>
> >
> >
> > I think aside from rewriting the OS (not advised!) that is impossible,
> > unless there are some system hooks somewhere deep in the system that'd
> allow
> > you to do that. I doubt it though.
> >
> > James.
> >
> >
> > -----Original Message-----
> > From: owner-assembly-83@lists.ticalc.org
> > [mailto:owner-assembly-83@lists.ticalc.org]On Behalf Of Robby Proie
> > Sent: 22 November 2000 17:39
> > To: assembly-83@lists.ticalc.org
> > Subject: A83: Apps, adding to current menues
> >
> >
> >
> > I realize that it is possible to add additional items to the curent tios
> > menues throught apps.  An example would be the interactive grapher by
TI.
> > My questions is how do you do this.  For instance, lets say I wanted to
> add
> > an option at the end of the math menu that would cause part of my app to
> > fucntion (like the routine called mathmenu).  How would I do this?
Thanks
> > in advance.
> >
> > P.S. I acidently sent my last letter twice.  Please ignore the one
titled
> > RE: A83: Re: Re: Assembly-83 Digest V1 #1163
> >
> >
> >
> >
>
>
>
>




Follow-Ups: References: