> --- In [email protected], [EMAIL PROTECTED] wrote: > > However, if you are right-clicking a file displayed from a menu of: > > Menu folder &(pprofolder)\Scripts > > You get an error on right-click of: > > Cannot access context menu for: > > c:\dave\Powerpro\davidt\\scripts\filename.powerpro > > pprofolder always had a backslash at the end as far as I remember. > So it should be: > Menu folder &(pprofolder)Scripts > &(pprofolder)\Scripts also seems to displays the menu > correctly, but doesn't work with right click.
You are right, and I guess the \\ works in normal operation when it's in the powerpro command area because powerpro cleans before executing. My bad. > > Should I be calling the folder name differently (I know &() > is not the > > recommended format and my several attempts at a do() > statement failed) > > No need for do(). You should use: > Menu.Folder(pprofolder ++ "Scripts") > instead. I knew there was an easier way to get it into that syntax...ok, tried: menu.folder(pprofolder++"scripts", "folderstart embed Maxtext 32") Now a different quirk. When that command is embedded it doesn't expand. ----------- Reverting back to my original syntax though (with no extra &(pprofolder)\scripts): Menu folder &(pprofolder)scripts folderstart embed Maxtext 32 Is now operational in menu, and context right-click from ppro folder menu. So....at the end of the day, I guess the only thing I'd ask bruce to look into is why the menu.folder() syntax doesn't have the embed evaluated in the parent menu. Thanks! David Troesch | Atlanta, GA | ICQ# 2333123 Carpe Diem - "Seize the Day" Funstuff: Crazy enough for a post office job Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
