Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
I create a simple button in a creo session using Jlink.
public static void start() throws Exception {
displaymessage("Started");
try {
session = pfcGlobal.GetProESession();
UICommand cmd = session.UICreateCommand("JLHW Btn1_cmd",new MenuButtonListener());
session.UIAddButton(cmd,"File", null, "JLHW Btn1 Label", "JLHW Btn1 Help", "msg_jlinkhelloworld.txt");
}
catch (jxthrowable x) {
x.printStackTrace();
}
}
It working Sucessfully.
But i want it in a single click.Now i click tools and file and D-tool.I don't wish to do this.I want it in a single button .Please help me to solve my problem.
you need to use cmd.Designate method and then manualy place your icon to ribbon in Creo. To designate command see j-link manual pdf