Community Profile

photo

Jasmine Poppick

Last seen: 2 days ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 2
  • Explorer
  • First Answer

View badges

Feeds

View by

Answered
enable context menu for specific cell or item in uitable or uilistbox in matlab
Starting in R2023b, you can use the InteractionInformation property of the ContextMenuOpeningFcn callback event data to query th...

7 months ago | 2

Answered
Handle of UI component from which a context menu has been opened
Starting in R2023b, the MenuSelectedFcn and ContextMenuOpeningFcn callback event data contains the UI component that was right-c...

7 months ago | 1

Answered
Two knob slider for a GUI or app
Starting in R2023b, you can create a range slider using the uislider function. The component is also available in the App Design...

7 months ago | 1

Answered
Range Slider or Scroll Bar in App-Designer?
Starting in R2023b, you can create a range slider using the uislider function. The component is also available in the App Design...

7 months ago | 0

| accepted

Answered
How to locate the data in the middle of the column- uitable?
Starting in R2019b, you can specify table text alignment using addStyle. Create a style object with a specified HorizontalAlignm...

1 year ago | 2

Answered
How to assign different color to items in drop-down list in app designer?
Starting in R2023a you can do this using the addStyle function. In the StartupFcn callback of the app, you can create a style u...

1 year ago | 1

| accepted

Answered
Different colors for each item in listbox of an app designer
Starting in R2023a, you can do this in App Designer and with uilistbox by using addStyle. For example, see https://www.mathwork...

1 year ago | 0

| accepted

Answered
Change Color of each individual item in a Listbox (using APP designer)
Starting in R2023a you can do this using the addStyle function. In the StartupFcn callback of the app, you can create a style u...

1 year ago | 1

| accepted

Answered
Is it possible to use an interpreter in UIdropdown items names?
Starting in R2023a you can use addStyle to specify an interpreter for a drop-down component or specific drop-down items. You can...

1 year ago | 1

| accepted

Answered
Get logical values from checked TreeNodes
You can do this using ismember to query which nodes are in the CheckedNodes array: allnodes = findall(app.Tree,"Type","uitreeno...

1 year ago | 1

| accepted

Answered
Need interface suggestions on how best to let the user reorder a list of objects.
Hi Johan, you mentioned looking into using a context menu to provide options to reorder the rows in your app. This could work us...

2 years ago | 0

| accepted