cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Docking of Log file

Docking of Log file

Can we change how the log file is docked, or drag outside of synergy? Can make it difficult to see your model and log files.

 

3 Comments

Definitely would love to see a better arrangement for the log files.  It might be okay to leave them docked for side-by-side comparison, but for single studies it would be nice to open up more of the window for viewing results while still having the log file available.  Or even docking on the right/left sides, especially for extra-wide screens.

akhilesh.samal
Participant

True, But sometimes, even the project pane when undocked, does not dock, reinstalling is the only way.

bernor_mf
Advisor

Hi,

a workaround for this, until implemented, is to use Moldflow API, write the analysis log and open it with Notepad.

You can then view the log file and result at same time.

Or view log files side by side in Notepad++.

 

The basic code to write from Synergy:

Set Synergy = CreateObject("synergy.Synergy")
Synergy.SetUnits "METRIC"
 Set StudyDoc = Synergy.StudyDoc
  StudyDoc.ExportAnalysisLog "C:\\temp\\analysis.txt"

 

Regards,

Berndt

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea