Skip to content

UITable unsupported #15

@tmk241

Description

@tmk241

Expected Behavior

Hello together,

my ultimate goal is to change the background color of a single column in a uitable.
Therefore I'd like to modify the uitable's style. Is this currently possible / will it be supported in a future release of mlapptools? I attached a little code-sample showing that even basic operations on uitables are currently not working for me.

Thanks in advance,

Thomas

Actual Behavior

Warning: This widget is unsupported.
In mlapptools/getWidgetID (line 390)
In mlapptools.getWebElements (line 134)
In mlapptools.fontColor (line 70)
Output argument "ID_obj" (and maybe others) not assigned during call to "mlapptools/getWidgetID".

Error in mlapptools.getWebElements (line 134)
widgetID = mlapptools.getWidgetID(win, mlapptools.getDataTag(uiElement));

Error in mlapptools.fontColor (line 70)
[win, ID_struct] = mlapptools.getWebElements(uiElement);

Steps to Reproduce the Problem

uiFig = uifigure();
mlapptools.setTimeout(uiFig,15);
tbl = uitable(uiFig);
mlapptools.fontColor(tbl, 'aqua');

Specifications

  • MATLAB Release: R2016b
  • Operating System: Windows 10 64bit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions