| genre | File |
| status | stable |
| author | Jan-Martin Kuhnigk |
| package | MeVisLab/Standard |
| dll | MLParser |
| definition | mlParser.def |
| see also | SaveBase, DecomposeBaseList |
| keywords | load, store, BaseLoad, restore, open, base, object, xml, file, data, jmk |
There are several possible reasons for the Error - Object could not be loaded message.
Usually the reason is simply an incorrect file (a version conflict or something).
But the message will also appear, when you try to load (and thus create) objects of classes, that are declared in a DLL that has not been loaded yet.
For example, you can not load a SegObjList object, if the DLL mlSegmentation2 is not loaded. The solution is adding a module from that DLL on the network before pressing the load-button (usually there will be such a module in your network anyway, because you probably need it to process the object you want to load, so this error will occur seldom).
| &Delete: Trigger | Up To Date: Bool |
| &Load: Trigger | Use: Bool |
| Auto-Update Mode: Enum | |
| Base Directory: String | |
| File Name: String | |
| format: Enum | |
| nodeName: String | |
| Status: String |
If pressed, the currently contained object is deleted.
This will automatically be done before loading a new one.
If pressed, the current object will be deleted and then the specified object is loaded from disk.
Defines the update behavior of the module.
Values:
| Title | Name | Description |
|---|---|---|
| Keep | Off | The module does nothing on any field change. |
| Delete | AutoClear | The module deletes the current object and clears the output on any field change. |
| Update | AutoUpdate | The module deletes the current object and loads the specified object from disk on any field change. |
Shows status information about this module.
Sets the filename of the object.
If checked, the Base Directory is used as a base directory from where the file is loaded relatively.