Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!shelby!msi.umn.edu!noc.MR.NET!gacvx2.gac.edu!hhdist From: EBERBERS%yubgef51@pucc.PRINCETON.EDU (____ Zarko Berberski ____) Newsgroups: comp.sys.handhelds Subject: RE: Menu lablels on the 48sx Message-ID: Date: 28 Feb 91 17:56:22 GMT Lines: 20 Return-path: <@pucc.PRINCETON.EDU:EBERBERS@yubgef51> To: handhelds@gac.edu X-VMS-To: IN%"handhelds@gac.edu" > 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