Posted Fri, 12 Sep 2014 08:44:12 GMT by Blair Thornburrow Groundwater Modeller
Can anybody provide a basic C++ code snippet for creating a GUI dialogue box in an IFM?

e.g. for gathering user entered IFM properties?
Posted Fri, 12 Sep 2014 09:24:50 GMT by Denim Umeshkumar Anajwala
Hi Blair,

There's a very simple option for this - without any GUI programming on your side. The IFM function IfmEditProperties (available since FEFLOW 6.2) provides the functionality to bring up a Qt dialog for IFM data input from within FEFLOW. The dialog is customizable, and it supports lots of data types (integers, doubles, enumerations, strings, pathes, time, selection from a list of all time series in FEFLOW, selection from all nodal or elemental user distributions). Please have a look at the description in the FEFLOW help system.

There is also a (very simple) test example in the FEFLOW SDK data (C:\Users\Public\Documents\WASY FEFLOW 6.2\sdk\ifm\samples\simul\ifm_prop).

Good luck - and don't hesitate to ask if you struggle with the functionality!
Peter
Posted Tue, 16 Sep 2014 01:35:28 GMT by Blair Thornburrow Groundwater Modeller
Thanks Peter! I will definitely try this..
Posted Tue, 16 Sep 2014 02:53:28 GMT by Jarrah Muller Civil Engineer
Hi Peter,

Will the online IFM reference be updated to reflect the new 6.2 functions?
Posted Tue, 16 Sep 2014 07:08:47 GMT by Denim Umeshkumar Anajwala
The help system should already contain the new functions.

You must be signed in to post in this forum.