- 01 Oct, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Bugfix of Issue 29: There are messages with no class constant in the Do.vi. These messages are from now on ignored.
-
- 28 Sep, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- The GrayOut function had a small glitch which I corrected here. Note that "old" msgs (whose naming in the Do.vi is wrong) will not be shown in the main window if there name does not follow the MM naming conventions (But they will be shown in the error dialog before).
-
- 25 Sep, 2018 2 commits
-
-
Dennis Neidherr authored
---------------------- -- Grayed out all entries in the tree whose names do not follow the MM naming conventions. These entries can not be overwritten
-
Dennis Neidherr authored
---------------------- -- Added the pssibility that the name of an already existing message does not follow the MM naming convention -- Note that all msgs created by the MM will follow this rule. Therefore it not yet possible to overwrite a msg which does not do this -- This version is not 100 % tested -- All messages have to be either created new or a "tag" with the name "Method" has to be included in the xml file of the msg indicating the complete name of the corresponding method as a string, for example "CSPP_BaseActor.lvlib:CSPP_BaseActor.lvclass:After Launch Init.vi"
-
- 17 Sep, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Corrected a bug which occured when trying to create a msg with an "Execute?"-variable
-
- 14 Sep, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Started from scratch to solve the problem with the Accessor VI still in memory when trying to recreate a msg. -- This time I included the AccessorVI in the normal CopyClass.vi -- It seems that it is running, but testing is not yet finished.
-
- 30 Aug, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- It is now possible that more than one actor is located in the same library. It will always be checked which msg belongs to which actor during startup -- Modified BuildDo again in order to get the ExpertMode working. This is still work in prpgress, since the result for an "Expert-Mode" Do.vi is ok but not perfect.
-
- 27 Aug, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Hopefuly corrected a small bug when calculating which ReceiverMsgs are shown in the ReturnMsg DialogBox depending on the Expert-Mode boolean. -- Slightly modified the Help window.
-
- 07 Aug, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- There was a very old bug in the Do-Templates: The DIM boolean was connected at the wrong point to the rest of the sc. Corrected this and modified Build Do.vi accordingly.
-
- 03 Aug, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Used the TestMode to find countless bugs and corrected them. Therefore several changes had to be implemented, some examples are: For Return Messages there is now a "Send Return XXX.vi", only necessary accessor vis are created (because parent and child classes can not have the same vis...), and so on. -- Already prepared VIs for Performance tests. -- One remaining bug: Some messages will not work if the ExpertMode is off.
-
- 19 Jul, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- The Test mode is now also working with Return Messages -- Corrected a bug which occured when two classes with the same name but different libraries were present in the system (btw: LabVIEW crashes when a class tries to inherit from itself)
-
- 17 Jul, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Added a "Test"-Mode, reachable over Ctrl-F1. This mode needs the CSPP_MMTest package to be installed. Right now it does not work with return messages. (btw: Test was passed for all messages)
-
- 16 Jul, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Implemented the Expert-Mode for Return Msgs. Has to be tested a bit more.
-
- 13 Jul, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Corrected another bug in BuildDo.vi: In case of a return message the inputs of the receiver message were used to be connected to the Sender Action vi and not the outputs -- Larger modifications to the ReturnMsgPanel: From now on he calculates which messages are possible with the sender methods connector pane. Everything else will not be shown to the user. In a next stel the expert mode has to be implemented. -- Exchanged some deprecated VIs I used to check if a variant is an error cluster
-
- 12 Jul, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Corrected a problem in the earlier versions for ReturnMsgs: The parameters have to be taken from the parent class of the return msg -- It is not 100% tested yet and the Expert mode is not wired to the GUI
-
- 05 Jul, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- And another bug in the return msg corrected -- Added Help file for Return Panel -- Changed icon color of return msgs
-
- 04 Jul, 2018 2 commits
-
-
Dennis Neidherr authored
---------------------- -- Corrected bug introduced in previous commit
-
Dennis Neidherr authored
---------------------- -- There was another bug which occured when creating a ReturnMsg for a SenderVI without inputs (in this case an "Execute?" boolean has to be created) -- Renamed the Installer.vi to make clear that this one is deprecated
-
- 03 Jul, 2018 2 commits
-
-
Dennis Neidherr authored
---------------------- -- Corrected a bug which occured when a return message was createdand the parameter in the attribute data had a special character (like ?).
-
Dennis Neidherr authored
---------------------- -- Corrected a bug which could occur when creating a Return Msg
-
- 28 Jun, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Revision of MessageMaker finished for the moment (still some bugfixing ongoing). NOTE that all messages should be recreated!
-
- 19 Jun, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Added options for AsyncPV and AsyncDialogPV messages -- Note that this is an internal test version and not fully tested!
-
- 14 Jun, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Corrected bug in ClearFP.vi which could produce a crash, if there were only not supported data types on the Configure Dialog.vi.
-
- 26 Jan, 2018 1 commit
-
-
Dennis Neidherr authored
---------------------- -- Prepared the MessageMaker to act as a submodule in the new created CSPP_Tools
-