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

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Translate the entire conversation x

Custom Menu

dschmitz
1-Visitor

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