ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
#1
|
||||
|
||||
FlexSim 7.7.2 Available
FlexSim 7.7.2 is available. You can download it from the account section of the website.
If you have feature requests, bug reports, or other feedback on the software, please email [email protected] or use the support page at www.flexsim.com/support ================================================== Release Notes -------------------------------------------------------------------------------- --- FlexSim 7.7.2 (January 8, 2016) --------------------------------------------
*** the following changes may slightly change the way updated models behave ****
|
The Following 10 Users Say Thank You to Phil BoBo For This Useful Post: | ||
syseo (01-09-2016) |
#2
|
||||
|
||||
Oops
One of the changes in 7.7.2 broke the VideoRecorder. When you try to record a video, you will get the following error in 7.7.2:
exception: Exception Caught in ObjectFunction272__project_library_VideoRecorder_b ehaviour_eventfunctions_GenRecording object: /Tools/VideoRecorder class: MAIN:/project/library/VideoRecorder This error will be fixed in our next bug-fix release (7.7.4). In the meantime, you can work around this error by executing the following script before opening the VideoRecorder window to record a video: Code:
treenode videoRecView = node("VIEW:/standardviews/tools/VideoRecorder/VideoRecorder"); if (!objectexists(node(">variables/options", videoRecView))) { treenode errorText = node(">variables/errorText", videoRecView); treenode parent = up(errorText); transfernode(errorText, videoRecView); destroyobject(parent); rebindobjectattributes(videoRecView); transfernode(errorText, variables(videoRecView)); } |
The Following 7 Users Say Thank You to Phil BoBo For This Useful Post: | ||
Sebastian Hemmann (01-13-2016) |
#3
|
||||
|
||||
Divider in AStar
Hi,
in 7.7.2 with AStar Module 1.1.2 I can drag a divider to the 3D view but it´s not possible to drop it. Is it only on my Hardware?
__________________
Hemmi |
#4
|
|||
|
|||
Hi Hemmi,
Using the divider with the AStar 1.1.2 module in Flexsim 7.7.2 works for me. Though not drag-drop, but clicking on the divider and then in the model window lets me draw the divider to the 3D view. The other AStar objects seem to behave the same way. Axel |