Re: Launching EQW on a 48



Arnaud Amiel wrote:

> I have played in the last few days writing a USR RPL program
> which is trying to show up an equation
> using the built in equation writer of the 48.

Do you mean to display (and edit) an existing algebraic,
the same as when pressing the down-arrow key?

That general "display anything in best view" function,
made available as new UserRPL command EDITB in HP49/50 series,
is performed by SysRPL entry point "ViewLevel1"
(ROM address #42D46h in old HP48[S/G] series only),
and works on formulas by invoking the Equation Writer
(in HP48 this displays first, then edits after pressing ON).

Thus, to add an EDITB command to an old "48"

\<< #42D46h SYSEVAL \>> 'EDITB' STO @ old HP48 series only!!!

If you want only to view it as a graphic image, without editing,
0 \-> GROB creates an "equation writer" picture of a formula,
which then may be displayed via \->LCD 3 FREEZE
or PICT STO { } PVIEW etc. (or Jazz/EdVV command VV etc.)

"ViewLevel1" is not phased by any object type,
nor even by an empty stack,
so you don't have to pre-check anything
(except for accurately typing the hex address :)

For anyone interested,
the corresponding plain EDIT (always as "text editor")
is "EditLevel1" -- #42D32h on old "48"

-=-=-=-
.



Relevant Pages

  • Re: [opensuse] Bye bye SuSE?
    ... then, after selecting a new one, hit RETURN on it to view it. ... mc is not limited but "display" may be. ... F9 -> C (or Command) Edit extension file ...
    (SuSE)
  • Re: [opensuse] Bye bye SuSE?
    ... Nor is it capable of displaying tiff images. ... mc is not limited but "display" may be. ... F9 -> C (or Command) Edit extension file ...
    (SuSE)
  • Re: Access user input from command line
    ... I am trying to create a GUI with an edit box for user input ... below) in the command prompt or through other m files (I get ... % hObject handle to figure ...
    (comp.soft-sys.matlab)
  • Re: Display problems in Vista
    ... Very small overhead. ... the command packet needs to be transfered. ... have to display a line that is x pixels wide at any zoom level. ...
    (comp.graphics.api.opengl)
  • Re: bug? cannot get value of cell on invisible column
    ... I just didnt want it to be editable when the EDIT button was selected based on previous experience with Borland C++ where editing or renameing a key required it to be propagated to all the tables. ... I mentioned that the same problem show up in postgreseql but I cannot find my comment anywhere and suspect they ignore closed cases. ... Then I made the column visible but the field readonly and that caused the sql "update" command to fail as the update command skipped over that "id" field and put "authString" where id was supposed to go causing an exception on the sqlserver. ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)