Skip to content

added a UITable#2

Merged
stevevanhooser merged 1 commit into
mainfrom
feature/table
Jul 6, 2025
Merged

added a UITable#2
stevevanhooser merged 1 commit into
mainfrom
feature/table

Conversation

@stevevanhooser
Copy link
Copy Markdown
Contributor

No description provided.

@stevevanhooser stevevanhooser merged commit f48b07e into main Jul 6, 2025
1 check failed
@stevevanhooser stevevanhooser deleted the feature/table branch July 6, 2025 14:07
baseTag = tag_parts{1};

% Check if the component object exists in the app's model.
if isfield(app.ComponentObjects, baseTag)

Check warning

Code scanning / Code Analyzer

'ComponentObjects' is referenced but is not a property, method, or event name defined in this class. Warning

'ComponentObjects' is referenced but is not a property, method, or event name defined in this class.
% Check if the component object exists in the app's model.
if isfield(app.ComponentObjects, baseTag)
% Get the component object (the UITable object).
componentObj = app.ComponentObjects.(baseTag);

Check warning

Code scanning / Code Analyzer

'ComponentObjects' is referenced but is not a property, method, or event name defined in this class. Warning

'ComponentObjects' is referenced but is not a property, method, or event name defined in this class.
end

% Write the modified component object back to the app's model.
app.ComponentObjects.(baseTag) = componentObj;

Check warning

Code scanning / Code Analyzer

'ComponentObjects' is not a property, but is the target of an assignment. Warning

'ComponentObjects' is not a property, but is the target of an assignment.
app.ComponentObjects.(baseTag) = componentObj;

% Update the enable/disable state of other components if necessary.
app.EnableDisable();

Check warning

Code scanning / Code Analyzer

'EnableDisable' is referenced but is not a property, method, or event name defined in this class. Warning

'EnableDisable' is referenced but is not a property, method, or event name defined in this class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants