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 |
#2
|
||||
|
||||
Hi Kelvin,
Could you be a bit more specific about the undo. Because if you are writing code there already is an undo (ctrl + z). So what do you refer to? Deleting objects, deleting port connections, moving of objects? Steven |
#3
|
|||
|
|||
Second that on an undo function. If anyone is familar with Autocad an undo function like that would be great. So yes to an undo function for deleting objects, deleting port connections, moving of objects, etc... would be useful.
Thanks, Ron |
#4
|
||||
|
||||
Yeah. We are all familiar with what undo is, not to mention AutoCAD but also Microsoft Word and Excel. Undo is to undo the previous operations, especially when we are building a model. That is a big issue. It seems Flexsim old version has some UNDO functions but for some reasons it is taken out for the newer version. And as far as I know, the UNDO is on Flexsim's development list but I am not sure on what version we will see it.
__________________
Best, Alan |
#5
|
||||
|
||||
Undo is one of our big goals for version 5, which we plan for sometime in 2009. We had an undo feature in previous versions, but it was very memory intensive and didn't work half the time, so we took it out. As Steven said, the code editor already has a pretty good undo feature.
|
The Following User Says Thank You to Anthony Johnson For This Useful Post: | ||
RalfGruber (06-05-2008) |
#6
|
||||
|
||||
Undo
Flexsim's previous Undo functionality was basically saving the entire model tree every time there was any activity (e.g. mouse click, key press). The problem was not only the inefficiency of saving the entire model tree, even though only one little part of it was changed, but it was inefficient because not every mouse click and key press actually changes something in the model.
Anthony, I know you have an approach in mind for how to make an elegant undo function, but as you've stated, it will be a big undertaking. I wonder if our users would appreciate a clunky implementation in the mean time (that they could turn on/off as a global setting)? I think it would be useful (even if it takes up more memory and slows down the responsiveness of the application during model building) to re-implement the previous method for undo-ing with the following changes:
|
#8
|
|||
|
|||
Let me give you an example:
I set up a selection group of a hundred +objects which I selected them one by one to make a group, when I want to select this group, I accidentally pressed the "Set" button which is just 1 few pixels above the "Select" button in the side bar.... |
#9
|
||||
|
||||
For future reference, Kelvin:
You can make selections in the tree as well as in the orthographic view, so you can easily select 100+ objects one-by-one or in groups at a time very quickly. Cliff's suggestion here wouldn't fix this problem. A much more complicated Undo functionality would be needed to remember buttons pushed on the sidebar and how to undo their actions. |
#10
|
||||
|
||||
I do agree with Kelvin at the last example he gave. I on a number of occasions wanted to press the "deselect all" (which I use a lot) and pressed the "delete" instead which is just above the "deselect all". Not a big deal, but quite annoying. It does not ask you if you really want to delete the objects. They're gone.
Martijn |
#11
|
||||
|
||||
Guys,
I created a good portion of the tools in the side bar. Not as a developer but as a user that wanted the software to be more automated in some areas. Anthony saw what I had done and then took it and made it better so that it would be more suitable for the software. Some of the suggestions you have made are things that you can do yourself. If you do make them and they are useful you can post them on the forum for others. If they get a good response then they will get added to the software (A LOT sooner than they will otherwise). This isn't a reqirement but you will get what you want now instead of having to wait for another release... or two... or three. Brandon
__________________
thats not normal. |
Thread | Thread Starter | Forum | Replies | Last Post |
max() is a deprecated function; use maxof() instead! | Lolke Koopmans | Gripes and Goodies | 0 | 02-25-2008 02:45 AM |
Does there exist a function that can calculate the time weighted average of a value in a Global tabl | qin tian | Q&A | 4 | 01-20-2008 07:01 PM |