Skip to main content
1-Visitor
April 6, 2004
Question

Custom Menu

  • April 6, 2004
  • 0 replies
  • 605 views
I am trying to create push button names read from some other file other
than menu_fil.mnu. I am trying to follow an exaple provided by PTC in
which I think they are doing this. What am I doing wrong (if we can even
do this). Thank you.

-David Schmitz
Ingenium Product Development


char TempName[PRO_LINE_SIZE];

strcpy(TempName, "TempName");

ProMenubarmenuPushbuttonAdd
("label Working Dirs",
"label Dir1",
TempName,
"DirHelp Help example.",
NULL,
PRO_B_FALSE,
cmd_1,
mnu_file);