cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Custom Menu

dschmitz
1-Newbie

Custom Menu

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);
0 REPLIES 0
Announcements
Business Continuity with Creo: Learn more about it here.

Top Tags