Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Running synchronous JLink application

smartanand

New member
Hi,


I am trying to add new menu in ProE wildfire 2.0 software and do some processing inside ProE once the user clicks on that menu.


I have also coded it. But i dont know how to package it and run it so that i could see the new menu in my ProE window.


I also want to package it so that other can also use it.


Can any one tell me how to proceed in this case.


Thanks in advance.


regards,


Anand.C
 
Hi Anand,


Generally if it is a small application don't go for Package to install to users,still you look for create a Setup and run at the user end to use this application there are specials to tools like Installshield...etc.I too don't have much idea of this.


There are simple technique by pro-e is make use of register file in the form of dat file load at in User machines accordingly,it will works fine.


With regards,


Kishore V
 
Hi Kishore,


I have developed the code to add menu and open a predefined model once i click on that menu.


But i could not test it as i dont know how to run it in ProE.


Eventhough i have finished the coding, i am not able to see my menu in ProE.


Please help me in running my Jlink application so that i can test and buils upon it further.


I have worked with asynchronous JLink application and am new to this synchronous application.


Regards,


Anand.C
 
Hi Anand,


If you are not able to see the Menu when your start running the application there is a error in the API arguments which you passed, Plz look into the sampel code once.I suggest you plz add a menu after the Help in the Pro-Engineer window.I will help you out if it is Pro-Toolkit,I havn't work in J-Link yet.


You need to copy the text in the .trial file of the pro-e, so that you could able to get the results easily. Need to pay some attention while develping the UI with J-Link or Toolkit especially .res files.


With regards,


Kishore V
 

Sponsor

Back
Top