Hi,
Is there a way to "lock" a macro. That is to say, allow someone to use the macro in flowcode, but not let them open the macro flowchart, and not let them modify the macro?
This would be nice, I am going to give several small PIC controllers I am building to a local cub scout troop. I have known the troop leader for 20+ years and he is going to speak to the parents about ordering 4 of the student licenses, I supplied him 4 older PC's with monitors as well.
I want the kids to be able to create their own sequences by calling my macros, but not let them get in and possibly break the macros.
Thanks
Ron
Macro "Locking"
- LeighM
- Matrix Staff
- Posts: 2178
- Joined: Tue Jan 17, 2012 10:07 am
- Has thanked: 481 times
- Been thanked: 699 times
Re: Macro "Locking"
Hi,
We do not have any facility to lock or write protect projects.
But what you can do is create your own component from a project.
That way you can provide the functionality of the macros from your project, exposing these for use by anyone else using your component.
They will be able to use these in their own project without seeing your macro contents (source).
Would that achieve what you want?
We do not have any facility to lock or write protect projects.
But what you can do is create your own component from a project.
That way you can provide the functionality of the macros from your project, exposing these for use by anyone else using your component.
They will be able to use these in their own project without seeing your macro contents (source).
Would that achieve what you want?
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Macro "Locking"
Hello,
In v5-v7 if you Export a macro then you can Export it as "Read Only" and as "Private".
Using the Macro -> Export menu.
You can then import the macro into other projects and it will then not be editable or viewable based on your export settings.
In v5-v7 if you Export a macro then you can Export it as "Read Only" and as "Private".
Using the Macro -> Export menu.
You can then import the macro into other projects and it will then not be editable or viewable based on your export settings.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: Macro "Locking"
Many thanks for letting us know. Glad it's working well for you.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel