Skip to main content
Solved

Add Progress Window to a GUI

  • June 23, 2020
  • 2 replies
  • 103 views

Forum|alt.badge.img

Hi all.

I am new to AIMMS and need your help with the following query:

I would like to place the progress window on a GUI so that the end user can see the solution status and progress. Please let me know how do I do that and also please guide me to any documentations that I can refer for implementing the same.

Thanks.

Best answer by mateusarakawa

Hi @Suj8epri.

 

You can show the progress window to the user through this code:

ShowProgressWindow(1);

Remark: if it’s a remote optimization using AimmsPRO this won’t work. Aimms already provides a progress monitoring GUI for this case.

 

You can also retrieve the information shown by the progress window using math program suffices and create your own page. See https://documentation.aimms.com/functionreference/suffices/mathematical-program-suffices/index.html

2 replies

mateusarakawa
AIMMS Champ
Forum|alt.badge.img+2
  • AIMMS Champ
  • 85 replies
  • Answer
  • June 23, 2020

Hi @Suj8epri.

 

You can show the progress window to the user through this code:

ShowProgressWindow(1);

Remark: if it’s a remote optimization using AimmsPRO this won’t work. Aimms already provides a progress monitoring GUI for this case.

 

You can also retrieve the information shown by the progress window using math program suffices and create your own page. See https://documentation.aimms.com/functionreference/suffices/mathematical-program-suffices/index.html


Forum|alt.badge.img
  • Author
  • Ace
  • 13 replies
  • June 23, 2020

Thanks, Mateus.

 

 



Didn't find what you were looking for? Try searching on our documentation pages:

AIMMS Developer & PRO | AIMMS How-To | AIMMS SC Navigator