Clear Filters
Clear Filters

app class properties check

1 view (last 30 days)
Ugaitz
Ugaitz on 22 Nov 2023
Answered: Matt J on 30 Nov 2023
I have an App were one of the properties is another custom made class. I want to define the type of property to help programming.
The folder were this custom class is defined is not by default in the path, and I don´t want it to be.
Is there a way of adding folders to the path, before the properties are checked?
Thank you
  1 Comment
Taylor
Taylor on 30 Nov 2023
You could create a script where the first line is "path(...)" and the second line is "app = yourAppName;". It's a bit convoluted, but I do not believe there is a way to execute any code in an App before setting the Properties.

Sign in to comment.

Answers (1)

Matt J
Matt J on 30 Nov 2023
I imagine that you could define your own property validation function,
and in it, set the path as needed.

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!