[comp.sys.handhelds] Menu lablels on the 48sx

toms@oakhill.sps.mot.com (Thomas Spohrer) (02/26/91)

How does one get the black on white lables like the SOLVE routines use
on the 48sx?  Can this be done with a CST menu or do you have to
do special graphics to get it that way?


-- 

===========================================================================
Thomas Spohrer    UUCP: {harvard,utah-cs,gatech}!cs.utexas.edu!oakhill!toms
===========================================================================

EBERBERS%yubgef51@pucc.PRINCETON.EDU (____ Zarko Berberski ____) (03/01/91)

> Here's one way to do it.  It's not the best way, as the process can be
> automated.  But it works.

      Here it is - a little program that "converts" a string to a
GROB fom menu-label - it actually produces icon for subdirectory
but you can easily edit the GROB inside the program if you would
like a different shape.


%%HP: T(3)A(D)F(.);
DIR

  S\->MENU    @ (string - GROB) - dir-like icon

    \<< 1 \->GROB
GROB 21 8 E30000FFFFF1FFFFF1FFFFF1FFFFF1FFFFF1FFFFF1FFFFF1
{ # 3d # 2d } ROT
GXOR
    \>>

END