Solved

Add Progress Window to a GUI

  • 23 June 2020
  • 2 replies
  • 97 views

Badge

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.

icon

Best answer by mateusarakawa 23 June 2020, 15:33

View original

2 replies

Userlevel 5
Badge +2

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

Badge

Thanks, Mateus.

 

 

Reply


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

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