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.

ProToolkit modeless dialog, colors

iyermuku

New member
I intend to perform some operations which will spawn a modeless dialog in proe. I need help on the following.

1. The dialog should be model less, i.e, detached from proe. The only way to close it should be using the dismiss button.

2. The dialog should contain a table/textarea. Each row/cell should be able to be color coded, i.e red should indicate a problem area, yellow OK and green Good.


From the toolkit documentation I am not sure if I found sufficient help for both.

Please let me know any ideas how I can do both these stuff using the ProToolkit.
 
Hello Iyer,


2.Is not possible as per my Pro-Toolkit knowledge is concern.You can develope the same using the VC++ and call the dll into the Pro-Engineer Toolkit application.


With regards,


Kishore V
 
iyermuku,


Kishorev is incorrect. You can accomplish this task through the use of a ProDialog. Read the API Wizard under User's Guide->User Interface Components. There are tons of examples in there.
 
Hi Williams,


I was refered to the color which is refered in the posted "Each row/cell should be able to be color coded, i.e red should indicate a problem area, yellow OK and green Good" by Iyer.


Plz correct me if i am wrong.Let me know which API can perform to change the color.I will correct my self for incorrect information.


With regards,


Kishore V
 

Sponsor

Back
Top