Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!hp-pcd!hpcvra.cv.hp.com!rnews!hpcvbbs!akcs.briank From: akcs.briank@hpcvbbs.UUCP (Brian Korver) Newsgroups: comp.sys.handhelds Subject: Re: Putting GROB's into the menu keys Message-ID: <27fb635a:2618.3comp.sys.handhelds;1@hpcvbbs.UUCP> Date: 4 Apr 91 17:40:05 GMT References: <9393@mentor.cc.purdue.edu> <14631@life.ai.mit.edu> Lines: 28 (Comp.sys.handhelds) Main: read 2259 Item: 2259 by EBERBERS%yubgef51 at pucc.PRINCETON.EDU Author: [____ Zarko Berberski ____] Subj: Re: Menu lablels on the 48sx Keyw: Date: Thu Feb 28 1991 14:53 Lines: 20 > 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