Please wait...
×

Error

Posted 11 years ago 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 11 years ago 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 11 years ago by Blair Thornburrow Groundwater Modeller
Thanks Peter! I will definitely try this..
Posted 11 years ago by Jarrah Muller Civil Engineer
Hi Peter,

Will the online IFM reference be updated to reflect the new 6.2 functions?
Posted 11 years ago by Denim Umeshkumar Anajwala
The help system should already contain the new functions.

You must be signed in to post in this forum.